Mesa (radeon-rewrite): radeon: increase max bo count

Maciej Cencora osiris at kemper.freedesktop.org
Thu Jun 11 23:11:36 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: e21e82f42549aa78214f3339a13b79791406dde0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e21e82f42549aa78214f3339a13b79791406dde0

Author: Maciej Cencora <m.cencora at 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;




More information about the mesa-commit mailing list