diff options
author | Iago Toral Quiroga <[email protected]> | 2014-07-30 09:08:48 +0200 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2014-09-19 15:01:16 +0200 |
commit | 66ec61c49f0e57ebe237de3ee5610c7fda972e9c (patch) | |
tree | 8c10c4c47a8096be4d44c1d20f6c0abe58b750f2 /src/mesa/drivers/dri/i965/brw_state_upload.c | |
parent | 6669fd0818a07f3bd8232ee72cf5e01d992b39f2 (diff) |
i965/gen6/gs: Enable texture units and upload sampler state.
Acked-by: Kenneth Graunke <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state_upload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index c0b3c8b284b..49034a374b9 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -147,6 +147,7 @@ static const struct brw_tracked_state *gen6_atoms[] = &brw_fs_samplers, &brw_vs_samplers, + &brw_gs_samplers, &gen6_sampler_state, &gen6_multisample_state, |