summaryrefslogtreecommitdiffstats
path: root/configs/linux-dri-ppc
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove build infrastructure for r300c and r600c.Eric Anholt2011-10-281-1/+1
| | | | These drivers have been superseded by the gallium equivalents.
* dri: Remove all DRI1 driversIan Romanick2011-08-261-1/+1
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* 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. :)