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: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-869
/
+0
*
i965/fs: Reject copy propagation into SEL if not min/max.
Matt Turner
2016-12-12
1
-1
/
+3
*
i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
Matt Turner
2016-12-12
1
-7
/
+8
*
i965/fs: fill allocated memory with zeros where needed
Juha-Pekka Heikkila
2016-10-31
1
-1
/
+1
*
i965/fs: Move region_contained_in to the IR header and fix for non-VGRF files.
Francisco Jerez
2016-09-14
1
-14
/
+0
*
i965/fs: Change region_contained_in() to use byte units.
Francisco Jerez
2016-09-14
1
-15
/
+10
*
i965/fs: Simplify copy propagation LOAD_PAYLOAD ACP setup.
Francisco Jerez
2016-09-14
1
-3
/
+2
*
i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().
Francisco Jerez
2016-09-14
1
-2
/
+4
*
i965/fs: Fix can_propagate_from() source/destination overlap check.
Francisco Jerez
2016-09-14
1
-2
/
+2
*
i965/fs: Replace fs_inst::regs_read with ::size_read using byte units.
Francisco Jerez
2016-09-14
1
-6
/
+8
*
i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes.
Francisco Jerez
2016-09-14
1
-11
/
+13
*
i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-14
/
+5
*
i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes.
Francisco Jerez
2016-09-14
1
-9
/
+7
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
Revert "i965/fs: Allow scalar source regions on SNB math instructions."
Francisco Jerez
2016-06-03
1
-1
/
+4
*
i965/fs: Allow scalar source regions on SNB math instructions.
Francisco Jerez
2016-05-31
1
-7
/
+2
*
i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...
Francisco Jerez
2016-05-29
1
-12
/
+4
*
i965/fs: Allow constant propagation into logical send sources.
Francisco Jerez
2016-05-29
1
-0
/
+34
*
i965/fs: Fix multiple ACP interference during copy propagation.
Francisco Jerez
2016-05-27
1
-6
/
+2
*
i965/fs: Avoid constant propagation when the type sizes don't match.
Francisco Jerez
2016-05-27
1
-0
/
+8
*
i965/fs: Fix off-by-one region overlap comparison in copy propagation.
Francisco Jerez
2016-05-27
1
-2
/
+2
*
i965/fs: fix copy/constant propagation regioning checks
Iago Toral Quiroga
2016-05-16
1
-8
/
+20
*
i965/fs: fix copy propagation from load payload
Iago Toral Quiroga
2016-05-16
1
-1
/
+1
*
i965/fs: fix copy propagation of partially invalidated entries
Iago Toral Quiroga
2016-05-16
1
-8
/
+27
*
i965/fs: Reindent register offset calculation of try_copy_propagate().
Francisco Jerez
2016-05-16
1
-23
/
+23
*
i965/fs: Simplify and fix register offset calculation of try_copy_propagate().
Francisco Jerez
2016-05-16
1
-31
/
+9
*
i965/fs: disallow type change in copy-propagation if types have different sizes
Iago Toral Quiroga
2016-05-16
1
-1
/
+8
*
i965/fs: Fix copy propagation of load payload for double operands
Iago Toral Quiroga
2016-05-16
1
-1
/
+3
*
i965/fs: Fix propagation of copies with strided source.
Francisco Jerez
2016-05-16
1
-10
/
+20
*
i965/fs: add PACK opcode
Connor Abbott
2016-05-10
1
-0
/
+1
*
i965/fs: don't propagate 64-bit immediates
Connor Abbott
2016-05-10
1
-0
/
+2
*
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
2016-05-03
1
-1
/
+1
*
i965/fs: Don't constant-fold RCP
Jason Ekstrand
2016-03-22
1
-15
/
+0
*
i965: Don't try copy propagation if constant propagation succeeded.
Francisco Jerez
2016-03-06
1
-2
/
+1
*
i965: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-1
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Prevent implicit upcasts to brw_reg.
Matt Turner
2015-11-24
1
-2
/
+2
*
i965/fs: add stride restrictions for copy propagation
Connor Abbott
2015-11-23
1
-1
/
+55
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-1
/
+2
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-13
/
+13
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-9
/
+9
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
1
-6
/
+6
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
1
-4
/
+4
*
i965: Replace default case with list of enum values.
Matt Turner
2015-11-02
1
-3
/
+4
*
i965/fs: Allow copy propagating into new surface access opcodes
Kristian Høgsberg Kristensen
2015-10-23
1
-0
/
+15
*
i965: Extract can_change_source_types() functions.
Matt Turner
2015-10-19
1
-13
/
+2
*
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
[next]