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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Fix dead code elimination for VGRFs of size > 1.
Kenneth Graunke
2014-06-15
1
-1
/
+2
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
1
-11
/
+11
*
i965: Give dump_instruction() a FILE* argument.
Matt Turner
2014-06-01
1
-49
/
+55
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
1
-11
/
+4
*
i965: Add is_accumulator() function.
Juha-Pekka Heikkila
2014-04-16
1
-0
/
+17
*
i965: Avoid dependency hints on math opcodes
Mike Stroyan
2014-04-15
1
-0
/
+8
*
i965/vec4: Let DCE eliminate dead writes in other basic blocks.
Matt Turner
2014-04-15
1
-4
/
+4
*
i965/vec4: Consider sources of non-GRF-dst instructions for dead channels.
Matt Turner
2014-04-05
1
-12
/
+8
*
i965/vec4: do not trim dead channels on gen6 for math
Tapani Pälli
2014-04-02
1
-4
/
+9
*
i965/vec4: Don't trim writemasks of texture instructions.
Matt Turner
2014-03-31
1
-2
/
+4
*
i965/vec4: Eliminate dead writes to the flag register.
Matt Turner
2014-03-24
1
-18
/
+48
*
i965/vec4: Eliminate writes that are never read.
Matt Turner
2014-03-24
1
-0
/
+46
*
i965/vec4: Factor code out of DCE into a separate function.
Matt Turner
2014-03-24
1
-34
/
+39
*
i965/vec4: Let dead code eliminate trim dead channels.
Matt Turner
2014-03-24
1
-3
/
+26
*
i965/vec4: Track live ranges per-channel, not per vgrf.
Matt Turner
2014-03-24
1
-1
/
+4
*
i965/vec4: Don't dead code eliminate instructions writing the flag.
Matt Turner
2014-03-24
1
-1
/
+5
*
i965/vec4: Preparatory clean up of dead_code_eliminate().
Matt Turner
2014-03-24
1
-22
/
+23
*
i965/vec4: Add is_null() method to dst_reg.
Matt Turner
2014-03-24
1
-0
/
+8
*
i965/vec4: Print the predicate in dump_instructions().
Matt Turner
2014-03-24
1
-0
/
+5
*
i965: Fix register types in dump_instructions(), again.
Kenneth Graunke
2014-03-14
1
-1
/
+1
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+1
*
i965: Assert array index on access to vec4_visitor's arrays.
Petri Latvala
2014-02-28
1
-0
/
+2
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-48
/
+48
*
i965: Refactor debug dumping of GLSL IR.
Eric Anholt
2014-02-22
1
-11
/
+2
*
i965: Stop throwing away our double precision for time calculations.
Eric Anholt
2014-02-21
1
-1
/
+1
*
i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...
Francisco Jerez
2014-02-19
1
-0
/
+2
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-38
/
+13
*
i965/vec4: Add constructor of src_reg from a fixed hardware reg.
Francisco Jerez
2014-02-19
1
-0
/
+8
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
1
-1
/
+1
*
i965: Fix register types in dump_instructions().
Kenneth Graunke
2014-02-05
1
-1
/
+1
*
i965: rename tex_ms to tex_cms
Topi Pohjolainen
2014-01-23
1
-1
/
+1
*
i965: Print reg_offset for vgrf of size > 1 in dump_instruction().
Matt Turner
2014-01-21
1
-1
/
+1
*
i965: Add GS support to INTEL_DEBUG=shader_time.
Paul Berry
2014-01-21
1
-3
/
+3
*
i965: Create a new vec4 backend for Broadwell.
Kenneth Graunke
2014-01-18
1
-5
/
+11
*
i965: Stop doing our optimization on a copy of the GLSL IR.
Eric Anholt
2014-01-17
1
-2
/
+2
*
i965: Add shader opcode for sampling MCS surface
Chris Forbes
2013-12-07
1
-0
/
+1
*
i965: Print conditional mod in dump_instruction().
Matt Turner
2013-12-04
1
-1
/
+5
*
i965: Print argument types in dump_instruction().
Matt Turner
2013-12-04
1
-1
/
+5
*
i965/vec4: Don't print swizzles for immediate values.
Matt Turner
2013-12-04
1
-4
/
+6
*
i965/vec4: Print negate and absolute value for src args.
Matt Turner
2013-12-04
1
-0
/
+7
*
i965/vec4: Add support for printing HW_REGs in dump_instruction().
Matt Turner
2013-12-04
1
-0
/
+60
*
i965: Don't print extra (null) arguments in dump_instruction().
Matt Turner
2013-12-04
1
-2
/
+2
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965: Add a pass to remove dead control flow.
Matt Turner
2013-11-20
1
-0
/
+2
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-4
/
+4
*
i965: Add a 'has_side_effects' back-end instruction predicate.
Francisco Jerez
2013-11-04
1
-1
/
+1
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-2
/
+2
*
i965/gen7: Implement code generation for untyped surface read instructions.
Francisco Jerez
2013-10-29
1
-0
/
+1
*
i965/gen7: Implement code generation for untyped atomic instructions.
Francisco Jerez
2013-10-29
1
-0
/
+2
*
i965: Add SHADER_OPCODE_TG4_OFFSET for gather with nonconstant offsets.
Chris Forbes
2013-10-26
1
-0
/
+1
[next]