aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* i965/vec4: Handle saturate in dump_instruction().Matt Turner2015-03-051-0/+2
* i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.Francisco Jerez2015-02-191-1/+2
* i965: Optimize multiplication by -1 into a negated MOV.Matt Turner2015-02-151-0/+5
* i965: Quiet another compiler warning about uninitialized values.Eric Anholt2015-02-121-2/+2
* i965/vec4: Don't set any dependency control bits for F32TO16 on Gen8.Francisco Jerez2015-02-101-0/+5
* i965/vec4: Init mlen for several send from GRF instructions.Francisco Jerez2015-02-101-1/+3
* i965/vec4: Fix the scheduler to take into account reads and writes of multipl...Francisco Jerez2015-02-101-0/+18
* i965/vec4: Make vec4_visitor::implied_mrf_writes() return zero for sends from...Francisco Jerez2015-02-101-1/+1
* i965/vec4: Implement equals() method for dst_reg too.Francisco Jerez2015-02-101-0/+16
* i965: Move up fs_inst::flag_subreg to backend_instruction.Francisco Jerez2015-02-101-2/+9
* i965: Factor out virtual GRF allocation to a separate object.Francisco Jerez2015-02-101-10/+10
* i965/vec4: Correct MUL destination hazardBen Widawsky2015-02-061-4/+4
* i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.Matt Turner2015-01-231-0/+12
* i965/vec4: Make sure that imm writes are to registers in the same file.Matt Turner2015-01-151-2/+8
* i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.Kenneth Graunke2015-01-141-1/+1
* i965: Pass a shader stage abbreviation to fs_generator().Kenneth Graunke2015-01-141-1/+1
* i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.Kenneth Graunke2015-01-041-1/+3
* i965: Fix INTEL_DEBUG=optimizer with VF types.Kenneth Graunke2015-01-031-1/+1
* i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.Kenneth Graunke2015-01-031-8/+12
* i965/vec4: Do separate copy followed by constant propagation after opt_vector...Matt Turner2014-12-291-1/+2
* i965/vec4: Do CSE, copy propagation, and DCE after opt_vector_float().Matt Turner2014-12-291-1/+5
* i965/vec4: Add pass to gather constants into a vector-float MOV.Matt Turner2014-12-291-0/+61
* i965: Add support for saturating immediates.Matt Turner2014-12-291-0/+16
* i965: Add fs_reg/src_reg constructors that take vf[4].Matt Turner2014-12-291-0/+9
* i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez2014-12-151-0/+2
* i965: Generate vs code using scalar backend for BDW+Kristian Høgsberg2014-12-101-12/+45
* i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg2014-12-101-3/+3
* i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.Matt Turner2014-12-051-0/+7
* i965: Make vertex color clamp handling code VS specific.Kenneth Graunke2014-12-021-1/+0
* i965/vec4: Rewrite dead code elimination to use live in/out.Matt Turner2014-12-011-155/+0
* i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.Matt Turner2014-11-251-0/+12
* i965/vec4: Add vector float immediate infrastructure.Matt Turner2014-11-251-0/+19
* i965/vec4/gen8: Handle the MUL dest hazard exceptionBen Widawsky2014-11-211-2/+18
* i965/vec4: Extract depctrl hazardsBen Widawsky2014-11-211-22/+27
* i965: Silence unused parameter warning in brw_dump_irIan Romanick2014-10-241-1/+1
* i965/vec4: Optimize sqrt+inv into rsq.Matt Turner2014-09-301-0/+11
* i965/vec4: Call opt_algebraic after opt_cse.Matt Turner2014-09-301-1/+1
* i965/vec4: Don't iterate between blocks with inst->next/prev.Matt Turner2014-09-241-21/+9
* i965/vec4: Don't use instruction list after calculating the cfg.Matt Turner2014-09-241-7/+7
* i965: Remove now unneeded calls to calculate_cfg().Matt Turner2014-09-241-8/+2
* i965: Remove cfg-invalidating parameter from invalidate_live_intervals.Matt Turner2014-09-241-5/+5
* i965/vec4: Preserve CFG in spill_reg().Matt Turner2014-09-241-2/+4
* i965/vec4: Preserve the CFG in a few more places.Matt Turner2014-09-241-7/+16
* i965/gen6/gs: Fix binding table clash between TF surfaces and textures.Iago Toral Quiroga2014-09-191-1/+7
* i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.Iago Toral Quiroga2014-09-191-0/+1
* i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.Iago Toral Quiroga2014-09-191-0/+2
* i965/vec4: slightly improve insn dumping with no srcsChris Forbes2014-09-171-1/+4
* i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke2014-09-121-1/+1
* i965/fs: Brown bag fix.Matt Turner2014-09-051-1/+1
* i965/vec4: Add ability to reswizzle arbitrary swizzles.Matt Turner2014-09-051-56/+18