diff options
author | Ian Romanick <[email protected]> | 2015-05-12 19:15:09 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:23:31 -0700 |
commit | f507d33d4fd0834529b77c2e24271904a14247ac (patch) | |
tree | 151e44a84559cde6501f361a91fd7a08d50966ca /src/gallium/auxiliary/tgsi/tgsi_scan.c | |
parent | 2b419e0db92248ca768d2d26aa2f8276c70356e2 (diff) |
glapi: Remove all offset tags from the XML
Changes generated by:
cd src/mapi/glapi/gen
for i in *.xml; do
cat $i |\
sed 's/[[:space:]]*offset="[^"]*">/>/' |\
sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*$//' |\
sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*/ /' > x
mv x $i
done
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.c')
0 files changed, 0 insertions, 0 deletions