diff options
author | Kenneth Graunke <[email protected]> | 2012-11-29 01:30:01 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-01-18 21:56:23 -0800 |
commit | 37e9b5e305917886566a9ba1b1e9f6a578dd3d4f (patch) | |
tree | bd15b2b8362939407d3f5569a79683c7c956cda0 /src | |
parent | 11f6882e1daf73cead8bc9febe5e29ada98f4add (diff) |
i965: Use the Sandybridge VUE format on Broadwell as well.
It hasn't changed.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c index d09e45563b0..3c1cfa41075 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.c +++ b/src/mesa/drivers/dri/i965/brw_vs.c @@ -99,6 +99,7 @@ brw_compute_vue_map(struct brw_context *brw, struct brw_vue_map *vue_map, break; case 6: case 7: + case 8: /* There are 8 or 16 DWs (D0-D15) in VUE header on Sandybridge: * dword 0-3 of the header is indices, point width, clip flags. * dword 4-7 is the 4D space position |