diff options
author | Ian Romanick <[email protected]> | 2015-05-12 16:27:12 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:22:36 -0700 |
commit | 44e67398cc5b7aed6f78807e485f600e9eb834bb (patch) | |
tree | 78217bd1d0b3cb83f1f1260db8d5d705418d476c /src/mapi/glapi/gen/ARB_internalformat_query.xml | |
parent | d9be1db4b69a04f58a951351051ef9798d55da98 (diff) |
glapi: Remove all static_dispatch tags from the XML
Changes generated by:
cd src/mapi/glapi/gen
for i in *.xml; do
cat $i |\
sed 's/[[:space:]]*static_dispatch="[^"]*">/>/' |\
sed 's/[[:space:]]*static_dispatch="[^"]*"[[:space:]]*$//' |\
sed 's/[[:space:]]*static_dispatch="[^"]*"[[:space:]]*/ /' > x
mv x $i
done
Comparing the output of
nm libGL.so | grep ' T gl[^X]' | sed 's/.* T //'
before and after this commit showed no differences.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_internalformat_query.xml')
-rw-r--r-- | src/mapi/glapi/gen/ARB_internalformat_query.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_internalformat_query.xml b/src/mapi/glapi/gen/ARB_internalformat_query.xml index 70a2a310975..9c3154f0561 100644 --- a/src/mapi/glapi/gen/ARB_internalformat_query.xml +++ b/src/mapi/glapi/gen/ARB_internalformat_query.xml @@ -8,7 +8,7 @@ <enum name="NUM_SAMPLE_COUNTS" value="0x9380"/> - <function name="GetInternalformativ" offset="assign" static_dispatch="false" + <function name="GetInternalformativ" offset="assign" es2="3.0"> <param name="target" type="GLenum"/> <param name="internalformat" type="GLenum"/> |