ilo: enable multiple constant buffers
authorChia-I Wu <olvaffe@gmail.com>
Mon, 27 May 2013 04:31:01 +0000 (12:31 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 27 May 2013 04:31:42 +0000 (12:31 +0800)
This effectively enables uniform buffer object support.

src/gallium/drivers/ilo/ilo_context.h

index 3e12bf1d49213a1b81048184cc1014152c74e261..8d3d14154f337052039dea93fb33d540c61c28a0 100644 (file)
@@ -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