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