summaryrefslogtreecommitdiffstats
path: root/configs/linux-dri-ppc
Commit message (Collapse)AuthorAgeFilesLines
* Simplify makefile boilerplate code.José Fonseca2008-02-191-1/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-1/+1
| | | | | | libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/
* Allow R300 driver to build on x86-64 and PowerPC.Vladimir Dergachev2005-08-071-1/+1
|
* Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick2004-10-131-0/+17
drivers built on PowerPC systems should now show things like "PowerPC" or "PowerPC/Altivec" in the GL_RENDERER string. The VMX moniker is used for Altivec/Velocity Engine/VMX SIMD additions. I chose this not because I work for IBM but because it's a LOT shorter to type. :)