texstore: Add a generic implementation of GL_ARB_clear_texture
authorNeil Roberts <neil@linux.intel.com>
Tue, 10 Jun 2014 15:19:58 +0000 (16:19 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 23 Jul 2014 10:50:38 +0000 (11:50 +0100)
commitdf9945ca26203b5f39d273cbaa1966650f8190a9
tree55fe69e06e11da9260a97150fd6596a6d3ab1bee
parentfbbbf7529c3d99a0b2f569495033283877df8b60
texstore: Add a generic implementation of GL_ARB_clear_texture

Adds an implmentation of the ClearTexSubImage driver entry point that just
maps the texture and writes the values in. The extension is not yet enabled by
default because it doesn't work with multisample textures as they don't have a
simple linear layout.

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