Module: Mesa Branch: radeon-rewrite Commit: e21e82f42549aa78214f3339a13b79791406dde0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e21e82f42549aa78214f3339a13b79791406dde0
Author: Maciej Cencora <m.cenc...@gmail.com> Date: Sun Jun 7 21:27:52 2009 +0200 radeon: increase max bo count --- .../drivers/dri/radeon/radeon_common_context.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index e995062..061168f 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; _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit