aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
diff options
context:
space:
mode:
authorTopi Pohjolainen <[email protected]>2014-02-18 22:50:13 +0200
committerTopi Pohjolainen <[email protected]>2014-03-05 10:31:44 +0200
commita290cd039cc07330598a101e74d25289ce70bcee (patch)
tree4a5443c6f39cda161bb84970bc242793d507e5cd /src/mesa/drivers/dri/i965/brw_vec4.h
parent81494ec6137d133f999a98474d1660b8c87d2276 (diff)
i965: Merge resolving of shader program source
Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_vec4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h
index cb0586fdcbc..eb375e2fc68 100644
--- a/src/mesa/drivers/dri/i965/brw_vec4.h
+++ b/src/mesa/drivers/dri/i965/brw_vec4.h
@@ -287,7 +287,7 @@ public:
const struct brw_vec4_prog_key *key,
struct brw_vec4_prog_data *prog_data,
struct gl_shader_program *shader_prog,
- struct brw_shader *shader,
+ gl_shader_stage stage,
void *mem_ctx,
bool debug_flag,
bool no_spills,