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 /docs/developers.html | |
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 'docs/developers.html')
0 files changed, 0 insertions, 0 deletions