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: Handle saturate in dump_instruction().
Matt Turner
2015-03-05
1
-0
/
+2
*
i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.
Francisco Jerez
2015-02-19
1
-1
/
+2
*
i965: Optimize multiplication by -1 into a negated MOV.
Matt Turner
2015-02-15
1
-0
/
+5
*
i965: Quiet another compiler warning about uninitialized values.
Eric Anholt
2015-02-12
1
-2
/
+2
*
i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8.
Francisco Jerez
2015-02-10
1
-0
/
+5
*
i965/vec4: Init mlen for several send from GRF instructions.
Francisco Jerez
2015-02-10
1
-1
/
+3
*
i965/vec4: Fix the scheduler to take into account reads and writes of multipl...
Francisco Jerez
2015-02-10
1
-0
/
+18
*
i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from...
Francisco Jerez
2015-02-10
1
-1
/
+1
*
i965/vec4: Implement equals() method for dst_reg too.
Francisco Jerez
2015-02-10
1
-0
/
+16
*
i965: Move up fs_inst::flag_subreg to backend_instruction.
Francisco Jerez
2015-02-10
1
-2
/
+9
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-10
/
+10
*
i965/vec4: Correct MUL destination hazard
Ben Widawsky
2015-02-06
1
-4
/
+4
*
i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
Matt Turner
2015-01-23
1
-0
/
+12
*
i965/vec4: Make sure that imm writes are to registers in the same file.
Matt Turner
2015-01-15
1
-2
/
+8
*
i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.
Kenneth Graunke
2015-01-14
1
-1
/
+1
*
i965: Pass a shader stage abbreviation to fs_generator().
Kenneth Graunke
2015-01-14
1
-1
/
+1
*
i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.
Kenneth Graunke
2015-01-04
1
-1
/
+3
*
i965: Fix INTEL_DEBUG=optimizer with VF types.
Kenneth Graunke
2015-01-03
1
-1
/
+1
*
i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-03
1
-8
/
+12
*
i965/vec4: Do separate copy followed by constant propagation after opt_vector...
Matt Turner
2014-12-29
1
-1
/
+2
*
i965/vec4: Do CSE, copy propagation, and DCE after opt_vector_float().
Matt Turner
2014-12-29
1
-1
/
+5
*
i965/vec4: Add pass to gather constants into a vector-float MOV.
Matt Turner
2014-12-29
1
-0
/
+61
*
i965: Add support for saturating immediates.
Matt Turner
2014-12-29
1
-0
/
+16
*
i965: Add fs_reg/src_reg constructors that take vf[4].
Matt Turner
2014-12-29
1
-0
/
+9
*
i965/brw_reg: struct constructor now needs explicit negate and abs values.
Andres Gomez
2014-12-15
1
-0
/
+2
*
i965: Generate vs code using scalar backend for BDW+
Kristian Høgsberg
2014-12-10
1
-12
/
+45
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-3
/
+3
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
1
-0
/
+7
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
1
-1
/
+0
*
i965/vec4: Rewrite dead code elimination to use live in/out.
Matt Turner
2014-12-01
1
-155
/
+0
*
i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
Matt Turner
2014-11-25
1
-0
/
+12
*
i965/vec4: Add vector float immediate infrastructure.
Matt Turner
2014-11-25
1
-0
/
+19
*
i965/vec4/gen8: Handle the MUL dest hazard exception
Ben Widawsky
2014-11-21
1
-2
/
+18
*
i965/vec4: Extract depctrl hazards
Ben Widawsky
2014-11-21
1
-22
/
+27
*
i965: Silence unused parameter warning in brw_dump_ir
Ian Romanick
2014-10-24
1
-1
/
+1
*
i965/vec4: Optimize sqrt+inv into rsq.
Matt Turner
2014-09-30
1
-0
/
+11
*
i965/vec4: Call opt_algebraic after opt_cse.
Matt Turner
2014-09-30
1
-1
/
+1
*
i965/vec4: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-21
/
+9
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-7
/
+7
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-8
/
+2
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-5
/
+5
*
i965/vec4: Preserve CFG in spill_reg().
Matt Turner
2014-09-24
1
-2
/
+4
*
i965/vec4: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
1
-7
/
+16
*
i965/gen6/gs: Fix binding table clash between TF surfaces and textures.
Iago Toral Quiroga
2014-09-19
1
-1
/
+7
*
i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
Iago Toral Quiroga
2014-09-19
1
-0
/
+1
*
i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
Iago Toral Quiroga
2014-09-19
1
-0
/
+2
*
i965/vec4: slightly improve insn dumping with no srcs
Chris Forbes
2014-09-17
1
-1
/
+4
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
1
-1
/
+1
*
i965/fs: Brown bag fix.
Matt Turner
2014-09-05
1
-1
/
+1
*
i965/vec4: Add ability to reswizzle arbitrary swizzles.
Matt Turner
2014-09-05
1
-56
/
+18
[prev]
[next]