summaryrefslogtreecommitdiff
path: root/src/glx/x11/indirect_transpose_matrix.c
AgeCommit message (Collapse)Author
2005-10-20fix bad loops in TransposeMatrix[fd]()Brian Paul
2004-12-01Make the transition to script-genereated GLX code easier.Ian Romanick
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.).