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
*
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
*
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
[next]