diff options
author | Francisco Jerez <[email protected]> | 2015-04-22 21:10:43 +0300 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2015-05-04 15:05:20 +0300 |
commit | 0519a6259b0e6b83eaeafdf0ed30a67713c4b6ed (patch) | |
tree | ba1b421edbea8239d9808ee03542b1f91fd2a682 /src/mesa/drivers/dri/i965/brw_fs.h | |
parent | 2f1c16df3e997771bcedb60ae7f16a21c4c60144 (diff) |
i965: Simplify generator code for untyped surface messages.
The generate_untyped_*() methods do nothing useful other than calling
the corresponding function from brw_eu_emit.c. The calls to
brw_mark_surface_used() will go away too in a future commit.
Reviewed-by: Topi Pohjolainen <[email protected]>
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index 0a637cd3b37..0783754cba7 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -638,17 +638,6 @@ private: struct brw_reg offset, struct brw_reg value); - void generate_untyped_atomic(fs_inst *inst, - struct brw_reg dst, - struct brw_reg payload, - struct brw_reg atomic_op, - struct brw_reg surf_index); - - void generate_untyped_surface_read(fs_inst *inst, - struct brw_reg dst, - struct brw_reg payload, - struct brw_reg surf_index); - bool patch_discard_jumps_to_fb_writes(); struct brw_context *brw; |