diff options
author | Ben Skeggs <[email protected]> | 2008-06-16 16:29:40 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-06-29 15:46:18 +1000 |
commit | cae38d0fcc6c936d3a4dc25ca2dbef3d106d05a5 (patch) | |
tree | b339b84bcbf744f18e80bba151fbd66af4bf8cbd /src/gallium/drivers/nv50/nv50_context.h | |
parent | fea0b1651677444fc6c135e1a4b8ab6463a9fdf9 (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.h | 1 |
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) |