ilo: enable multiple constant buffers

This effectively enables uniform buffer object support.
This commit is contained in:
Chia-I Wu 2013-05-27 12:31:01 +08:00
parent 3a5dd39b1d
commit 5285c4c88e

View 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