i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.h
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Simplify generator code for untyped surface messages.
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965/vec4: Add a devinfo field to the generator and...
2015-04-16 Neil Robertsi965/skl: Add the header for constant loads outside...
2015-04-16 Neil Robertsi965/vec4: Add a helper function to emit VS_OPCODE_PULL...
2015-04-06 Matt Turneri965/vec4: Remove emit_scs() prototype.
2015-04-01 Iago Toral Quirogai965: Handle scratch accesses where reladdr also points...
2015-03-23 Francisco Jerezi965/vec4: Define helpers to calculate the common live...
2015-03-23 Francisco Jerezi965/vec4: Remove unused method definition.
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2015-02-17 Ian Romanicki965/vec4: Silence unused parameter warnings
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-01-15 Kenneth Graunkei965: Fix "vertex" vs. "geometry" and "VS" vs. "GS...
2014-12-29 Matt Turneri965/vec4: Add parameter to skip doing constant propaga...
2014-12-29 Matt Turneri965/vec4: Add pass to gather constants into a vector...
2014-12-29 Matt Turneri965: Add fs_reg/src_reg constructors that take vf[4].
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-03 Kenneth Graunkei965/vs: Handle vertex color clamping in emit_urb_slot().
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-12-02 Matt Turneri965/vec4: Make live_intervals part of the vec4_visitor...
2014-12-02 Matt Turneri965: Don't treat IF or WHILE with cmod as writing...
2014-11-26 Matt Turneri965/vec4: Optimize packSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize packUnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackUnorm4x8().
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 Matt Turneri965: Move common fields into backend_instruction.
2014-11-14 Kenneth Graunkei965/vec4: Combine all the math emitters.
2014-11-14 Kenneth Graunkei965/vec4: Use const references in emit() functions.
2014-11-14 Kenneth Graunkei965: Use macros to create prototypes for emitter helpers.
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
2014-09-19 Iago Toral Quirogai965/gen6/gs: Fix binding table clash between TF surfac...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Add an additional parameter to the FF_SYN...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_FF_SYNC_SET_PRIMITIVE...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_SVB_SET_DST_INDEX...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement GS_OPCODE_SVB_WRITE opcode
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_PRIMITIVE_ID.
2014-09-19 Iago Toral Quirogai965: Generalize emit_urb_slot() to emit to any dst_reg.
2014-09-19 Iago Toral Quirogai965: Provide means to create registers of a given...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
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-05 Matt Turneri965/vec4: Reswizzle sources when necessary.
2014-08-31 Abdiel Janulguei965/vec4: Remove try_emit_saturate
2014-08-31 Abdiel Janulguei965/vec4: inline generate_vec4_instruction() within...
2014-08-22 Matt Turneri965: Add invalidate_cfg parameter to invalidate_live_i...
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-15 Chris Forbesi965/vec4: Add support for nonconst sampler indexing...
2014-08-12 Kenneth Graunkei965: Delete the Gen8 code generators.
2014-08-09 Chris Forbesi965/vec4/Gen8: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4/Gen4-7: Use src1 for sampler_index instead...
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-07-14 Matt Turneri965/vec4: Move aeb list into opt_cse_local.
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-06 Matt Turneri965: Move common fields into backend_instruction.
2014-07-06 Matt Turneri965: Use enum brw_reg_type for register types.
2014-07-06 Matt Turneri965: Move is_zero/one/null/accumulator into backend_reg.
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-07-06 Matt Turneri965: Drop imm union from visitor register classes.
2014-07-01 Matt Turneri965/vec4: Pass const references to instruction functions.
2014-07-01 Matt Turneri965/vec4: Pass const references to vec4_instruction().
2014-06-25 Matt Turneri965/vec4: Make try_copy_propagate() static.
2014-06-25 Matt Turneri965/vec4: Rename try_copy/constant_propagat{ion,e...
2014-06-25 Matt Turneri965: Make can_do_source_mods() a member of the instruc...
2014-06-11 Ian Romanicki965/vec4: Emit smarter code for b2f of a comparison
2014-06-10 Kenneth Graunkei965/vec4: Combine generate_math[12]_gen6 methods.
2014-06-10 Kenneth Graunkei965/vec4: Drop the generate_math2_gen7() method.
2014-06-10 Kenneth Graunkei965: Make src_reg::equals() take a constant reference...
2014-06-02 Matt Turneri965: Move annotation info into generate code.
2014-06-01 Matt Turneri965: Give dump_instruction() a FILE* argument.
2014-05-25 Matt Turneri965: Print disassembly after compaction.
2014-05-01 Kenneth Graunkei965/vec4: Port untyped atomic message support to Broad...
2014-05-01 Kenneth Graunkei965/vec4: Port untyped surface reads support to Broadwell.
2014-05-01 Kenneth Graunkei965: Drop mark_surface_used from gen8 generators.
2014-04-30 Matt Turneri965/vec4: Remove 'mul_arg' from try_emit_mad().
2014-04-17 Juha-Pekka Heikkilai965: Add is_accumulator() function.
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-24 Matt Turneri965/vec4: Add missing doxygen close brace.
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965/vec4: Mark invariant members as constants in vec4_...
2014-02-28 Petri Latvalai965: Allocate vec4_visitor's uniform_size and uniform_...
2014-02-26 Kenneth Graunkei965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
2014-02-20 Jordan Justeni965: support gl_InvocationID for gen7
2014-02-19 Francisco Jerezi965/vec4: Trivial improvements to the with_writemask...
2014-02-19 Francisco Jerezi965: Make sure that backend_reg::type and brw_reg...
2014-02-19 Francisco Jerezi965/vec4: Add non-mutating helper functions to modify...
2014-02-19 Francisco Jerezi965: Add non-mutating helper functions to modify the...
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
next