aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_multisample_state.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2014-02-09 16:34:22 -0800
committerKenneth Graunke <[email protected]>2014-02-10 08:18:29 -0800
commitf4bc0ac83eee968b7a0f18fa8e1ecdc1ba2ddf9e (patch)
treefc8a683094549bd4775146e27e08c4338eb22e0e /src/mesa/drivers/dri/i965/brw_multisample_state.h
parent16f7510ad30070b7bd4eff494f7937f6ee257547 (diff)
i965: Store 4x MSAA sample positions in a scalar value, not an array.
Storing a single value in an array is rather pointless. Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_multisample_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_multisample_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_multisample_state.h b/src/mesa/drivers/dri/i965/brw_multisample_state.h
index 79566f0bb23..2e0250004da 100644
--- a/src/mesa/drivers/dri/i965/brw_multisample_state.h
+++ b/src/mesa/drivers/dri/i965/brw_multisample_state.h
@@ -32,7 +32,7 @@
* e 3
*/
static const uint32_t
-brw_multisample_positions_4x[] = { 0xae2ae662 };
+brw_multisample_positions_4x = 0xae2ae662;
/**
* Sample positions are based on a solution to the "8 queens" puzzle.