diff options
author | Jason Ekstrand <[email protected]> | 2015-06-06 12:08:00 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-06-09 09:22:56 -0700 |
commit | 670862a5069f2759418450698aa4ab7d9f0e079f (patch) | |
tree | 72014ddbc9bb11af505704fd056c70cd23791b0d /src/mesa/drivers/dri/i965/brw_fs.h | |
parent | 86e5afbfee5492235cab1a7be4ea49ac02be1644 (diff) |
fs/reg_allocate: Remove the MRF hack helpers from fs_visitor
These are helpers that only exist in this one file. No reason to put them
in the visitor.
Reviewed-by: Neil Roberts <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.h | 4 |
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 39e9503c5fd..ca887ec0b37 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -119,12 +119,8 @@ public: void assign_vs_urb_setup(); bool assign_regs(bool allow_spilling); void assign_regs_trivial(); - void get_used_mrfs(bool *mrf_used); void setup_payload_interference(struct ra_graph *g, int payload_reg_count, int first_payload_node); - void setup_mrf_hack_interference(struct ra_graph *g, - int first_mrf_hack_node, - int *first_used_mrf); int choose_spill_reg(struct ra_graph *g); void spill_reg(int spill_reg); void split_virtual_grfs(); |