OSDN Git Service

mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ES wrapper
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 27 Jul 2012 13:40:26 +0000 (06:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 23 Aug 2012 17:15:31 +0000 (10:15 -0700)
commit9848e86af0c937a6f7609289ab2705c3535f378f
tree93019698a8ec0ab0bc074da206ee68dffe0dbaa1
parent409620e47748479aaef593dc9bec0d6dd520e14a
mesa/es: Validate glTexSubImage format and type in Mesa code rather than the ES wrapper

v2: Add proper GLES3 filtering.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/APIspec.xml
src/mesa/main/teximage.c