Initial support for PowerPC specific code in Mesa and DRI drivers. DRI
authorIan Romanick <idr@us.ibm.com>
Wed, 13 Oct 2004 19:56:15 +0000 (19:56 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 13 Oct 2004 19:56:15 +0000 (19:56 +0000)
commit447cdd536fe4539b724e8a7024659e3f4cd724d1
treeba64cf7c4d3b15dd52fef34f68a38b8057d988af
parentb72ed81818e63a70c1ded2789b9e22ee4c516aae
Initial support for PowerPC specific code in Mesa and DRI drivers.  DRI
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. :)
Makefile
configs/linux-dri-ppc [new file with mode: 0644]
src/mesa/drivers/dri/common/utils.c
src/mesa/math/m_xform.c
src/mesa/ppc/common_ppc.c [new file with mode: 0644]
src/mesa/ppc/common_ppc_features.h [new file with mode: 0644]
src/mesa/sources