i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-30 Jason Ekstrandi965/fs: Clean up emit_fb_writes
2014-09-30 Jason Ekstrandi964/fs: Make immediate fs_reg constructors explicit
2014-09-30 Jason Ekstrandi965/fs: Make null_reg_* const members of fs_visitor...
2014-09-30 Jason Ekstrandi965/fs: Use offset a lot more places
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_key depen...
2014-09-22 Jordan Justeni965/fs: Use brw_sampler_prog_key_data instead of brw_w...
2014-09-22 Jordan Justeni965/fs: Remove direct fs_visitor brw_wm_prog_data...
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/fs: Make emit_if_gen6 never fall back to emit_bool...
2014-09-08 Kenneth Graunkei965: Handle ir_triop_csel in emit_if_gen6().
2014-09-06 Jordan Justeni965/fs: Remove direct fs_visitor gl_fragment_program...
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-05 Jason Ekstrandi965/fs: Clean up emitting of untyped atomic and surfac...
2014-09-04 Jordan Justeni965/fs: Use prog rather than fp->Base in fs_visitor
2014-09-04 Jordan Justeni965/fs: Use stage_prog_data instead of prog_data-...
2014-09-04 Jordan Justeni965/fs: Add init function to fs_visitor
2014-09-04 Kenneth Graunkei965: Handle ir_triop_csel in emit_bool_to_cond_code().
2014-09-01 Connor Abbotti965/fs: don't use ir->shadow_comparitor in emit_texture_*
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_samplepos_setup()
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_frontfacing_i...
2014-08-31 Abdiel Janulguei965/fs: Refactor try_emit_saturate
2014-08-31 Abdiel Janulguei965/fs: Add support for ir_unop_saturate
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-19 Matt Turneri965: Use ~0 to represent true on Gen >= 6.
2014-08-19 Matt Turneri965/fs: Optimize emit_bool_to_cond_code for logical...
2014-08-19 Matt Turneri965: Use UniformBooleanTrue value for boolean literal...
2014-08-15 Chris Forbesi965/fs: Add support for nonconst sampler indexing...
2014-08-15 Chris Forbesi965/fs: Add visitor support for nonconstant UBO indices
2014-08-15 Chris Forbesi965/fs: Support fine/coarse derivative opcodes
2014-08-14 Neil Robertsi965: Store uniform constant values in a gl_constant_va...
2014-08-10 Matt Turneri965/fs: Fix bad whitespace.
2014-08-09 Chris Forbesi965: Get rid of backend_instruction::sampler
2014-08-09 Chris Forbesi965/fs: pass sampler as src1 of texture op
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen5...
2014-08-09 Chris Forbesi965/fs: Collect all emits of texture ops for Gen4...
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-07-19 Ian Romanicki965: Silence unused parameter warning
2014-07-12 Chris Forbesi965/fs: add support for ir_*_interpolate_at_* expressions
2014-07-06 Matt Turneri965: Make a brw_conditional_mod enum.
2014-07-01 Cody Northropi965/fs: Update discard jump to preserve uniform loads...
2014-07-01 Matt Turneri965/fs: Mark case unreachable to silence warning.
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-26 Juha-Pekka Heikkilai965/fs: Check variable_storage return value in fs_visi...
2014-06-17 Matt Turneri965/fs: Apply cube map array fixup and restore the...
2014-06-17 Matt Turneri965/fs: Use LOAD_PAYLOAD in emit_texture_gen7().
2014-06-10 Matt Turneri965/fs: initialize src as reg_undef for texture opcode...
2014-06-10 Tapani Pällii965/fs: initialize src as reg_undef for texture opcode...
2014-06-04 Chris Forbesi965/fs: Allow array dereference of HW_REG.
2014-05-29 Matt Turneri965/fs: Set correct number of regs_written for MCS...
2014-05-28 Kenneth Graunkei965: Fix repeated usage of rectangle texture coordinat...
2014-05-26 Matt Turneri965/fs: Don't use brw_imm_* unnecessarily.
2014-05-25 Matt TurnerRevert "i965/fs: Change fs_visitor::emit_lrp to use...
2014-05-19 Kenneth Graunkei965/fs: Rip struct brw_wm_compile out of the visitors...
2014-05-19 Kenneth Graunkei965/fs: Plumb a mem_ctx all the way through the FS...
2014-05-19 Kenneth Graunkei965/fs: Use 'c' as the mem_ctx in fs_visitor.
2014-05-19 Kenneth Graunkei965/fs: Replace c->key with a direct reference in...
2014-05-19 Kenneth Graunkei965/fs: Replace c->prog_data with a direct reference...
2014-05-19 Kenneth Graunkei965/fs: Move some flags that affect code generation...
2014-05-19 Kenneth Graunkei965/fs: Move payload register info from brw_wm_compile...
2014-05-19 Kenneth Graunkei965/fs: Simplify gl_SampleMaskIn handling.
2014-05-19 Kenneth Graunkei965/fs: Move c->last_scratch into fs_visitor.
2014-05-01 Kenneth Graunkei965/fs: Set fs_inst::header_present for untyped atomic...
2014-04-30 Matt Turneri965/fs: Remove 'mul_arg' from try_emit_mad().
2014-04-17 Juha-Pekka Heikkilai965/fs: Change fs_visitor::emit_lrp to use MAC for...
2014-04-08 Eric Anholti965/fs: Track whether we're doing dual source in a...
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
next