search for: xgi

Displaying 20 results from an estimated 35 matches for "xgi".

Did you mean: cgi
2015 Aug 21
0
[ANNOUNCE] xf86-video-xgi 1.6.1
Adam Jackson (10): Fix build on bigendian Don't include xf86Priv.h s/\<alloc\>/malloc/g Fix bAccessVGAPCIInfo to read when you tell it to Fix for new vgaHW ABI Fall back to shadowfb if XAA is unavailable Fix XGIValidMode for 1.13 API i2c: Don't scream on literally every single write to SCL or SDA ddc: Fix uncredible fail in calling xf86UnloadSubModule Remove call to miInitializeBackingStore to make the driver load again Alan Barrett (1): Fix return value. Connor Behan (5):...
2007 Aug 27
0
[ANNOUNCE] xf86-video-xgi 1.5.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is the initial release (despite the 1.5.0 version number) of the driver for XGI V3XT / V3XE / V5 / V8 and Z7 / Z9 based video cards. This driver is based on source code and documentation released by XGI. Much of the original code was written by Thomas Winischhofer. git tag: xf86-video-xgi-1.5.0 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-xgi-1.5.0.tar.bz...
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Deucher (7): ~ Initial version of the xgi driver (xgixp) for xgi xp10 chips ~ fix license formatting and remove old cvs tags ~ fix the build on AMD64 ~ remove cfb cruft ~ Un-libc-wrap. ~ clean up // comments, minor formatting cleanups ~ Remove Isa support Ian Romanick (188): ~ Modify XGIGetRec to return...
2011 Dec 11
3
Latest yum update cr (6.1?)
...--> Running transaction check ---> Package PackageKit.x86_64 0:0.5.8-19.el6 will be updated ... ---> Package xorg-x11-drv-xgi.x86_64 0:1.6.0-7.el6_1.1 will be an update --> Running transaction check ---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be installed http://mirror.centos.org/centos/6/cr/x86_64/repodata/21176588c0c317c0b6933f0c0d113263fbb2ff3f6f7bff60cbdff730a38c1db4-filelists.sqlite.bz2: [Errno 14] PYC...
2005 Dec 13
3
[LLVMdev] The live interval of write-only registers
...7 CMPfrraa, // 28 CMPfrrar, // 29 CMPfrrra, // 30 CMPfrrrr, // 31 Somewhere in my code, I have to write: unsigned opcode = MI->getOpcode(); // MachineInstr* if (CMPfaaaa == opcode || CMPfaaar == opcode || CMPfaara == opcode || ... -- Tzu-Chien Chiu - XGI Technology, Inc. URL: http://www.csie.nctu.edu.tw/~jwchiu/
2010 Mar 28
2
vesamenu requirement
...setup a 640x480 image background with latest syslinux... the system start correctly but graphics is not shown at all... only text is visible... are there minimum requirements for a graphic extlinux background ? CPU is a Vortex86Sx (with no math processor) at 300MHz, 128MB RAM video card is a XGI Volari Z9s with 32MB RAM is there a way to retrieve more debug info from vesamenu.c32 ? thanks Giampaolo
2005 Oct 11
1
[LLVMdev] Next LLVM release thoughts?
...be scheduled before the next release? On 11/10/05, Bill Wendling <isanbard at gmail.com> wrote: > Frequently releasing software can be a good thing. Especially when it > gets to a point where you have a stable CVS version and many new > features/bug fixes. > -- Tzu-Chien Chiu - XGI Technology, Inc. URL: http://www.csie.nctu.edu.tw/~jwchiu/
2005 Dec 16
1
[LLVMdev] List Scheduling on LLVM Instructions
...> > -- > http://nondot.org/sabre/ > http://llvm.org/ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Tzu-Chien Chiu - XGI Technology, Inc. URL: http://www.csie.nctu.edu.tw/~jwchiu/
2005 Sep 27
1
[LLVMdev] How does the memory of MachineInstr objects are managed?
...recordSchedule(MachineBasicBlock &MBB) { ... while (I != MBB.end()) MBB.remove(I++); // **** Q: Doesn't it invalidate the pointers in 'S' ?? **** vector<MachineInstr*>::iterator I = S.begin(); S.end() != I; ++ I) { MBB.push_back(*I); } } -- Tzu-Chien Chiu - XGI Technology, Inc. URL: http://www.csie.nctu.edu.tw/~jwchiu/
2005 Dec 13
0
[LLVMdev] The live interval of write-only registers
On Tue, 13 Dec 2005, Tzu-Chien Chiu wrote: > In my ISA, some registers are write-only. These registers serve as > output ports, writing to these registers will output the values to an > external device. They cannot be read. So their live intervals should > not be joined with any other registers. Ok. Since they are not really registers in the sense that LLVM is used to, I
2010 Aug 06
7
[GIT PULL] devel/pat + devel/kms.fixes-0.5
...s on the PVOPS kernel: RIVA TNT2 Pro GeForce 1 256 GeForce 4 Ti 4200 GeForce 6150 GeForce 6200 GeForce 7300 GeForce 8600 GT Radeon R100 QD (7200) Radeon RV100QY (7000) Radeon HD 3200 Radeon HD 3450 Radeon RV710 [Radeon HD 4350] Radeon ES1000 ICH5 82865G ICH7 82G33/G31G ICH8 82Q963/Q965 Matrox G450 XGI Z7/Z9 (XG20 core) Testing was carried out using Fedora Core 13, Fedora Core 11, and Ubuntu Lucid 10.04 with the PVOPS kernel. The details are located at http://wiki.xensource.com/xenwiki/XenPVOPSDRM For the NVidia cards I backported the 2.6.34 nouvoua driver in 2.6.32 and used that - it is prett...
2005 Dec 15
3
[LLVMdev] Vector LLVM extension v.s. DirectX Shaders
...is better? 1. Follow the vector LLVM extension style, using dedicated instruction to manipulate the vectors. 2. Support writemask and swizzle (permuate) as part of the instruction syntax. I worked on the backend and don't have much experience on the fronted. Thank you all. -- Tzu-Chien Chiu - XGI Technology, Inc. URL: http://www.csie.nctu.edu.tw/~jwchiu/
2010 Aug 16
9
Re: [GIT PULL] devel/pat + devel/kms.fixes-0.5 on RV730 PRO [Radeon HD 4650]
...GeForce 6150 > GeForce 6200 > GeForce 7300 > GeForce 8600 GT > Radeon R100 QD (7200) > Radeon RV100QY (7000) > Radeon HD 3200 > Radeon HD 3450 > Radeon RV710 [Radeon HD 4350] > Radeon ES1000 > ICH5 82865G > ICH7 82G33/G31G > ICH8 82Q963/Q965 > Matrox G450 > XGI Z7/Z9 (XG20 core) > > Testing was carried out using Fedora Core 13, Fedora Core 11, and Ubuntu > Lucid 10.04 with the PVOPS kernel. > > The details are located at http://wiki.xensource.com/xenwiki/XenPVOPSDRM > For the NVidia cards I backported the 2.6.34 nouvoua driver in 2.6....
2008 Aug 05
0
¡Ven y únete a Los mejores estudiantes de Villa Mella !
...----------------- Le invito que se registren e nuestra pagina de los mejores estudiante de villa mella con una radio nueva que se esta creando aunque esta sonando una actualhasta que se termine la nuestra radio. Check out Los mejores estudiantes de Villa Mella : http://mejoresestudiante.ning.com/?xgi=1pC0XcQ If your email program doesn't recognize the web address above as an active link, please copy and paste it into your web browser -------------------- Members already on Los mejores estudiantes de Villa Mella the chaka big boss, frederich, Elisa, giselle ortiz reyes, ana beatriz ----...
2008 Nov 22
0
¡Ven y únete a Los mejores estudiantes de Villa Mella !
Los mejores estudiantes de Villa Mella : Vendo Laptop,PC y Celulares DUAl SIM a buenos precios llamar al cel 809-991-0776 -------------------- Hola entra y veras que bueno que es ser buen estudiante de villa mella Click the link below to Join: http://mejoresestudiante.ning.com/?xgi=1pC0XcQ If your email program doesn't recognize the web address above as an active link, please copy and paste it into your web browser -------------------- Members already on Los mejores estudiantes de Villa Mella la mu?eca., katherine corporan, LAK NADIE PUEDE CON ELLA., HAROLD, Katherine...
2009 Feb 01
0
¡Ven y únete a Ingresos Reciduales toda tu vida!
...ales -------------------- Ven inscribete y aprendera como hacer dineros con ingresos reciduales haci creando una red que te genera dineros todos los meses. Ven y edifica tu familia con los ingresoso residuales. Haz clic en el v?nculo siguiente para participar: http://ingresosreciduales.ning.com/?xgi=1TfoWQ8 Si tu programa de email no reconoce el URL de arriba como enlace activo, por favor copia y p?gala en tu navegador. -------------------- Sobre Ingresos Reciduales toda tu vida Los Ingresos Residuales es una maneras de formar una red que te generes dineros toda tu vida y ademas con los pla...
2009 Feb 10
0
¡Ven y únete a Ventas de producto Naturales a Buenos Precios con 4life!
...a todos tipos de enfermedades con tu tarjeta de creditos -------------------- Ven y compra los producto naturales para cual quier enfermedad y tambien ser distribuidor atraves de los planes para obtener ingresos infinito. Haz clic en el siguiente v?nculo para unirte: http://natural4life.ning.com/?xgi=8mQjERx Si tu programa de correo electr?nico no reconoce la direcci?n Web de arriba como un v?nculo activo, c?pialo y p?galo en el navegador Web -------------------- Sobre Ventas de producto Naturales a Buenos Precios con 4life Ven y compra todos tipos de producto naturales de 4life para cuarqu...
2010 Jun 08
0
NMI received for unknown reason
...1 NMI and it is only for CPU 0. I also saw the same error with this computer when I tried an older version of Zaptel. I ran memtest86 overnight on the server and had 0 failures so I doubt that the problem is RAM. Computer: Supermicro X7SBA, Intel E5300, 2xWD SATA, Bios 1.2a XGI Tech video O/S: CentOS 5.4, 2.6.18-164 i386 SMP most updates applied Dahdi: complete 2.3.0+2.3.0 I have tried options per the Digium page: http://kb.digium.com/entry/64/ nmi_watchdog=0 pci=noacpi nmi_watchdog=0 pci=norouteirq acpi=off pci=noacpi noapic...
2008 Jan 31
0
Come join me on Deal Tracker…
Come join me on Deal Tracker. Hey Check Out this site Click here to join: http://dealtracker.ning.com/?xgi=1CFNSh6 Thanks, Vivian Aranha --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To u...
2005 Oct 11
0
[LLVMdev] Next LLVM release thoughts?
Frequently releasing software can be a good thing. Especially when it gets to a point where you have a stable CVS version and many new features/bug fixes. -bw On 10/11/05, Chris Lattner <sabre at nondot.org> wrote: > > Hi All, > > It has been entirely too long since the last release, and we have plenty > of goodies for a very solid release. Do people find releases useful,