Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.h
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...
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-07 Chris Forbesi965/vec4: Emit shader w/a for Gen6 gather
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
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.
2013-12-07 Chris Forbesi965/vs: Sample from MCS surface when required
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-11-04 Francisco Jerezi965/gen7: Handle atomic instructions from the VEC4...
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-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
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: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Always have the struct gl_program * in the backen...
2013-10-07 Matt Turneri965: Remove the "ARF" register file.
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-07 Matt Turneri965: Add UD null register helpers.
2013-10-02 Chris Forbesi965/vs: Add support for ir_tg4
2013-10-02 Francisco Jerezi965: Initialize all member variables of vec4_instructi...
2013-09-21 Kenneth Graunkei965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS...
next