Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965/fs: Plumb compiler debug logging through brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Do the no16 perf logging directly in fs_visito...
2015-06-23 Jason Ekstrandi965/fs: Make no16 non-variadic
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965/fs: Don't mess up stride for uniform integer multi...
2015-06-12 Francisco Jerezi965/fs: Remove one more fixed brw_null_reg() from...
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS discard handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS gl_SamplePosition/ID computation...
2015-06-09 Francisco Jerezi965/fs: Migrate FS interpolation code to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate shader time to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate Gen4 send dependency workarounds to...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_integer_multiplication to the...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_load_payload to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_sampler_eot to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Allocate a common IR builder object in fs_visitor.
2015-06-04 Kenneth Graunkei965/fs: Print mlen in dump_instructions() output.
2015-05-29 Jason Ekstrandi965/fs: Remove the ir_visitor code
2015-05-29 Jason Ekstrandi965: Make NIR non-optional for scalar shaders
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-28 Matt Turneri965/fs: Fix lowering of integer multiplication with...
2015-05-23 Jason Ekstrandi965/fs: Fix implied_mrf_writes for scratch writes
2015-05-18 Matt Turneri965/fs: Implement integer multiply without mul/mach.
2015-05-18 Matt Turneri965/fs: Support integer multiplication in SIMD16 on...
2015-05-18 Matt Turneri965/fs: Lower integer multiplication after optimizations.
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-16 Jason Ekstrandglsl: Add GLSL_TYPE_FUNCTION to the base types enums
2015-05-15 Kenneth Graunkei965/fs: Combine the fs_visitor constructors.
2015-05-12 Francisco Jerezi965: Don't forget the force_sechalf flag in lower_load...
2015-05-11 Neil Robertsi965/fs: Disable opt_sampler_eot for textureGather
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
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.
next