diff options
author | Ian Romanick <[email protected]> | 2004-12-01 08:22:44 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-12-01 08:22:44 +0000 |
commit | bb427b10b156225f1f79fed01930e1e2d3b2093f (patch) | |
tree | 1ccb7dcd022a900dbe3897e95a253482e512ecae /src/glx/x11/Makefile | |
parent | c8c24d049d8d359894130aa7bcdf2319ef4e09df (diff) |
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.).
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index a44e0a4a364..14472706229 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -31,6 +31,7 @@ C_SOURCES = \ glxext.c \ glxextensions.c \ indirect_init.c \ + indirect_transpose_matrix.c \ pixel.c \ pixelstore.c \ render2.c \ |