mesa/main: Add generic bits of ARB_clear_texture implementation
authorNeil Roberts <neil@linux.intel.com>
Tue, 10 Jun 2014 15:11:00 +0000 (16:11 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 23 Jul 2014 10:50:38 +0000 (11:50 +0100)
commitfbbbf7529c3d99a0b2f569495033283877df8b60
tree2fd3f756cacaf2c72466cc2263f59948246e8936
parent2e63f91e60376d297d883fd769713fbb5c93aadc
mesa/main: Add generic bits of ARB_clear_texture implementation

This adds the driver entry point for glClearTexSubImage and fills in the
_mesa_ClearTexImage and _mesa_ClearTexSubImage functions that call it.

v2: Don't clear some of the images if only one of them makes an error

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/dd.h
src/mesa/main/teximage.c
src/mesa/main/teximage.h