i965: Quiet another compiler warning about uninitialized values.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.cpp
2015-02-13 Eric Anholti965: Quiet another compiler warning about uninitialize...
2015-02-10 Francisco Jerezi965/vec4: Don't set any dependency control bits for...
2015-02-10 Francisco Jerezi965/vec4: Init mlen for several send from GRF instruct...
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
2015-02-10 Francisco Jerezi965/vec4: Make vec4_visitor::implied_mrf_writes()...
2015-02-10 Francisco Jerezi965/vec4: Implement equals() method for dst_reg too.
2015-02-10 Francisco Jerezi965: Move up fs_inst::flag_subreg to backend_instruction.
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-07 Ben Widawskyi965/vec4: Correct MUL destination hazard
2015-01-24 Matt Turneri965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
2015-01-15 Matt Turneri965/vec4: Make sure that imm writes are to registers...
2015-01-15 Kenneth Graunkei965: Fix "vertex" vs. "geometry" and "VS" vs. "GS...
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2015-01-05 Kenneth Graunkei965: Make the precompile ignore DEPTH_TEXTURE_MODE...
2015-01-03 Kenneth Graunkei965: Fix INTEL_DEBUG=optimizer with VF types.
2015-01-03 Kenneth Graunkei965: Show opt_vector_float() and later passes in INTEL...
2014-12-29 Matt Turneri965/vec4: Do separate copy followed by constant propag...
2014-12-29 Matt Turneri965/vec4: Do CSE, copy propagation, and DCE after...
2014-12-29 Matt Turneri965/vec4: Add pass to gather constants into a vector...
2014-12-29 Matt Turneri965: Add support for saturating immediates.
2014-12-29 Matt Turneri965: Add fs_reg/src_reg constructors that take vf[4].
2014-12-15 Andres Gomezi965/brw_reg: struct constructor now needs explicit...
2014-12-10 Kristian Høgsbergi965: Generate vs code using scalar backend for BDW+
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-05 Matt Turneri965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-02 Matt Turneri965/vec4: Rewrite dead code elimination to use live...
2014-11-26 Matt Turneri965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.
2014-11-26 Matt Turneri965/vec4: Add vector float immediate infrastructure.
2014-11-21 Ben Widawskyi965/vec4/gen8: Handle the MUL dest hazard exception
2014-11-21 Ben Widawskyi965/vec4: Extract depctrl hazards
2014-10-25 Ian Romanicki965: Silence unused parameter warning in brw_dump_ir
2014-10-01 Matt Turneri965/vec4: Optimize sqrt+inv into rsq.
2014-10-01 Matt Turneri965/vec4: Call opt_algebraic after opt_cse.
2014-09-24 Matt Turneri965/vec4: Don't iterate between blocks with inst-...
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
2014-09-24 Matt Turneri965/vec4: Preserve the CFG in a few more places.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Fix binding table clash between TF surfac...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
2014-09-16 Chris Forbesi965/vec4: slightly improve insn dumping with no srcs
2014-09-12 Kenneth Graunkei965: Separate gl_InstanceID and gl_VertexID uploading.
2014-09-05 Matt Turneri965/fs: Brown bag fix.
2014-09-05 Matt Turneri965/vec4: Add ability to reswizzle arbitrary swizzles.
2014-09-05 Matt Turneri965/vec4: Reswizzle sources when necessary.
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-09-01 Jason Ekstrandi965/vec4: Don't segfault when debug-logging a null...
2014-08-22 Matt Turneri965: Use basic-block aware insertion/removal functions.
2014-08-20 Matt Turneri965/vec4: Allow reswizzling writemasks when swizzle...
2014-08-19 Matt Turneri965/vec4: Add a pass to reduce swizzles.
2014-08-19 Matt Turneri965: Pass a cfg pointer to generate_{code,assembly}.
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-08-14 Pekka Paalaneni965: fix compiler error in union initiliazer
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-12 Kenneth Graunkei965: Never use the Gen8 code generators.
2014-08-12 Kenneth Graunkei965: Switch to the EU emit layer for code generation...
2014-07-23 Kenneth Graunkei965: Port INTEL_DEBUG=optimizer to the vec4 backend.
2014-07-21 Matt Turneri965/vec4: Use foreach_inst_in_block a couple more...
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-11 Chris Forbesi965: Avoid crashing while dumping vec4 insn operands
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Use immediate storage in brw_reg for visitor...
2014-07-02 Eric Anholti965: Update a ton of comments about constant buffers.
2014-07-02 Eric Anholti965: Move dispatch_grf_start_reg and first_curbe_grf...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-06-25 Matt Turneri965: Make can_do_source_mods() a member of the instruc...
2014-06-15 Kenneth Graunkei965/vec4: Fix dead code elimination for VGRFs of size...
2014-06-10 Kenneth Graunkei965: Make src_reg::equals() take a constant reference...
2014-06-01 Matt Turneri965: Give dump_instruction() a FILE* argument.
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
2014-04-17 Juha-Pekka Heikkilai965: Add is_accumulator() function.
2014-04-15 Mike Stroyani965: Avoid dependency hints on math opcodes
2014-04-15 Matt Turneri965/vec4: Let DCE eliminate dead writes in other basic...
2014-04-05 Matt Turneri965/vec4: Consider sources of non-GRF-dst instructions...
2014-04-02 Tapani Pällii965/vec4: do not trim dead channels on gen6 for math
2014-03-31 Matt Turneri965/vec4: Don't trim writemasks of texture instructions.
2014-03-24 Matt Turneri965/vec4: Eliminate dead writes to the flag register.
2014-03-24 Matt Turneri965/vec4: Eliminate writes that are never read.
2014-03-24 Matt Turneri965/vec4: Factor code out of DCE into a separate function.
2014-03-24 Matt Turneri965/vec4: Let dead code eliminate trim dead channels.
2014-03-24 Matt Turneri965/vec4: Track live ranges per-channel, not per vgrf.
2014-03-24 Matt Turneri965/vec4: Don't dead code eliminate instructions writi...
2014-03-24 Matt Turneri965/vec4: Preparatory clean up of dead_code_eliminate().
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Print the predicate in dump_instructions().
2014-03-14 Kenneth Graunkei965: Fix register types in dump_instructions(), again.
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-02-28 Petri Latvalai965: Assert array index on access to vec4_visitor...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-21 Eric Anholti965: Stop throwing away our double precision for time...
2014-02-19 Francisco Jerezi965: Make sure that backend_reg::type and brw_reg...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-19 Francisco Jerezi965/vec4: Add constructor of src_reg from a fixed...
next