diff options
author | Maciej Cencora <[email protected]> | 2009-06-12 19:08:44 +0200 |
---|---|---|
committer | Maciej Cencora <[email protected]> | 2009-06-12 19:08:44 +0200 |
commit | 41091087396f935d4acf70b018ba54889fcf55a1 (patch) | |
tree | 139b2c1892f1e8fff6d35bb35625df1f610c7647 /src/mesa/drivers/dri/r300/r300_reg.h | |
parent | d0b0df380ac6a9b421dc63531a180b3fd3017621 (diff) |
r300: add support for EXT_texture_sRGB
Tested with glean/texture_srgb and wine/d3d9 tests on RV535
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index c22616b95f6..357c600af97 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -1467,6 +1467,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. # define R300_TX_FORMAT_3D (1 << 25) # define R300_TX_FORMAT_CUBIC_MAP (2 << 25) +# define R300_TX_FORMAT_GAMMA (1 << 21) + /* gap */ /* Floating point formats */ /* Note - hardware supports both 16 and 32 bit floating point */ |