i965g: correct size of surf_bo array

This commit is contained in:
Keith Whitwell
2009-11-05 17:42:38 +00:00
parent 205871c76a
commit a70e6178d4
+1 -1
View File
@@ -705,7 +705,7 @@ struct brw_context
/** Binding table of pointers to surf_bo entries */
struct brw_winsys_buffer *bind_bo;
struct brw_winsys_buffer *surf_bo[PIPE_MAX_COLOR_BUFS];
struct brw_winsys_buffer *surf_bo[BRW_WM_MAX_SURF];
struct brw_winsys_buffer *prog_bo;
struct brw_winsys_buffer *state_bo;