mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 20:20:09 +01:00
i965: Use the Sandybridge VUE format on Broadwell as well.
It hasn't changed. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
11f6882e1d
commit
37e9b5e305
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue