i965/fs: Skip emitting MACH/MOV for small integers.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2014-04-08 Kenneth Graunkei965/fs: Skip emitting MACH/MOV for small integers.
2014-03-18 Kenneth Graunkei965: Actually initialize simd16_unsupported and no16_msg.
2014-03-18 Kenneth Graunkei965: Accurately bail on SIMD16 compiles.
2014-03-18 Kenneth Graunkei965/fs: Support pull parameters in SIMD16 mode.
2014-03-18 Kenneth Graunkei965/fs: Don't renumber UNIFORM registers.
2014-03-18 Kenneth Graunkei965/fs: Save push constant location information.
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965: Merge initialisation of backend_visitor
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-22 Kenneth Graunkei965/fs: Drop the emit(fs_inst) overload.
2014-02-22 Matt Turneri965/fs: Pass fs_regs by constant reference where possible.
2014-02-19 Francisco Jerezi965/fs: Allocate the param_size array dynamically.
2014-02-19 Francisco Jerezi965/fs: Use a separate variable to keep track of the...
2014-02-19 Francisco Jerezi965/fs: Remove fs_reg::retype.
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-18 Eric Anholti965/fs: Use conditional sends to do FB writes on HSW+.
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::sechalf.
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::smear.
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-02-07 Chris Forbesi965/fs: Emit shader w/a for Gen6 gather
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-23 Kenneth Graunkei965/fs: Support arbitrarily large sampler state indice...
2014-01-23 Kenneth Graunkei965/fs: Plumb sampler index into emit_texture_gen7.
2014-01-21 Kenneth Graunkei965: Compute the number of live registers at each IP.
2014-01-21 Matt Turneri965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
2014-01-17 Eric Anholti965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
2014-01-04 Chris Forbesi965: set size of txf_mcs payload vgrf properly
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
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/fs: 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-11-16 Kenneth Graunkei965/fs: Remove force_sechalf stack
2013-11-06 Chris Forbesi965/fs: Gen4-5: Implement alpha test in shader for MRT
2013-11-04 Francisco Jerezi965/gen7: Handle atomic instructions from the FS back...
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleMask[]
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SamplePosition
2013-10-31 Eric Anholti965/fs: Exit the compile if spilling would overwrite...
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/fs: Add support for shadow comparitors with gather4
2013-10-26 Chris Forbesi965/fs: add support for gather4 with nonconstant offsets
2013-10-26 Chris Forbesi965: relax brw_texture_offset assert
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-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Keep a copy of the live variables class around.
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/fs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965/fs: implement ir_query_levels
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-10-02 Chris Forbesi965/fs: Add support for ir_tg4
2013-10-02 Francisco Jerezmesa: Fix misplaced includes of "main/uniforms.h".
2013-09-26 Kenneth Graunkei965/fs: Don't double-accept operands of logical and...
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-16 Paul Berryi965/fs: Expose "urb_setup" as part of brw_wm_prog_data.
2013-09-09 Matt Turneri965: Add support for ir_triop_csel.
2013-09-09 Kenneth Graunkeglsl: Pass _mesa_glsl_parse_state into matching_signatu...
2013-09-01 Chris Forbesi965/fs: Gen4: Zero out extra coordinates when using...
2013-08-27 Matt Turneri965/fs: Add support for translating ir_triop_fma into...
2013-08-27 Matt Turneri965/fs: Assert that ir_expressions are usable by 3...
2013-08-16 Matt Turneri965: Emit MOVs for neg/abs.
2013-08-15 Kenneth Graunkei965/fs: Fix Sandybridge regressions from SEL optimization.
2013-08-12 Kenneth Graunkei965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when...
2013-08-02 Bryan Cainglsl: add ir_emit_vertex and ir_end_primitive instructi...
2013-07-16 Chris Forbesi965/Gen4: Zero extra coordinates for ir_tex
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-06 Chris Forbesi965: fix alpha test for MRT
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
2013-05-22 Eric Anholti965: Shut up more compiler warnings from vector insert...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-22 Matt Turneri965/fs: Don't save value returned by emit() if it...
2013-04-11 Paul Berryi965: Rename backend_visitor::prog to shader_prog.
2013-04-01 Eric Anholti965/fs: Bake regs_written into the IR instead of recom...
2013-04-01 Eric Anholti965/fs: Clean up the setup of gen4 simd16 message...
2013-04-01 Eric Anholti965/fs: Move varying uniform offset compuation into...
2013-04-01 Matt Turneri965/fs: Fix bad interaction between tex swizzles and...
2013-03-29 Matt Turneri965/fs: Generate LOD sampler message from ir_lod.
2013-03-28 Eric Anholti965/fs: Include everything but the final FB write...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-03-01 Chris Forbesi965/fs: add support for ir_txf_ms on Gen6+
2013-03-01 Matt Turneri965/fs: Put immediate operand as src2
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-19 Eric Anholti965/fs: Delay setup of uniform loads until after pre...
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
next