From f0cecd43d6b6d3f5def3fd43b9c95baaf3be9b16 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 13 Feb 2012 10:08:23 -0800 Subject: i965: Move VUE map computation to once at VS compile time. With this and the previous patch, 640x480 nexuiz is running 0.169118% +/- 0.0863696% faster (n=121). On a VS state change microbenchmark, performance is increased 8.28645% +/- 0.460478% (n=52). v2: Fix CACHE_NEW_VS comment. Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965/brw_vs.h') diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index 8814251..490fcc0 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.h +++ b/src/mesa/drivers/dri/i965/brw_vs.h @@ -92,7 +92,6 @@ struct brw_vs_compile { GLuint nr_inputs; - struct brw_vue_map vue_map; GLuint first_output; GLuint last_scratch; -- cgit v1.1