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:
Eric Anholt 2012-02-21 12:56:29 -08:00
parent 5d2de9232d
commit 96ba94cad2

View file

@ -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 {