History log of /external/mesa3d/src/mapi/glapi/gen/ARB_copy_image.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
faae9ab2eeed28037f645fd66e68e4b9ff08b8e8 26-May-2016 Ilia Mirkin <imirkin@alum.mit.edu> mapi: expose new functions in GL ES 3.2

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
/external/mesa3d/src/mapi/glapi/gen/ARB_copy_image.xml
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_image.xml
41b6460e08bf878ec3372937f63bef2a7b63c484 28-Jun-2014 Jason Ekstrand <jason.ekstrand@intel.com> mesa: Add GL API support for ARB_copy_image

This adds the API entrypoint, error checking logic, and a driver hook for
the ARB_copy_image extension.

v2: Fix a typo in ARB_copy_image.xml and add it to the makefile
v3: Put ARB_copy_image.xml in the right place alphebetically in the
makefile and properly prefix the commit message
v4: Fixed some line wrapping and added a check for null
v5: Check for incomplete renderbuffers

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Neil Roberts <neil@linux.intel.com>

v6: Update dispatch_sanity for the addition of CopyImageSubData
/external/mesa3d/src/mapi/glapi/gen/ARB_copy_image.xml