diff options
author | Michel Dänzer <[email protected]> | 2012-11-02 17:11:27 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-11-02 18:27:18 +0100 |
commit | c5c3d2f9330705dcfd83bbdb6a5460ddc8a0f0e9 (patch) | |
tree | 32487e659f81e82e2a04b51ea97cc2a3dfc5800c /src/gallium/drivers/radeonsi/si_state.h | |
parent | ebf0a96250050e1ed842598c7b2b3897c7f829b3 (diff) |
radeonsi: Implement support for vertex shader samplers.
Signed-off-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index 8f1ab438fff..00d666f520f 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -85,6 +85,8 @@ union si_state { struct si_pm4_state *fb_blend; struct si_pm4_state *dsa_stencil_ref; struct si_pm4_state *vs; + struct si_pm4_state *vs_sampler_views; + struct si_pm4_state *vs_sampler; struct si_pm4_state *vs_const; struct si_pm4_state *ps; struct si_pm4_state *ps_sampler_views; |