i965/vec4: Make type_size() return 0 for samplers.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_visitor.cpp
2014-09-12 Kenneth Graunkei965/vec4: Make type_size() return 0 for samplers.
2014-09-12 Kenneth Graunkei965: Skip allocating UNIFORM file storage for uniforms...
2014-09-08 Kenneth Graunkei965: Handle ir_binop_ubo_load in boolean expression...
2014-09-08 Kenneth Graunkei965: Handle ir_triop_csel in emit_if_gen6().
2014-09-04 Kenneth Graunkei965: Handle ir_triop_csel in emit_bool_to_cond_code().
2014-09-02 Dave Airliei965: add missing parens in vec4 visitor
2014-08-31 Abdiel Janulguei965/vec4: Remove try_emit_saturate
2014-08-31 Abdiel Janulgueyi965/vec4: Add support for ir_unop_saturate
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-22 Kenneth Graunkei965: Disable try_emit_b2f_of_compare on Gen4-6.
2014-08-19 Matt Turneri965: Use ~0 to represent true on Gen >= 6.
2014-08-19 Matt Turneri965: Use UniformBooleanTrue value for boolean literal...
2014-08-15 Chris Forbesi965/vec4: Add support for nonconst sampler indexing...
2014-08-15 Chris Forbesi965/vec4: Add visitor support for nonconst ubo block...
2014-08-15 Chris Forbesi965/vec4: Assert that fine/coarse derivative ops don...
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-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/vec4: Pass sampler index in src1 for texture ops
2014-08-09 Chris Forbesi965/vec4: Collect all emits of texture ops into one...
2014-08-07 Matt Turneri965/vec4: Remove unused emit_bool_comparison method.
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-07-12 Chris Forbesi965/vec4: Silence warnings about unhandled interpolati...
2014-07-06 Matt Turneri965: Make a brw_predicate enum.
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
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-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-24 Matt Turneri965/vec4: Don't fix_math_operand() on Gen >= 8.
2014-06-24 Matt Turneri965/vec4: Don't return void from a void function.
2014-06-11 Ian Romanicki965/vec4: Emit smarter code for b2f of a comparison
2014-06-11 Ian Romanicki965/vec4: Silence a couple unused parameter warnings
2014-05-30 Matt Turneri965/vec4: Allow writemasking on math instructions...
2014-05-25 Matt TurnerRevert "i965/vec4: Change vec4_visitor::emit_lrp to...
2014-04-30 Matt Turneri965/vec4: Remove 'mul_arg' from try_emit_mad().
2014-04-17 Juha-Pekka Heikkilai965/vec4: Change vec4_visitor::emit_lrp to use MAC...
2014-04-17 Juha-Pekka Heikkilai965/vec4: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
2014-04-08 Kenneth Graunkeglsl: Make is_16bit_constant from i965 an ir_constant...
2014-03-10 Matt Turneri965/vec4: Don't fix-up scalar uniforms for 3 src instr...
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965: Merge initialisation of backend_visitor
2014-03-05 Topi Pohjolaineni965/vec4: Mark invariant members as constants in vec4_...
2014-02-28 Petri Latvalai965: Assert array index on access to vec4_visitor...
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-26 Kenneth Graunkei965/vec4: Add a brw->gen >= 6 assertion in three-sourc...
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-20 Eric Anholti965/vs: Use samplers for UBOs in the VS like we do...
2014-02-19 Francisco Jerezi965/vec4: Trivial improvements to the with_writemask...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-12 Francisco Jerezi965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZL...
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-02-07 Chris Forbesi965/vec4: Emit shader w/a for Gen6 gather
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-23 Kenneth Graunkei965/vec4: Support arbitrarily large sampler state...
2014-01-23 Kenneth Graunkei965/vec4: Don't set header_present if texel offsets...
2014-01-21 Paul Berryi965: Modify some error messages to refer to "vec4...
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-20 Ian Romanicki965: Emit writes to viewport index
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-09 Paul Berryglsl/loops: consolidate bounded loop handling into...
2013-12-07 Chris Forbesi965/vs: Sample from MCS surface when required
2013-12-05 Matt Turneri965: Emit better code for ir_unop_sign.
2013-12-02 Kenneth Graunkei965: Don't use MACH for integer multiplies on Gen8+.
2013-12-02 Kenneth Graunkei965/vs: Always store pull constant offsets in GRFs...
2013-11-19 Paul Berryi965/vec4: Fix broken IR annotation in debug output.
2013-11-16 Matt Turneri965: Assert that IF with cmod is Gen6 only.
2013-11-04 Francisco Jerezi965/gen7: Handle atomic instructions from the VEC4...
2013-11-03 Vinson Leei965: Initialize vec4_visitor member variables.
2013-11-01 Eric Anholti965/vec4: Don't overwrite op[1] when doing a UBO load.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-26 Chris Forbesi965: Remove ir_txf coord+offset special case in visitors
2013-10-26 Chris Forbesi965: Add asserts to ensure that ir_tg4 offset arrays...
2013-10-26 Chris Forbesi965/vs: Add support for shadow comparitors with gather4
2013-10-26 Chris Forbesi965/vs: add support for gather4 with nonconstant offsets
2013-10-26 Chris Forbesi965: relax brw_texture_offset assert
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
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-07 Matt Turneri965: Generate code for ir_binop_imul_high.
2013-10-07 Matt Turneri965: Use the multiplication result's type for the...
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-05 Chris Forbesi965/vs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965/vs: add missing break between ir_query_levels...
2013-10-05 Chris Forbesi965/vs: implement ir_query_levels
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
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-17 Matt Turnerglsl: Add support for ldexp.
2013-09-16 Paul Berryi965/vec4: Generate URB writes using a loop.
2013-09-11 Paul Berryi965/vec4: Add the ability to emit opcodes with just...
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
next