meta: Add a state flag for the GL_DITHER
authorNeil Roberts <neil@linux.intel.com>
Fri, 4 Jul 2014 14:37:28 +0000 (15:37 +0100)
committerNeil Roberts <neil@linux.intel.com>
Wed, 23 Jul 2014 10:50:38 +0000 (11:50 +0100)
commit05b52efbc977311c96ba31ac5fa2c95fe525d85e
tree085e36de0dcfb7d1aa0e730b16f01a742996b906
parentdf9945ca26203b5f39d273cbaa1966650f8190a9
meta: Add a state flag for the GL_DITHER

The Meta implementation of glClearTexSubImage is going to want to ensure that
dithering is disabled so that it can get a consistent color across the whole
texture when clearing. This adds a state flag to easily save it and set it to
the default value when performing meta operations.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h