Mesa (master): i965: Use the Sandybridge VUE format on Broadwell as well.

Kenneth Graunke kwg at kemper.freedesktop.org
Sun Jan 19 06:03:52 UTC 2014


Module: Mesa
Branch: master
Commit: 37e9b5e305917886566a9ba1b1e9f6a578dd3d4f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=37e9b5e305917886566a9ba1b1e9f6a578dd3d4f

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Nov 29 01:30:01 2012 -0800

i965: Use the Sandybridge VUE format on Broadwell as well.

It hasn't changed.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

---

 src/mesa/drivers/dri/i965/brw_vs.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c
index d09e455..3c1cfa4 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




More information about the mesa-commit mailing list