From: Chia-I Wu Date: Mon, 27 May 2013 04:31:01 +0000 (+0800) Subject: ilo: enable multiple constant buffers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5285c4c88e4beab653660e8a5b51ce9a779fc0d2;p=mesa.git ilo: enable multiple constant buffers This effectively enables uniform buffer object support. --- diff --git a/src/gallium/drivers/ilo/ilo_context.h b/src/gallium/drivers/ilo/ilo_context.h index 3e12bf1d492..8d3d14154f3 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