projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
205871c
)
i965g: correct size of surf_bo array
author
Keith Whitwell
<keithw@vmware.com>
Thu, 5 Nov 2009 17:42:38 +0000
(17:42 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Thu, 5 Nov 2009 17:42:38 +0000
(17:42 +0000)
src/gallium/drivers/i965/brw_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/brw_context.h
b/src/gallium/drivers/i965/brw_context.h
index e0c1c57ed77a792504e0893d5dac72494989d163..f853255261d922328e2cd1e27215c35f8943daed 100644
(file)
--- a/
src/gallium/drivers/i965/brw_context.h
+++ b/
src/gallium/drivers/i965/brw_context.h
@@
-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;