summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: don't copy ATTR into 3src instructions with complex swizzlesMatt Turner2016-02-051-4/+10
* i965: Clean up #includes in the compiler.Matt Turner2015-11-241-3/+1
* i965: Prevent implicit upcasts to brw_reg.Matt Turner2015-11-241-2/+2
* i965: Rename GRF to VGRF.Matt Turner2015-11-131-7/+7
* i965: Use brw_reg's nr field to store register number.Matt Turner2015-11-131-3/+3
* i965: Unwrap some lines.Matt Turner2015-11-131-2/+1
* i965: Use immediate storage in inherited brw_reg.Matt Turner2015-11-131-5/+5
* i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.Matt Turner2015-11-131-3/+3
* i965: Extract can_change_source_types() functions.Matt Turner2015-10-191-14/+2
* i965/gs: Allow src0 immediates in GS_OPCODE_SET_WRITE_OFFSET.Kenneth Graunke2015-09-261-0/+7
* i965/vec4: check swizzle before discarding a uniform on a 3src operandAlejandro Piñeiro2015-09-241-3/+6
* i965/vec4: refactor brw_vec4_copy_propagation.Alejandro Piñeiro2015-09-221-14/+18
* i965/vec4: Change types as needed to propagate source modifiers using current...Alejandro Piñeiro2015-09-191-2/+28
* i965: Define virtual instruction to calculate the high 32 bits of a multiply.Francisco Jerez2015-08-061-0/+1
* i965: Perform basic optimizations on the BROADCAST opcode.Francisco Jerez2015-05-041-0/+1
* i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand2015-04-221-9/+11
* i965/vec4: Fix handling of multiple register reads and writes during copy pro...Francisco Jerez2015-03-231-3/+6
* i965/vec4: Trivial copy propagate clean-up.Francisco Jerez2015-03-231-5/+6
* i965/vec4: Add argument index and type checks to SEL saturate propagation.Francisco Jerez2015-03-231-1/+4
* i965/vec4: Fix broken saturate mask check in copy propagation.Francisco Jerez2015-03-231-4/+11
* i965/vec4: Don't lose copy propagation saturate bits for not written components.Francisco Jerez2015-03-231-1/+1
* Revert "i965/vec4: Don't lose the saturate modifier in copy propagation."Francisco Jerez2015-03-231-1/+1
* i965/vec4: Some more trivial swizzle clean-up.Francisco Jerez2015-03-231-3/+3
* i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik2015-03-051-1/+1
* i965/vec4: Fix constant propagation across different types.Francisco Jerez2015-02-191-0/+10
* i965/vec4: Silence unused parameter warningsIan Romanick2015-02-171-2/+2
* i965: Handle negated unsigned immediate values in constant propagation.Francisco Jerez2015-02-101-11/+13
* i965: Factor out virtual GRF allocation to a separate object.Francisco Jerez2015-02-101-4/+4
* i965/vec4: Use abs/negate functions in const propagation.Matt Turner2015-02-031-13/+5
* i965: Fix negate with unsigned integersIago Toral Quiroga2015-02-031-5/+4
* i965: Add is_3src() to backend_instruction.Matt Turner2015-01-231-5/+1
* i965/vec4: Allow constant propagation of VF immediates.Matt Turner2014-12-291-1/+27
* i965/vec4: Add parameter to skip doing constant propagation.Matt Turner2014-12-291-2/+2
* i965/vec4: Don't use instruction list after calculating the cfg.Matt Turner2014-09-241-1/+2
* i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner2014-09-241-1/+1
* i965/vec4: Allow propagation of instructions with saturate flag to selAbdiel Janulgue2014-08-311-27/+58
* i965: Use basic-block aware insertion/removal functions.Matt Turner2014-08-221-1/+1
* i965: Bail on vec4 copy propagation for scratch writes with source modifiersAnuj Phogat2014-08-141-0/+4
* i965: Return NONE from brw_swap_cmod on unknown input.Matt Turner2014-08-121-1/+1
* i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2014-07-151-6/+3
* i965: Make a brw_conditional_mod enum.Matt Turner2014-07-051-1/+1
* i965: Use immediate storage in brw_reg for visitor regs.Matt Turner2014-07-051-5/+5
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-011-3/+1
* i965/vec4: Try constant propagate after copy propagate made progress.Matt Turner2014-06-251-2/+4
* i965/vec4: Make try_copy_propagate() static.Matt Turner2014-06-251-4/+4
* i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.Matt Turner2014-06-251-6/+6
* i965/vec4: Constant propagate into 2-src math instructions on Gen8.Matt Turner2014-06-251-2/+9
* i965: Make can_do_source_mods() a member of the instruction classes.Matt Turner2014-06-251-1/+1
* i965: Make src_reg::equals() take a constant reference, not a pointer.Kenneth Graunke2014-06-101-2/+2
* i965/vec4: skip copy-propate for logical instructions with negated src entriesAbdiel Janulgue2014-06-091-0/+17