summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect_transpose_matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* fix bad loops in TransposeMatrix[fd]()Brian Paul2005-10-201-2/+2
|
* Make the transition to script-genereated GLX code easier.Ian Romanick2004-12-011-0/+83
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.).