summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2015-07-13 14:49:27 +0300
committerFrancisco Jerez <[email protected]>2015-07-29 14:12:47 +0300
commitcecf738b0fbe8ebafe304c717e847f1d3f41d3ca (patch)
treef528af6e0c9c33fcfbe9a89a052b7a3a1442decc /src/mesa/drivers/dri/i965/brw_fs.h
parent98b0122e0a194e0d6c5d3eb05fd3f29a5286b3b3 (diff)
i965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
This is now unused. Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 3769d9fbfd0..dd38940081c 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -495,10 +495,6 @@ private:
struct brw_reg msg_data,
unsigned msg_type);
- void generate_set_omask(fs_inst *inst,
- struct brw_reg dst,
- struct brw_reg sample_mask);
-
void generate_set_sample_id(fs_inst *inst,
struct brw_reg dst,
struct brw_reg src0,