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_copy_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Handle negated unsigned immediate values in constant propagation.
Francisco Jerez
2015-02-10
1
-2
/
+4
*
i965/fs: Remove dependency of fs_inst on the visitor class.
Francisco Jerez
2015-02-10
1
-2
/
+2
*
i965/fs: Add support for constant propagating into sources with modifiers.
Matt Turner
2015-02-03
1
-6
/
+12
*
i965: Fix negate with unsigned integers
Iago Toral Quiroga
2015-02-03
1
-3
/
+6
*
i965/fs: Allow constant propagation between different types
Jason Ekstrand
2015-01-13
1
-2
/
+2
*
i965: Don't copy propagate constants from sources with saturate
Kristian Høgsberg
2014-12-10
1
-0
/
+2
*
i965/fs: Constant propagate into LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
1
-0
/
+1
*
i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor*
Jason Ekstrand
2014-09-30
1
-12
/
+15
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
1
-16
/
+31
*
i965/fs: Copy propagate partial reads.
Jason Ekstrand
2014-09-30
1
-20
/
+63
*
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: Allow propagation of instructions with saturate flag to sel
Abdiel Janulgue
2014-08-31
1
-1
/
+17
*
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
-48
/
+42
*
i965: Bail on FS copy propagation for scratch writes with source modifiers
Anuj Phogat
2014-08-14
1
-0
/
+4
*
i965: Return NONE from brw_swap_cmod on unknown input.
Matt Turner
2014-08-12
1
-1
/
+1
*
i965: Replace cfg instances with calls to calculate_cfg().
Matt Turner
2014-07-21
1
-9
/
+11
*
i965: Don't copy propagate abs into Broadwell logic instructions.
Kenneth Graunke
2014-07-15
1
-6
/
+3
*
exec_list: Make various places use the new length() method.
Connor Abbott
2014-07-15
1
-3
/
+1
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
2014-07-05
1
-2
/
+2
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-5
/
+2
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-7
/
+3
*
i965: Add and use foreach_inst_in_block macros.
Matt Turner
2014-07-01
1
-7
/
+2
*
i965/fs: Constant propagate into 2-src math instructions on Gen8.
Matt Turner
2014-06-25
1
-2
/
+9
*
i965/fs: Make try_constant_propagate() static.
Matt Turner
2014-06-25
1
-2
/
+2
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-1
/
+1
*
i965/fs: Copy propagate from load_payload.
Matt Turner
2014-06-17
1
-0
/
+22
*
i965/fs: skip copy-propate for logical instructions with negated src entries
Abdiel Janulgue
2014-06-09
1
-0
/
+17
*
i965/fs: Refactor check for potential copy propagated instructions.
Abdiel Janulgue
2014-06-09
1
-10
/
+17
*
i965/fs: Loop from 0 to inst->sources, not 0 to 3.
Matt Turner
2014-06-01
1
-2
/
+2
*
i965/cfg: Embed exec_node in bblock_link.
Matt Turner
2014-05-15
1
-4
/
+3
*
i965/fs: Name temporary ralloc contexts something other than mem_ctx.
Matt Turner
2014-04-05
1
-7
/
+7
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-12
/
+12
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-3
/
+1
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-3
/
+33
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-2
/
+5
*
i965: Allow commuting the operands of ADDC for const propagation.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965: Allow constant propagation into ASR and BFI1.
Matt Turner
2013-12-04
1
-0
/
+2
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965: s/Muchnik/Muchnick/.
Matt Turner
2013-10-25
1
-1
/
+1
*
i965/fs: Convert gen7 to using GRFs for texture messages.
Eric Anholt
2013-10-10
1
-0
/
+3
*
i965/fs: Create a helper function for invalidating live intervals.
Kenneth Graunke
2013-10-10
1
-1
/
+1
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+2
*
i965: Allow immediates to be folded into logical and shift instructions.
Matt Turner
2013-09-09
1
-0
/
+11
*
i965/fs: Add code to print out global copy propagation sets.
Kenneth Graunke
2013-08-21
1
-0
/
+30
*
i965/fs: Re-enable global copy propagation.
Kenneth Graunke
2013-08-19
1
-2
/
+0
*
i965/fs: Fix computation of livein.
Kenneth Graunke
2013-08-19
1
-7
/
+6
*
i965/fs: Fully recompute liveout at each step.
Kenneth Graunke
2013-08-19
1
-1
/
+1
[next]