Make the transition to script-genereated GLX code easier.
authorIan Romanick <idr@us.ibm.com>
Wed, 1 Dec 2004 08:22:44 +0000 (08:22 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 1 Dec 2004 08:22:44 +0000 (08:22 +0000)
commitbb427b10b156225f1f79fed01930e1e2d3b2093f
tree1ccb7dcd022a900dbe3897e95a253482e512ecae
parentc8c24d049d8d359894130aa7bcdf2319ef4e09df
Make the transition to script-genereated GLX code easier.

Move "handcoded" ARB_transpose_matrix functions to their own file.  From
here on out, such handcoded functions should go in a file named
indirect_FOO.c, where "FOO" is some logical name for the functionality
(e.g., part of the extension name, etc.).
src/glx/x11/Makefile
src/glx/x11/indirect.h
src/glx/x11/indirect_transpose_matrix.c [new file with mode: 0644]