i965/vec4: Add a pass to reduce swizzles.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.cpp
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...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped surfac...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped atomic...
2013-10-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-25 Paul Berryi965/vec4: if register allocation fails, don't try...
2013-10-25 Paul Berryi965/vec4: Add the ability for attributes to be interle...
2013-10-25 Paul Berryi965/vec4: Extract function to set up vec4 prog key...
2013-10-25 Paul Berryi965/vec4: Remove uses_clip_distance from program key.
2013-10-15 Eric Anholti965: Move the common binding table offset code to...
2013-10-15 Eric Anholti965/vec4: Dynamically assign the VS/GS binding table...
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-14 Matt Turneri965: Don't copy prop source mods into instructions...
2013-10-07 Matt Turneri965: Fixup for don't dead-code eliminate instructions...
2013-10-07 Matt Turneri965: Don't dead-code eliminate instructions that write...
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-08-30 Kenneth Graunkei965/vs: Detect GRF sources in split_virtual_grfs send...
2013-08-30 Eric Anholti965/vs: Fix regression on pre-gen6 with no VS uniforms...
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_THREAD_END.
2013-08-23 Paul Berryi965/gs: Add GS_OPCODE_URB_WRITE.
2013-08-23 Paul Berryi965/vec4: Virtualize setup_payload instead of setup_at...
2013-08-23 Paul Berryi965/vec4: Allow for dispatch_grf_start_reg to vary.
2013-08-23 Paul Berryi965/vec4: Move vec4 data structures and functions...
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-08-19 Kenneth Graunkei965/vs: Plumb brw_vec4_prog_data into vec4_generator().
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division...
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
2013-04-18 Paul Berryi965/vec4: Fix hypothetical use of uninitialized data...
next