diff options
author | Eric Anholt <[email protected]> | 2012-10-15 17:48:07 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-17 12:23:59 -0700 |
commit | af911b2819e5175008c67e6939d88ec28cda69d1 (patch) | |
tree | 152f85167ad47347e38e17a3643d8d9af745bba2 /src/mesa/drivers/dri/i965/brw_vec4.h | |
parent | 9499f7984e7393f5acf214f126481695a774e8e7 (diff) |
i965/vs: Do the temporary allocation in emit_scratch_write().
Both callers were doing basically the same thing, just written differently.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vec4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index d6d6c8a904b..a647215b7ec 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -427,7 +427,6 @@ public: src_reg orig_src, int base_offset); void emit_scratch_write(vec4_instruction *inst, - src_reg temp, int base_offset); void emit_pull_constant_load(vec4_instruction *inst, dst_reg dst, |