summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorHenri Verbeet <hverbeet@gmail.com>2011-03-07 21:15:03 +0100
committerHenri Verbeet <hverbeet@gmail.com>2011-03-07 21:48:21 +0100
commiteac50295fccb983281423e825e57ab4a2a5bbbfb (patch)
tree22edaa31e4703ad2a1ba10cec9d233ed62dff9c1 /src/gallium/drivers/r600/r600_pipe.h
parenta8bde5c47e1e8df13b408e44a2ae79edffd5ebed (diff)
r600g: Constant buffers can contain up to 4096 constants.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 5f701d87e8..1b78c09071 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -38,6 +38,7 @@
#include "r600_resource.h"
#define R600_MAX_CONST_BUFFERS 1
+#define R600_MAX_CONST_BUFFER_SIZE 4096
enum r600_pipe_state_id {
R600_PIPE_STATE_BLEND = 0,