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_cse.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+2
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
i965/vec4: Take into account all instruction fields in CSE instructions_match().
Francisco Jerez
2015-06-09
1
-0
/
+8
*
i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
*
i965: Perform basic optimizations on the BROADCAST opcode.
Francisco Jerez
2015-05-04
1
-0
/
+1
*
i965/vec4: Define helpers to calculate the common live interval of a range of...
Francisco Jerez
2015-03-23
1
-7
/
+1
*
i965/vec4: Define helper functions to convert a register to a variable index.
Francisco Jerez
2015-03-23
1
-0
/
+1
*
i965/vec4: Don't lose the force_writemask_all flag during CSE.
Francisco Jerez
2015-03-23
1
-0
/
+3
*
i965/vec4: Fix handling of multiple register reads and writes in opt_cse().
Francisco Jerez
2015-03-23
1
-8
/
+17
*
i965: De-duplicate is_expression_commutative() functions.
Kenneth Graunke
2015-03-15
1
-23
/
+1
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-1
/
+1
*
i965: Don't consider null dst instructions as matching non-null dst.
Matt Turner
2015-01-15
1
-1
/
+2
*
i965: Consider SEL.{GE,L} to be commutative operations.
Matt Turner
2015-01-08
1
-6
/
+16
*
i965/vec4: Perform CSE on MOV ..., VF instructions.
Matt Turner
2014-12-29
1
-5
/
+11
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
1
-0
/
+1
*
i965/vec4: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
2014-10-29
1
-1
/
+5
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-6
/
+0
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/vec4: Only examine virtual_grf_end for GRF sources
Ian Romanick
2014-09-11
1
-8
/
+12
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
1
-4
/
+4
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-3
/
+1
*
i965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f5e555e.
Kenneth Graunke
2014-08-11
1
-1
/
+1
*
i965/cse: Don't eliminate instructions with side-effects
Jason Ekstrand
2014-08-11
1
-1
/
+1
*
i965/vec4: Use foreach_inst_in_block a couple more places.
Matt Turner
2014-07-21
1
-4
/
+1
*
i965: Replace cfg instances with calls to calculate_cfg().
Matt Turner
2014-07-21
1
-4
/
+2
*
i965/vec4: Invalidate live intervals in opt_cse, not _local.
Matt Turner
2014-07-14
1
-3
/
+3
*
i965/vec4: Move aeb list into opt_cse_local.
Matt Turner
2014-07-14
1
-6
/
+6
*
i965/vec4: Perform CSE on CMP(N) instructions.
Matt Turner
2014-07-06
1
-1
/
+16
*
i965/vec4: Don't emit null MOVs in CSE.
Matt Turner
2014-07-06
1
-5
/
+7
*
i965/vec4: Improve CSE performance by expiring some available expressions.
Matt Turner
2014-07-06
1
-0
/
+20
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
1
-0
/
+232