summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_context.h
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2013-05-27 12:31:01 +0800
committerChia-I Wu <olvaffe@gmail.com>2013-05-27 12:31:42 +0800
commit5285c4c88e4beab653660e8a5b51ce9a779fc0d2 (patch)
tree08bb381cf0b7d258cf68b9371ba7d2d5d41c9055 /src/gallium/drivers/ilo/ilo_context.h
parent3a5dd39b1d8247791f7ba7eedb78654d1ecabe82 (diff)
downloadexternal_mesa3d-5285c4c88e4beab653660e8a5b51ce9a779fc0d2.zip
external_mesa3d-5285c4c88e4beab653660e8a5b51ce9a779fc0d2.tar.gz
external_mesa3d-5285c4c88e4beab653660e8a5b51ce9a779fc0d2.tar.bz2
ilo: enable multiple constant buffers
This effectively enables uniform buffer object support.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_context.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h
index 3e12bf1..8d3d141 100644
--- a/src/gallium/drivers/ilo/ilo_context.h
+++ b/src/gallium/drivers/ilo/ilo_context.h
@@ -36,7 +36,7 @@
* \see brw_context.h
*/
#define ILO_MAX_DRAW_BUFFERS 8
-#define ILO_MAX_CONST_BUFFERS 1
+#define ILO_MAX_CONST_BUFFERS (1 + 12)
#define ILO_MAX_SAMPLER_VIEWS 16
#define ILO_MAX_SAMPLERS 16
#define ILO_MAX_SO_BINDINGS 64