summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-09-04 21:29:43 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-09-04 22:45:21 +0200
commit20bf5037d6006329b362fe501cc8a3594a0cab24 (patch)
tree8acb5197433d742756261c47f686a4da59b3e5a2 /src/gallium/drivers/nouveau
parent25ecc9521dcab781a8a3688ab331fdaee34a4fff (diff)
nvfx: support rendering to more formats
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r--src/gallium/drivers/nouveau/nouveau_class.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_class.h b/src/gallium/drivers/nouveau/nouveau_class.h
index 79681d277b..72ddf9bf76 100644
--- a/src/gallium/drivers/nouveau/nouveau_class.h
+++ b/src/gallium/drivers/nouveau/nouveau_class.h
@@ -5003,7 +5003,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NV34TCL_RT_FORMAT_COLOR_X8R8G8B8 0x00000005
#define NV34TCL_RT_FORMAT_COLOR_A8R8G8B8 0x00000008
#define NV34TCL_RT_FORMAT_COLOR_B8 0x00000009
-#define NV34TCL_RT_FORMAT_COLOR_UNKNOWN 0x0000000d
+#define NV34TCL_RT_FORMAT_COLOR_A16B16G16R16_FLOAT 0x0000000b
+#define NV34TCL_RT_FORMAT_COLOR_A32B32G32R32_FLOAT 0x0000000c
+#define NV34TCL_RT_FORMAT_COLOR_R32_FLOAT 0x0000000d
#define NV34TCL_RT_FORMAT_COLOR_X8B8G8R8 0x0000000f
#define NV34TCL_RT_FORMAT_COLOR_A8B8G8R8 0x00000010
#define NV34TCL_COLOR0_PITCH 0x0000020c