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_sel_peephole.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Expose arbitrary channel execution groups to the IR.
Francisco Jerez
2016-05-27
1
-1
/
+1
*
i965/fs: Remove SNB embedded-comparison support from optimizations.
Matt Turner
2015-10-05
1
-20
/
+1
*
i965/fs: Set execution controls explicitly in opt_peephole_sel().
Francisco Jerez
2015-07-29
1
-3
/
+9
*
i965/fs: Migrate opt_peephole_sel to the IR builder.
Francisco Jerez
2015-06-09
1
-13
/
+12
*
i965/fs: Create and emit instructions in one step in opt_peephole_sel.
Francisco Jerez
2015-06-09
1
-24
/
+20
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-2
/
+2
*
i965/fs: bail on move-to-flag in sel peephole
Connor Abbott
2015-03-20
1
-1
/
+3
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
1
-1
/
+1
*
i965/fs: Don't use if_block/else_block in SEL peephole.
Matt Turner
2014-11-11
1
-6
/
+11
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
1
-2
/
+2
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-2
/
+2
*
i965/fs: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-23
/
+19
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-2
/
+0
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/fs: Preserve CFG in the SEL peephole.
Matt Turner
2014-08-22
1
-6
/
+9
*
i965/cfg: Point to bblock_t containing associated control flow
Matt Turner
2014-08-22
1
-2
/
+2
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-3
/
+1
*
i965/fs: Decide predicate/predicate_inverse outside of the for loop.
Matt Turner
2014-07-24
1
-9
/
+14
*
i965/fs: Swap if/else conditions in SEL peephole.
Matt Turner
2014-07-24
1
-3
/
+3
*
i965: Replace cfg instances with calls to calculate_cfg().
Matt Turner
2014-07-21
1
-3
/
+3
*
i965/fs: do SEL optimization only when src type for MOV matches
Tapani Pälli
2014-01-08
1
-0
/
+6
*
i965/fs: Emit a MOV instead of a SEL if the sources are the same.
Matt Turner
2013-12-04
1
-19
/
+23
*
i965/fs: Extend SEL peephole to handle only matching MOVs.
Matt Turner
2013-12-04
1
-3
/
+2
*
i965/fs: New peephole optimization to generate SEL.
Matt Turner
2013-12-04
1
-0
/
+222