From: Maciej Cencora Date: Sun, 7 Jun 2009 19:27:52 +0000 (+0200) Subject: radeon: increase max bo count X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e21e82f42549aa78214f3339a13b79791406dde0;p=mesa.git radeon: increase max bo count --- diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index e995062657f..061168fe96b 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -378,7 +378,7 @@ typedef void (*radeon_line_func) (radeonContextPtr, typedef void (*radeon_point_func) (radeonContextPtr, radeonVertex *); -#define RADEON_MAX_BOS 24 +#define RADEON_MAX_BOS 32 struct radeon_state { struct radeon_colorbuffer_state color; struct radeon_depthbuffer_state depth;