History log of /external/mesa3d/src/mapi/glapi/gen/ARB_copy_buffer.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f507d33d4fd0834529b77c2e24271904a14247ac 13-May-2015 Ian Romanick <ian.d.romanick@intel.com> 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 <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/mapi/glapi/gen/ARB_copy_buffer.xml
c9155c9317a4d338f26377ee2f269ac4e7c7f538 16-Oct-2012 Matt Turner <mattst88@gmail.com> glapi: Add es2="3.0" attributes to XML.

Note that we are missing the ARB_internalformat_query extension, which
provides the glGetInternalformativ function needed by GL ES 3.0.

Reviewed-by: Paul Berry <stereotype441@gmail.com>
/external/mesa3d/src/mapi/glapi/gen/ARB_copy_buffer.xml
296adbd545b8efd38c9ed508166b2de2764a444b 25-Apr-2010 Chia-I Wu <olv@lunarg.com> glapi: Move to src/mapi/.

Move glapi to src/mapi/{glapi,es1api,es2api}.
/external/mesa3d/src/mapi/glapi/gen/ARB_copy_buffer.xml