i965/fs: Disable opt_sampler_eot for textureGather
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2015-05-11 Neil Robertsi965/fs: Disable opt_sampler_eot for textureGather
2015-05-08 Neil Robertsi965/fs: Improve a comment about stripping trailing...
2015-05-08 Neil Robertsi965/skl: In opt_sampler_eot always set destination...
2015-05-08 Neil Robertsi965/fs: Set the header_size on LOAD_PAYLOAD in opt_sam...
2015-05-06 Jason Ekstrandi965/fs_inst: Get rid of the effective_width field
2015-05-06 Jason Ekstrandi965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
2015-05-06 Jason Ekstrandi965/fs: Make LOAD_PAYLOAD take a header size
2015-05-06 Jason Ekstrandi965/fs_inst: Add an is_copy_payload helper
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the BROADCAST...
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-05-02 Jordan Justeni965/fs: Add CS shader time support
2015-05-02 Jordan Justeni965: Add brw_setup_tex_for_precompile. Use in VS,...
2015-05-02 Jordan Justeni965/fs: Support compute programs in fs_visitor
2015-05-01 Neil Robertsi965/fs: Strip trailing constant zeroes in sample messages
2015-04-30 Kenneth Graunkei965: Unhardcode a few more stage names and abbreviations.
2015-04-29 Neil Robertsi965: Don't try to apply the opt_sampler_eot extension...
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context for comput...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-21 Matt Turneri965/fs: Calculate delta_x and delta_y together.
2015-04-21 Matt Turneri965/fs: Add LINTERP's src0 to fs_inst::regs_read().
2015-04-14 Ben Widawskyi965/fs: Combine tex/fb_write operations (opt)
2015-04-14 Ben Widawskyi965/fs: Only emit FS_OPCODE_PLACEHOLDER_HALT if there...
2015-04-14 Ben Widawskyi965/fs: Create a has_side_effects for fs_inst
2015-04-14 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS.
2015-04-06 Kenneth Graunkei965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
2015-04-03 Jason Ekstrandi965: Check the INTEL_USE_NIR environment variable...
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-03-28 Kenneth Graunkei965: Move env_var_as_boolean to intel_debug.c.
2015-03-28 Kenneth Graunkei965/fs: Add ARB_fragment_program support to the NIR...
2015-03-23 Francisco Jerezi965: Define method to check whether a backend_reg...
2015-03-19 Kenneth Graunkei965/fs: Make an emit_discard_jump() function to reduce...
2015-03-19 Matt Turneri965/fs: Print spills:fills and number of promoted...
2015-03-18 Jason Ekstrandi965/nir: Make our environment variable checking smarter
2015-03-17 Tapani Pällii965/fs: in MAD optimizations, switch last argument...
2015-03-12 Kenneth Graunkei965: Use NIR for scalar VS when INTEL_USE_NIR is set.
2015-03-11 Iago Toral Quirogai965: Fix out-of-bounds accesses into pull_constant_loc...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_end() insert before...
2015-03-09 Kenneth Graunkei965/fs: Make get_timestamp() pass back the MOV rather...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_write return rather...
2015-03-09 Kenneth Graunkei965/fs: Set smear on shader_time diff register.
2015-03-09 Kenneth Graunkei965/fs: Set force_writemask_all on shader_time instruc...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Kenneth Graunkei965/nir: Resolve source modifiers on Gen8+ logic opera...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-03 Matt Turneri965/fs: Don't use backend_visitor::instructions after...
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-02-24 Kenneth Graunkei965: Remove redundant discard jumps.
2015-02-23 Francisco Jerezi965/fs: Fix lower_load_payload() not to use an incorre...
2015-02-23 Francisco Jerezi965/fs: Fix lower_load_payload() to take into account...
2015-02-23 Francisco Jerezi965/fs: Remove logic to keep track of MRF metadata...
2015-02-23 Francisco Jerezi965/fs: Less broken handling of force_writemask_all...
2015-02-22 Ben Widawskyi965/skl: Use 1 register for uniform pull constant...
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkei965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".
2015-02-18 Matt Turneri965/fs: Add algebraic optimizations for MAD.
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-02-15 Matt Turneri965/fs: Handle W/UW-type immediates in dump_instructio...
2015-02-15 Matt Turneri965: Let dump_instructions() work before calculate_cfg().
2015-02-15 Matt Turneri965/fs: Call calculate_cfg() before optimize().
2015-02-15 Matt Turneri965: Optimize multiplication by -1 into a negated...
2015-02-11 Matt Turneri965/fs: Remove conditional mod when optimizing a SEL...
2015-02-10 Francisco Jerezi965/fs: Fix fs_inst::regs_written calculation for...
2015-02-10 Francisco Jerezi965/fs: Fix stack allocation of fs_inst and stop steal...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-06 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and...
2015-02-04 Matt Turneri965: Set CMP's destination type to src0's type.
2015-01-24 Matt Turneri965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-24 Matt Turneri965/fs: Add a pass to fixup 3-src instructions that...
2015-01-19 Kenneth Graunkei965/nir: Enable SIMD16 support in the NIR FS backend.
2015-01-19 Kenneth Graunkei965/nir: Replace fs_reg(GRF, virtual_grf_alloc(.....
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-16 Kenneth Graunkei965/fs: Make lower_load_payload etc. appear in INTEL_D...
2015-01-15 Jason Ekstrandi965/fs: Don't take an ir_variable for emit_general_int...
2015-01-15 Jason Ekstrandi965/fs: Only use nir for 8-wide non-fast-clear shaders.
2015-01-15 Connor Abbotti965/fs: add a NIR frontend
2015-01-15 Connor Abbotti965/fs: make emit_fragcoord_interpolation() not take...
2015-01-15 Kenneth Graunkei965: Pass a shader stage abbreviation to fs_generator().
2015-01-08 Kristian Høgsbergi965/skl: Always use a header for SIMD4x2 sampler messages
2015-01-05 Kenneth Graunkei965: Make the precompile ignore DEPTH_TEXTURE_MODE...
2015-01-03 Kenneth Graunkei965: Fix INTEL_DEBUG=optimizer with VF types.
2014-12-29 Matt Turneri965: Add support for saturating immediates.
2014-12-29 Matt Turneri965: Add fs_reg/src_reg constructors that take vf[4].
2014-12-19 Matt Turneri965/fs: Add missing const qualifier.
2014-12-16 Mark Janesi965: remove includes of sampler.h from extern "C"...
2014-12-10 Kristian Høgsbergi965: Clean up fs_visitor::run and rename to run_fs
2014-12-10 Kristian Høgsbergi965: Add fs_visitor::run_vs() to generate scalar verte...
2014-12-10 Kristian Høgsbergi965: Prepare for using the ATTR register file in the...
2014-12-10 Kristian Høgsbergi965: Add SIMD8 URB write low-level IR instruction
2014-12-10 Kristian Høgsbergi965: Remove shader program argument and member from...
2014-12-10 Kristian Høgsbergi965: Set shader name for generator from call site
2014-12-10 Kristian Høgsbergi965: Generalize fs_generator further
2014-12-06 Chris Forbesi965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
next