i965: Enabled the OES_copy_image extension on Gen 7 GPUs
authorEleni Maria Stea <estea@igalia.com>
Fri, 15 Feb 2019 13:29:43 +0000 (15:29 +0200)
committerNanley Chery <nanley.g.chery@intel.com>
Fri, 15 Feb 2019 23:54:41 +0000 (15:54 -0800)
commit248f2e788860240ab84fc10f0d18332c34712b85
treeb351186cab21e828817acd732096df34d1610c61
parentdb0c379c067002c35a261992de3847a97b3579d4
i965: Enabled the OES_copy_image extension on Gen 7 GPUs

OES_copy_image extension was disabled on Gen7 due to the lack of support
for ETC2 images. Enabled it back. (Kenneth Graunke)

v2:
  - Removed the blank lines in the comments above OES_copy_image and
  OES_texture_view extensions in intel_extensions.c (Nanley Chery)

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/drivers/dri/i965/intel_extensions.c