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_cse.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Perform CSE on MAD instructions with final arguments switched.
Matt Turner
2014-10-29
1
-1
/
+5
*
i965: Allow CSE on Gen4-5 unary math.
Kenneth Graunke
2014-10-15
1
-1
/
+1
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
1
-9
/
+13
*
i965/fs: Use offset a lot more places
Jason Ekstrand
2014-09-30
1
-8
/
+4
*
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: 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/cse: Don't eliminate instructions with side-effects
Jason Ekstrand
2014-08-11
1
-1
/
+1
*
i965: Get rid of backend_instruction::sampler
Chris Forbes
2014-08-09
1
-1
/
+0
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-4
/
+3
*
i965/fs: Perform CSE on sends-from-GRF rather than textures.
Matt Turner
2014-07-15
1
-1
/
+1
*
i965/fs: Invalidate live intervals in opt_cse, not _local.
Matt Turner
2014-07-14
1
-3
/
+3
*
i965/fs: Move aeb list into opt_cse_local.
Matt Turner
2014-07-14
1
-6
/
+6
*
i965/fs: Pass cfg to calculate_live_intervals().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-3
/
+1
*
i965: Add and use foreach_inst_in_block macros.
Matt Turner
2014-07-01
1
-4
/
+1
*
mesa: Add and use foreach_in_list_use_after.
Matt Turner
2014-07-01
1
-4
/
+1
*
i965/fs: Perform CSE on texture operations.
Matt Turner
2014-06-17
1
-1
/
+10
*
i965/fs: Perform CSE on load_payload instructions if it's not a copy.
Matt Turner
2014-06-17
1
-0
/
+18
*
i965/fs: Emit load_payload instead of multiple MOVs for large VGRFs.
Matt Turner
2014-06-17
1
-12
/
+21
*
i965/fs: Only consider real sources when comparing instructions.
Matt Turner
2014-06-17
1
-4
/
+15
*
i965/fs: Clean up tabs in brw_fs_cse.cpp.
Matt Turner
2014-06-11
1
-43
/
+43
*
i965/fs: Allow CSE on math opcodes on Gen6+.
Kenneth Graunke
2014-06-10
1
-0
/
+11
*
i965/fs: Loop from 0 to inst->sources, not 0 to 3.
Matt Turner
2014-06-01
1
-1
/
+1
*
i965/fs: Name temporary ralloc contexts something other than mem_ctx.
Matt Turner
2014-04-05
1
-3
/
+3
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)
Matt Turner
2013-11-09
1
-1
/
+2
*
i965/fs: Perform CSE on CMP(N) instructions.
Matt Turner
2013-10-30
1
-10
/
+29
*
i965/fs: Don't emit null MOVs in CSE.
Matt Turner
2013-10-30
1
-17
/
+25
*
i965/fs: Match commutative expressions with reversed arguments.
Matt Turner
2013-10-25
1
-3
/
+23
*
i965: s/Muchnik/Muchnick/.
Matt Turner
2013-10-25
1
-1
/
+1
*
i965/fs: Create a helper function for invalidating live intervals.
Kenneth Graunke
2013-10-10
1
-1
/
+1
*
i965/fs: Disable CSE on instructions writing to HW_REG.
Matt Turner
2013-10-07
1
-1
/
+2
*
i965: Remove never used RSR and RSL opcodes.
Matt Turner
2013-09-05
1
-2
/
+0
*
i965/fs: Explicitly disallow CSE on predicated instructions.
Kenneth Graunke
2013-08-12
1
-1
/
+3
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-1
/
+1
*
i965/fs: Add a helper function for checking for partial register updates.
Eric Anholt
2013-04-12
1
-2
/
+1
*
i965/fs: Allow CSE on pre-gen7 varying-index uniform loads
Eric Anholt
2013-04-01
1
-1
/
+1
*
i965/fs: Use LD messages for pre-gen7 varying-index uniform loads
Eric Anholt
2013-04-01
1
-0
/
+1
*
i965/fs: Bake regs_written into the IR instead of recomputing it later.
Eric Anholt
2013-04-01
1
-3
/
+3
*
i965/fs: Do CSE on gen7's varying-index pull constant loads.
Eric Anholt
2013-04-01
1
-11
/
+32
*
i965/fs: Improve CSE performance by expiring some available expressions.
Eric Anholt
2013-03-11
1
-1
/
+19
*
i965/fs: Use the LRP instruction for ir_triop_lrp when possible.
Kenneth Graunke
2013-02-28
1
-0
/
+1
*
i965/fs: Enable CSE on uniform pull constant loads.
Eric Anholt
2013-02-19
1
-0
/
+3
*
i965/fs: Only do CSE when the dst types match.
Eric Anholt
2013-02-19
1
-1
/
+2
*
i965: Make the cfg reusable from the VS.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965: Share the predicate field between FS and VS.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965: Rename fs_cfg types to not mention fs.
Eric Anholt
2012-10-17
1
-3
/
+3
*
i965: Move brw_fs_cfg.* to brw_cfg.*.
Eric Anholt
2012-10-17
1
-1
/
+1
[next]