summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_state.h
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2016-08-05 16:42:24 -0600
committerTim Rowley <[email protected]>2016-08-10 11:08:40 -0500
commitad153189ec3fb16fdca2666e0bfe2b88d31ebb70 (patch)
tree78d4008671c4b12bac16b9ff934f198493255084 /src/gallium/drivers/swr/swr_state.h
parentd86e2487a0fb3b3d1f88a07d0eff723f3b30c737 (diff)
swr: [rasterizer core] viewport array support
Change viewport matrix storage from AOS to SOA to support viewport arrays. Signed-off-by: Tim Rowley <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/swr_state.h')
-rw-r--r--src/gallium/drivers/swr/swr_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/swr_state.h b/src/gallium/drivers/swr/swr_state.h
index dcb1145a362..0e3b49d2b0d 100644
--- a/src/gallium/drivers/swr/swr_state.h
+++ b/src/gallium/drivers/swr/swr_state.h
@@ -87,7 +87,7 @@ struct swr_blend_state {
struct swr_derived_state {
SWR_RASTSTATE rastState;
SWR_VIEWPORT vp;
- SWR_VIEWPORT_MATRIX vpm;
+ SWR_VIEWPORT_MATRICES vpm;
};
void swr_update_derived(struct pipe_context *,