mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 09:40:08 +01:00
i965/gen6: Fix the size of the GS surface binding table.
I obviously didn't test on gen6 before pushing. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Tested-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
5d2de9232d
commit
96ba94cad2
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ struct brw_context
|
|||
uint32_t state_offset;
|
||||
|
||||
uint32_t bind_bo_offset;
|
||||
uint32_t surf_offset[BRW_MAX_VS_SURFACES];
|
||||
uint32_t surf_offset[BRW_MAX_GS_SURFACES];
|
||||
} gs;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue