diff options
author | Christoph Bumiller <[email protected]> | 2012-07-31 23:32:14 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-08-01 15:39:46 +0200 |
commit | 8592933de82f7742f411cb2f2c339ff7d42266da (patch) | |
tree | 1d745c06fc8601af93638d696dd5f27a7de73e59 /src/gallium/drivers/nv50/nv50_texture.xml.h | |
parent | 6286d9810b7ebae588060370cd7a63c327478a2f (diff) |
nv50,nvc0: make resolve sampler objects allow sRGB conversion
Just figured out what that bit does.
Note: It's converted back to sRGB on write, so no effective
conversion occurs.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_texture.xml.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_texture.xml.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gallium/drivers/nv50/nv50_texture.xml.h b/src/gallium/drivers/nv50/nv50_texture.xml.h index 34accd81741..fc76ec7a7b6 100644 --- a/src/gallium/drivers/nv50/nv50_texture.xml.h +++ b/src/gallium/drivers/nv50/nv50_texture.xml.h @@ -8,10 +8,10 @@ http://0x04.net/cgit/index.cgi/rules-ng-ng git clone git://0x04.net/rules-ng-ng The rules-ng-ng source files this header was generated from are: -- rnndb/nv50_texture.xml ( 8111 bytes, from 2012-04-29 11:17:45) -- ./rnndb/copyright.xml ( 6452 bytes, from 2011-08-11 18:25:12) -- ./rnndb/nvchipsets.xml ( 3701 bytes, from 2012-03-22 20:40:59) -- ./rnndb/nv50_defs.xml ( 5468 bytes, from 2011-08-11 18:25:12) +- rnndb/nv50_texture.xml ( 8180 bytes, from 2012-07-31 11:07:50) +- ./rnndb/copyright.xml ( 6452 bytes, from 2011-07-10 21:35:25) +- ./rnndb/nvchipsets.xml ( 3736 bytes, from 2012-07-31 11:01:16) +- ./rnndb/nv50_defs.xml ( 5468 bytes, from 2011-07-10 21:35:25) Copyright (C) 2006-2012 by the following authors: - Artur Huillet <[email protected]> (ahuillet) @@ -242,6 +242,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NV50_TSC_0_SHADOW_COMPARE_ENABLE 0x00000200 #define NV50_TSC_0_SHADOW_COMPARE_FUNC__MASK 0x00001c00 #define NV50_TSC_0_SHADOW_COMPARE_FUNC__SHIFT 10 +#define NV50_TSC_0_SRGB_CONVERSION_ALLOWED 0x00002000 #define NV50_TSC_0_BOX_S__MASK 0x0001c000 #define NV50_TSC_0_BOX_S__SHIFT 14 #define NV50_TSC_0_BOX_T__MASK 0x000e0000 |