diff options
author | marha <marha@users.sourceforge.net> | 2013-01-17 09:22:05 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-17 09:22:05 +0100 |
commit | 4fc6b34d1c14cc61f553ca59264d0909656933f3 (patch) | |
tree | b6dd33c595a9eb22ecb2f2f2630abfa12772d6c5 /mesalib/src/mapi | |
parent | 811d1bcf6d61ea49551abdd7f2294c5af2776913 (diff) | |
download | vcxsrv-4fc6b34d1c14cc61f553ca59264d0909656933f3.tar.gz vcxsrv-4fc6b34d1c14cc61f553ca59264d0909656933f3.tar.bz2 vcxsrv-4fc6b34d1c14cc61f553ca59264d0909656933f3.zip |
fontconfig libxcb mesa xkbcomp git update 17 jan 2013
fontconfig: 671bcb34e23ed03b1f564af35560db81f8b12b96
libxcb: 0dd8f8d26a758bc385e79d9239bf6ef2e3d7bf13
mesa: 56c01d81094795286828ecb83713e043695e905a
xkbcomp: ed1b90216e59e6b3ac6ac5fd2faca8e056c76caa
Diffstat (limited to 'mesalib/src/mapi')
-rw-r--r-- | mesalib/src/mapi/glapi/gen/gl_API.xml | 2 | ||||
-rw-r--r-- | mesalib/src/mapi/mapi/mapi_abi.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mesalib/src/mapi/glapi/gen/gl_API.xml b/mesalib/src/mapi/glapi/gen/gl_API.xml index 4e5bef7b8..404ccea8e 100644 --- a/mesalib/src/mapi/glapi/gen/gl_API.xml +++ b/mesalib/src/mapi/glapi/gen/gl_API.xml @@ -8306,8 +8306,6 @@ <enum name="MIN_MAP_BUFFER_ALIGNMENT" value="0x90BC" /> </category> -<xi:include href="ARB_base_instance.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> - <xi:include href="ARB_texture_storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- ARB extensions #118...#126 --> diff --git a/mesalib/src/mapi/mapi/mapi_abi.py b/mesalib/src/mapi/mapi/mapi_abi.py index 30ffe7bc2..c645c02f9 100644 --- a/mesalib/src/mapi/mapi/mapi_abi.py +++ b/mesalib/src/mapi/mapi/mapi_abi.py @@ -29,7 +29,7 @@ import sys # make it possible to import glapi import os -GLAPI = "./%s/../glapi/gen" % (os.path.dirname(sys.argv[0])) +GLAPI = os.path.join(".", os.path.dirname(sys.argv[0]), "../glapi/gen") sys.path.append(GLAPI) import re |