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: Fix copy propagation type changes.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
i965/fs: Make sure that the type sizes are compatible during copy propagation.
Francisco Jerez
2015-07-29
1
-0
/
+8
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-4
/
+0
*
i965/fs: Unrestrict constant propagation into integer multiply.
Matt Turner
2015-05-18
1
-1
/
+9
*
i965/fs: Allow copy propagation on ATTR file registers.
Kenneth Graunke
2015-05-06
1
-1
/
+4
*
i965/fs_inst: Get rid of the effective_width field
Jason Ekstrand
2015-05-06
1
-4
/
+3
*
i965: Perform basic optimizations on the BROADCAST opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
*
i965/fs: Disallow constant propagation into POW on Gen 6.
Matt Turner
2015-04-25
1
-2
/
+8
*
i965/fs: Don't constant propagate into integer math instructions.
Matt Turner
2015-04-24
1
-1
/
+5
*
i965/fs: Allow 2-src math instructions to have immediate src1.
Matt Turner
2015-04-24
1
-3
/
+3
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-5
/
+5
*
i965/fs: Change SEL and MOV types as needed to propagate source modifiers
Jason Ekstrand
2015-04-17
1
-4
/
+30
*
i965/fs: Use the source type when looking for UD negations in copy prop
Jason Ekstrand
2015-04-17
1
-1
/
+1
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
i965/fs: Allow immediates in MAD and LRP instructions.
Matt Turner
2015-02-17
1
-0
/
+6
*
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
[next]