summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_context.h
diff options
context:
space:
mode:
authorBen Skeggs <[email protected]>2008-06-16 16:29:40 +1000
committerBen Skeggs <[email protected]>2008-06-29 15:46:18 +1000
commitcae38d0fcc6c936d3a4dc25ca2dbef3d106d05a5 (patch)
treeb339b84bcbf744f18e80bba151fbd66af4bf8cbd /src/gallium/drivers/nv50/nv50_context.h
parentfea0b1651677444fc6c135e1a4b8ab6463a9fdf9 (diff)
nv50: abuse constbuf upload for program upload
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 5214ce1a69c..cbb473410a5 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -30,6 +30,7 @@
#define NV50_CB_PGP 3
#define NV50_CB_TIC 4
#define NV50_CB_TSC 5
+#define NV50_CB_PUPLOAD 6
#define NV50_NEW_BLEND (1 << 0)
#define NV50_NEW_ZSA (1 << 1)