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_vec4_copy_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Fix copy propagation for non-register-aligned regions.
Francisco Jerez
2016-09-14
1
-3
/
+6
*
i965/vec4: Drop backend_reg::in_range() in favor of regions_overlap().
Francisco Jerez
2016-09-14
1
-2
/
+2
*
i965/vec4: Replace vec4_instruction::regs_read with ::size_read using byte un...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i...
Francisco Jerez
2016-09-14
1
-1
/
+1
*
i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed...
Francisco Jerez
2016-09-14
1
-2
/
+2
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-2
/
+2
*
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
2016-05-03
1
-1
/
+1
*
i965/vec4: Propagate swizzles correctly during copy propagation.
Francisco Jerez
2016-03-06
1
-66
/
+59
*
i965: Don't try copy propagation if constant propagation succeeded.
Francisco Jerez
2016-03-06
1
-2
/
+1
*
i965/vec4: Use swizzle() to swizzle immediates during constant propagation.
Francisco Jerez
2016-03-06
1
-18
/
+1
*
i965/vec4: don't copy ATTR into 3src instructions with complex swizzles
Matt Turner
2016-02-05
1
-4
/
+10
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-3
/
+1
*
i965: Prevent implicit upcasts to brw_reg.
Matt Turner
2015-11-24
1
-2
/
+2
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-7
/
+7
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Unwrap some lines.
Matt Turner
2015-11-13
1
-2
/
+1
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-5
/
+5
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Extract can_change_source_types() functions.
Matt Turner
2015-10-19
1
-14
/
+2
*
i965/gs: Allow src0 immediates in GS_OPCODE_SET_WRITE_OFFSET.
Kenneth Graunke
2015-09-26
1
-0
/
+7
*
i965/vec4: check swizzle before discarding a uniform on a 3src operand
Alejandro Piñeiro
2015-09-24
1
-3
/
+6
*
i965/vec4: refactor brw_vec4_copy_propagation.
Alejandro Piñeiro
2015-09-22
1
-14
/
+18
*
i965/vec4: Change types as needed to propagate source modifiers using current...
Alejandro Piñeiro
2015-09-19
1
-2
/
+28
*
i965: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
i965: Perform basic optimizations on the BROADCAST opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-9
/
+11
*
i965/vec4: Fix handling of multiple register reads and writes during copy pro...
Francisco Jerez
2015-03-23
1
-3
/
+6
*
i965/vec4: Trivial copy propagate clean-up.
Francisco Jerez
2015-03-23
1
-5
/
+6
*
i965/vec4: Add argument index and type checks to SEL saturate propagation.
Francisco Jerez
2015-03-23
1
-1
/
+4
*
i965/vec4: Fix broken saturate mask check in copy propagation.
Francisco Jerez
2015-03-23
1
-4
/
+11
*
i965/vec4: Don't lose copy propagation saturate bits for not written components.
Francisco Jerez
2015-03-23
1
-1
/
+1
*
Revert "i965/vec4: Don't lose the saturate modifier in copy propagation."
Francisco Jerez
2015-03-23
1
-1
/
+1
*
i965/vec4: Some more trivial swizzle clean-up.
Francisco Jerez
2015-03-23
1
-3
/
+3
*
i965/vec4: Don't lose the saturate modifier in copy propagation.
Andrey Sudnik
2015-03-05
1
-1
/
+1
*
i965/vec4: Fix constant propagation across different types.
Francisco Jerez
2015-02-19
1
-0
/
+10
*
i965/vec4: Silence unused parameter warnings
Ian Romanick
2015-02-17
1
-2
/
+2
*
i965: Handle negated unsigned immediate values in constant propagation.
Francisco Jerez
2015-02-10
1
-11
/
+13
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-4
/
+4
*
i965/vec4: Use abs/negate functions in const propagation.
Matt Turner
2015-02-03
1
-13
/
+5
*
i965: Fix negate with unsigned integers
Iago Toral Quiroga
2015-02-03
1
-5
/
+4
*
i965: Add is_3src() to backend_instruction.
Matt Turner
2015-01-23
1
-5
/
+1
*
i965/vec4: Allow constant propagation of VF immediates.
Matt Turner
2014-12-29
1
-1
/
+27
*
i965/vec4: Add parameter to skip doing constant propagation.
Matt Turner
2014-12-29
1
-2
/
+2
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-1
/
+2
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/vec4: Allow propagation of instructions with saturate flag to sel
Abdiel Janulgue
2014-08-31
1
-27
/
+58
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
1
-1
/
+1
*
i965: Bail on vec4 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: Don't copy propagate abs into Broadwell logic instructions.
Kenneth Graunke
2014-07-15
1
-6
/
+3
[next]