diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-02-22 22:27:48 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-02-24 02:11:30 +0200 |
commit | f437a673777ca613ef4c1464fb9083e269f3928c (patch) | |
tree | 219b072610a75e770e1dc827ceec2ea18d5121c1 /src/mesa/glapi/gl_and_glX_API.xml | |
parent | 232f6e176192d112fbdf9bd7de2d0f36ee16a246 (diff) |
glapi: mv code generation to subdir
This just moves files, code generation Makefile will be fixed in next commit for easier review.
Diffstat (limited to 'src/mesa/glapi/gl_and_glX_API.xml')
-rw-r--r-- | src/mesa/glapi/gl_and_glX_API.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/glapi/gl_and_glX_API.xml b/src/mesa/glapi/gl_and_glX_API.xml deleted file mode 100644 index 34c977e9c0..0000000000 --- a/src/mesa/glapi/gl_and_glX_API.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd"> - -<OpenGLAPI> -<xi:include href="glX_API.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<xi:include href="gl_API.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -</OpenGLAPI>
\ No newline at end of file |