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: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
i965/fs: Switch opt_cse() to the fs_builder constructor from instruction.
Francisco Jerez
2015-07-29
1
-8
/
+8
*
i965/fs: Relax fs_builder channel group assertion when force_writemask_all is...
Francisco Jerez
2015-07-01
1
-2
/
+2
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-5
/
+1
*
i965/fs: Use exec_size instead of dst.width for computing component size
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Migrate opt_cse to the IR builder.
Francisco Jerez
2015-06-09
1
-15
/
+12
*
i965/fs: Don't drop force_writemask_all and _sechalf when copying a CSE tempo...
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/fs: Take into account all instruction fields in CSE instructions_match().
Francisco Jerez
2015-06-09
1
-8
/
+12
*
i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
Jason Ekstrand
2015-05-06
1
-7
/
+24
*
i965/fs: Make LOAD_PAYLOAD take a header size
Jason Ekstrand
2015-05-06
1
-1
/
+2
*
i965/fs_inst: Add an is_copy_payload helper
Jason Ekstrand
2015-05-06
1
-19
/
+3
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-1
/
+1
*
i965/fs_cse: Factor out code to create copy instructions
Jason Ekstrand
2015-05-06
1
-37
/
+38
*
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/fs: Correct mistake in determining whether a MUL is negated.
Matt Turner
2015-04-14
1
-1
/
+1
*
i965/fs: Allow CSE to handle MULs with negated arguments.
Matt Turner
2015-03-31
1
-5
/
+37
*
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
-4
/
+11
*
i965/fs: Perform CSE on MOV ..., VF instructions.
Matt Turner
2014-12-05
1
-5
/
+11
*
i965: Combine offset/texture_offset fields.
Matt Turner
2014-11-21
1
-1
/
+1
*
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
[next]