mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 6 Jun 2014 18:46:55 +0000 (11:46 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Tue, 5 Aug 2014 00:12:23 +0000 (17:12 -0700)
commit2fc420546199b5834ea3a0741d718333596ee235
tree104724e06100ef31ed2d507a0fd717114a98ee64
parent938b3d003401538ceadac28ec5fe0e6ca583d2a6
mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()

Fixes many failures in gles3 Khronos CTS test: packed_pixels

Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/teximage.c