mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
i965g: correct size of surf_bo array
This commit is contained in:
parent
205871c76a
commit
a70e6178d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue