index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_fs_saturate_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Restrict inequality that can only hold equal in saturate propagation.
Francisco Jerez
2016-03-14
1
-1
/
+1
*
i965/fs: Allow saturate propagation to propagate negations into MADs.
Matt Turner
2016-02-25
1
-0
/
+4
*
i965/fs: Allow saturate propagation to propagate negations into ADDs.
Matt Turner
2016-02-25
1
-0
/
+11
*
i965/fs: Allow saturate propagation to propagate negations into MULs.
Matt Turner
2016-02-25
1
-3
/
+14
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Remove block arg from foreach_inst_in_block_*_starting_from
Neil Roberts
2015-10-21
1
-1
/
+1
*
i965/fs: Consider type mismatches in saturate propagation.
Matt Turner
2015-10-19
1
-3
/
+12
*
i965/fs: Consider MOV.SAT to interfere if it has a source modifier.
Matt Turner
2015-02-19
1
-4
/
+8
*
i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.
Matt Turner
2015-02-19
1
-4
/
+4
*
i965/fs: Add a comment explaining what saturate propagation does.
Matt Turner
2014-12-16
1
-0
/
+14
*
i965/fs: Use const fs_reg & rather than a copy or pointer.
Matt Turner
2014-12-01
1
-1
/
+1
*
i965/fs: Don't invalidate live intervals in saturate propagation.
Matt Turner
2014-09-27
1
-2
/
+1
*
i965/fs: Ignore mov.sat instructions in interference check in sat prop.
Matt Turner
2014-09-27
1
-1
/
+2
*
i965/fs: Walk instructions in reverse in saturate propagation.
Matt Turner
2014-09-27
1
-3
/
+3
*
i965/fs: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-6
/
+1
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
1
-1
/
+1
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-3
/
+2
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-5
/
+3
*
i965/fs: Pass cfg to calculate_live_intervals().
Matt Turner
2014-07-01
1
-2
/
+2
*
i965: Add and use foreach_inst_in_block macros.
Matt Turner
2014-07-01
1
-3
/
+1
*
i965/fs: Let sat-prop ignore live ranges if producer already has sat.
Matt Turner
2014-06-30
1
-4
/
+7
*
i965/fs: Loop from 0 to inst->sources, not 0 to 3.
Matt Turner
2014-06-01
1
-1
/
+1
*
i965/fs: Don't propagate saturation modifiers if there are source modifiers.
Matt Turner
2014-04-05
1
-0
/
+2
*
i965/fs: Don't propagate saturate modifiers into partial writes.
Matt Turner
2014-04-05
1
-1
/
+2
*
i965/fs: Fix off-by-one in saturate propagation.
Matt Turner
2014-04-05
1
-1
/
+1
*
i965/fs: Fix register comparisons in saturate propagation.
Kenneth Graunke
2014-03-14
1
-0
/
+1
*
i965/fs: Add a saturation propagation optimization pass.
Matt Turner
2014-01-28
1
-0
/
+104