summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-09-10 05:43:12 +0200
committerMarek Olšák <[email protected]>2012-09-13 20:18:44 +0200
commit263045afbc731fe669b43013a32c6dfa457e46ad (patch)
treebae7a84ccd5348220862877ae75b46f990fc1c41 /src/gallium/drivers/r600/r600_pipe.h
parentf2eac1423a92ba47981ba50a4af22e6596059cf4 (diff)
r600g: add support for geometry shader samplers and constant buffers
Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index b101db637b9..7edcde6d864 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -35,7 +35,7 @@
#include "r600_resource.h"
#include "evergreen_compute.h"
-#define R600_MAX_ATOM 17
+#define R600_MAX_ATOM 20
#define R600_MAX_CONST_BUFFERS 2
#define R600_MAX_CONST_BUFFER_SIZE 4096