diff options
author | George Sapountzis <[email protected]> | 2010-02-22 22:27:49 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-02-24 02:11:31 +0200 |
commit | 295a02549d74559831023455d1bb0ebf42bc1415 (patch) | |
tree | da72dfeb3639aef0c81943e7c1f15969f374f755 /src | |
parent | ad520aaa87d30957ba5635cede1da828a5894105 (diff) |
glapi: fix es after mv
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/es/glapi/Makefile | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/base1_API.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/base2_API.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es1_API.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es1_COMPAT.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es1_EXT.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es2_API.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es2_COMPAT.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es2_EXT.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/es_COMPAT.xml | 4 | ||||
-rw-r--r-- | src/mesa/es/glapi/es_EXT.xml | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/gl_compare.py | 2 | ||||
-rw-r--r-- | src/mesa/es/glapi/gl_parse_header.py | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/src/mesa/es/glapi/Makefile b/src/mesa/es/glapi/Makefile index 1e32af867d5..e8a9afab7c5 100644 --- a/src/mesa/es/glapi/Makefile +++ b/src/mesa/es/glapi/Makefile @@ -1,5 +1,5 @@ TOP = ../../../.. -GLAPI = ../../glapi +GLAPI = ../../glapi/gen include $(TOP)/configs/current OUTPUTS := \ diff --git a/src/mesa/es/glapi/base1_API.xml b/src/mesa/es/glapi/base1_API.xml index f5d136ccefc..72e41282726 100644 --- a/src/mesa/es/glapi/base1_API.xml +++ b/src/mesa/es/glapi/base1_API.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL and OpenGL ES 1.x APIs This file defines the base categories that can be shared by all APIs. diff --git a/src/mesa/es/glapi/base2_API.xml b/src/mesa/es/glapi/base2_API.xml index 6aa43b728ab..5657b8e775e 100644 --- a/src/mesa/es/glapi/base2_API.xml +++ b/src/mesa/es/glapi/base2_API.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL and OpenGL ES 2.x APIs --> diff --git a/src/mesa/es/glapi/es1_API.xml b/src/mesa/es/glapi/es1_API.xml index 7ee5515f197..1ac14674583 100644 --- a/src/mesa/es/glapi/es1_API.xml +++ b/src/mesa/es/glapi/es1_API.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL ES 1.x API --> diff --git a/src/mesa/es/glapi/es1_COMPAT.xml b/src/mesa/es/glapi/es1_COMPAT.xml index 4fc9223cc06..1f45a8c0b64 100644 --- a/src/mesa/es/glapi/es1_COMPAT.xml +++ b/src/mesa/es/glapi/es1_COMPAT.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <OpenGLAPI> diff --git a/src/mesa/es/glapi/es1_EXT.xml b/src/mesa/es/glapi/es1_EXT.xml index de4868cfd4d..d4abd81046b 100644 --- a/src/mesa/es/glapi/es1_EXT.xml +++ b/src/mesa/es/glapi/es1_EXT.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL ES 1.x extensions --> diff --git a/src/mesa/es/glapi/es2_API.xml b/src/mesa/es/glapi/es2_API.xml index 266c07613ce..b476dbe00f2 100644 --- a/src/mesa/es/glapi/es2_API.xml +++ b/src/mesa/es/glapi/es2_API.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL ES 2.x API --> diff --git a/src/mesa/es/glapi/es2_COMPAT.xml b/src/mesa/es/glapi/es2_COMPAT.xml index 61f11a604e2..5ecd4a1ba6e 100644 --- a/src/mesa/es/glapi/es2_COMPAT.xml +++ b/src/mesa/es/glapi/es2_COMPAT.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <OpenGLAPI> diff --git a/src/mesa/es/glapi/es2_EXT.xml b/src/mesa/es/glapi/es2_EXT.xml index 3615772b56f..dcf9858569f 100644 --- a/src/mesa/es/glapi/es2_EXT.xml +++ b/src/mesa/es/glapi/es2_EXT.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL ES 2.x extensions --> diff --git a/src/mesa/es/glapi/es_COMPAT.xml b/src/mesa/es/glapi/es_COMPAT.xml index bb6d28db83d..1bd66dad306 100644 --- a/src/mesa/es/glapi/es_COMPAT.xml +++ b/src/mesa/es/glapi/es_COMPAT.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <OpenGLAPI> @@ -2641,6 +2641,6 @@ </function> </category> -<xi:include href="../../glapi/APPLE_vertex_array_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="../../glapi/gen/APPLE_vertex_array_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> </OpenGLAPI> diff --git a/src/mesa/es/glapi/es_EXT.xml b/src/mesa/es/glapi/es_EXT.xml index b76cda929ae..629ba90528c 100644 --- a/src/mesa/es/glapi/es_EXT.xml +++ b/src/mesa/es/glapi/es_EXT.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gl_API.dtd"> +<!DOCTYPE OpenGLAPI SYSTEM "../../glapi/gen/gl_API.dtd"> <!-- OpenGL ES extensions --> diff --git a/src/mesa/es/glapi/gl_compare.py b/src/mesa/es/glapi/gl_compare.py index 7a2148cb1fc..6b5e43bb98b 100644 --- a/src/mesa/es/glapi/gl_compare.py +++ b/src/mesa/es/glapi/gl_compare.py @@ -25,7 +25,7 @@ import sys import os.path import getopt -GLAPI = "../../glapi" +GLAPI = "../../glapi/gen" sys.path.append(GLAPI) import gl_XML diff --git a/src/mesa/es/glapi/gl_parse_header.py b/src/mesa/es/glapi/gl_parse_header.py index 8b8d16b3951..5382eba35c3 100644 --- a/src/mesa/es/glapi/gl_parse_header.py +++ b/src/mesa/es/glapi/gl_parse_header.py @@ -26,7 +26,7 @@ import os.path import getopt import re -GLAPI = "../../glapi" +GLAPI = "../../glapi/gen" sys.path.append(GLAPI) class HeaderParser(object): |