summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-06-19 15:40:09 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2015-06-23 15:34:59 -0700
commit1b0f6ffa15b25e8601d60fe1ea74e893f7d33cf5 (patch)
tree14d8c8d4ce25c1cb204517540fdd0c2399b7f253 /src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
parentc7893dc3c590b86787d8118e3920debaea3f16da (diff)
downloadexternal_mesa3d-1b0f6ffa15b25e8601d60fe1ea74e893f7d33cf5.zip
external_mesa3d-1b0f6ffa15b25e8601d60fe1ea74e893f7d33cf5.tar.gz
external_mesa3d-1b0f6ffa15b25e8601d60fe1ea74e893f7d33cf5.tar.bz2
i965: Pull calls to get_shader_time_index out of the visitor
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
Diffstat (limited to 'src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp b/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
index d5142f5..b8cf40e 100644
--- a/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
+++ b/src/mesa/drivers/dri/i965/test_fs_saturate_propagation.cpp
@@ -48,7 +48,7 @@ public:
struct brw_wm_prog_data *prog_data,
struct gl_shader_program *shader_prog)
: fs_visitor(brw, NULL, MESA_SHADER_FRAGMENT, NULL, &prog_data->base,
- shader_prog, (struct gl_program *) NULL, 8) {}
+ shader_prog, (struct gl_program *) NULL, 8, -1) {}
};