i965: Add support for saturating immediates.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.cpp
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...
2014-02-12 Francisco Jerezi965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZL...
2014-02-06 Kenneth Graunkei965: Fix register types in dump_instructions().
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-21 Matt Turneri965: Print reg_offset for vgrf of size > 1 in dump_ins...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-19 Kenneth Graunkei965: Create a new vec4 backend for Broadwell.
2014-01-17 Eric Anholti965: Stop doing our optimization on a copy of the...
2013-12-07 Chris Forbesi965: Add shader opcode for sampling MCS surface
2013-12-05 Matt Turneri965: Print conditional mod in dump_instruction().
2013-12-05 Matt Turneri965: Print argument types in dump_instruction().
2013-12-05 Matt Turneri965/vec4: Don't print swizzles for immediate values.
2013-12-05 Matt Turneri965/vec4: Print negate and absolute value for src...
2013-12-05 Matt Turneri965/vec4: Add support for printing HW_REGs in dump_ins...
2013-12-05 Matt Turneri965: Don't print extra (null) arguments in dump_instru...
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-11-20 Matt Turneri965: Add a pass to remove dead control flow.
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-11-04 Francisco Jerezi965: Add a 'has_side_effects' back-end instruction...
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
next