radeon: increase max bo count
authorMaciej Cencora <m.cencora@gmail.com>
Sun, 7 Jun 2009 19:27:52 +0000 (21:27 +0200)
committerMaciej Cencora <m.cencora@gmail.com>
Thu, 11 Jun 2009 21:25:53 +0000 (23:25 +0200)
src/mesa/drivers/dri/radeon/radeon_common_context.h

index e995062..061168f 100644 (file)
@@ -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;