i965/nir/fs: removed unneeded support for global variables
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2015-07-20 Alejandro Piñeiroi965/nir/fs: removed unneeded support for global variables
2015-07-17 Jordan Justeni965/cs: Use dispatch width of 8 for cs terminate paylo...
2015-07-01 Jason Ekstrandi965/fs: Use the builder directly for the gen6 interpol...
2015-06-30 Jason Ekstrandi965/fs: Remove the width field from fs_reg
2015-06-30 Jason Ekstrandi965/fs: Use exec_size instead of dst.width for computi...
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Jason Ekstrandi965/fs: Set the builder group for emitting FB-write...
2015-06-30 Jason Ekstrandi965/fs: Explicitly set the exec_size on the add(32...
2015-06-30 Connor Abbotti965/fs: use SSA values directly
2015-06-29 Kenneth Graunkei965/vs: Move compute_clip_distance() out of emit_urb_w...
2015-06-29 Kenneth Graunkei965: Write at least some data in SIMD8 URB write messages.
2015-06-26 Kenneth Graunkei965/fs: Fix ir_txs in emit_texture_gen4_simd16().
2015-06-24 Jason Ekstrandi965/fs: Get rid of an unused variable in emit_barrier()
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: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-12 Jordan Justeni965/fs: Implement support for ir_barrier
2015-06-12 Jordan Justeni965/cs: Use exec all for CS terminate
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate CS terminate message to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate VS output writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS alpha test to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS interpolation code to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate untyped surface read and atomic to...
2015-06-09 Francisco Jerezi965/fs: Migrate texturing implementation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate try_replace_with_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Allocate a common IR builder object in fs_visitor.
2015-06-01 Kenneth Graunkei965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_...
2015-05-29 Jason Ekstrandi965/fs: Remove the ir_visitor code
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-28 Jason Ekstrandi965/fs: Properly handle explicit depth in SIMD16 with...
2015-05-18 Matt Turneri965/fs: Lower integer multiplication after optimizations.
2015-05-15 Kenneth Graunkei965/fs: Combine the fs_visitor constructors.
2015-05-11 Matt Turneri965/fs: Add missing initializer in fs_visitor().
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: Make emit_single_fb_write take an explicit...
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-05-04 Francisco Jerezi965: Fix variable indexing of sampler arrays under...
2015-05-04 Francisco Jerezi965: Fix variable indexing of UBO arrays under non...
2015-05-04 Francisco Jerezi965: Define helper function to copy an arbitrary live...
2015-05-04 Francisco Jerezi965: Reorder sources of the untyped atomic opcode.
2015-05-04 Francisco Jerezi965: Pass the number of components as a source of...
2015-05-02 Jordan Justeni965/fs: Support compute programs in fs_visitor
2015-05-02 Jordan Justeni965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TER...
2015-04-27 Matt Turneri965/fs: Fix stride for multiply in macro.
2015-04-27 Matt TurnerRevert "i965/fs: Allow SIMD16 borrow/carry/64-bit multi...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-22 Jason Ekstrandi965: Remove remaining uses of ctx->Const.UniformBoolea...
2015-04-22 Jason Ekstrandi965: Remove the context parameter from brw_texture_offset
2015-04-21 Matt Turneri965/fs: Combine pixel center calculation into one...
2015-04-21 Matt Turneri965/fs: Calculate delta_x and delta_y together.
2015-04-21 Matt Turneri965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
2015-04-16 Kristian Høgsbergi965: Rewrite ir_tex to ir_txl with lod 0 for vertex...
2015-04-14 Ian Romanicki965/fs: Always invert predicate of SEL with swapped...
2015-04-08 Neil Robertsi965/skl: Fix the order of the arguments for the LD...
2015-04-06 Kenneth Graunkei965: Implement SIMD16 texturing on Gen4.
2015-04-06 Kenneth Graunkei965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-03-23 Jason Ekstrandi965/fs: Make emit_lrp return an fs_inst
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-19 Ian Romanicki965/fs: Emit better b2f of an expression on GEN4 and...
2015-03-17 Ian Romanicki965/fs: Apply gl_FrontFacing ? -1 : 1 optimization...
2015-03-17 Ian Romanicki965/fs: Change try_opt_frontfacing_ternary to eliminat...
2015-03-12 Kenneth Graunkei965/fs: Store a pointer to brw_sampler_prog_key_data...
2015-03-10 Jordan Justeni965/fs: Use unsigned for CS/VS atomics pixel mask...
2015-03-09 Kenneth Graunkei965/fs: Don't issue FB writes for bound but unwritten...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_end() insert before...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-28 Brian Pauli965: add GLSL_TYPE_DOUBLE switch case to silence warning
2015-02-28 Matt Turneri965: Avoid applying negate to wrong MAD source.
2015-02-27 Kenneth Graunkei965/fs: Patch the instruction generating discards...
2015-02-24 Kenneth Graunkei965/fs: Handle conditional discards.
2015-02-24 Matt Turneri965/fs: Optimize (gl_FrontFacing ? x : y) where x...
2015-02-21 Jordan Justeni965/fs: Use fs_reg for CS/VS atomics pixel mask immedi...
2015-02-21 Jordan Justeni965/fs: Set pixel/sample mask for compute shaders...
2015-02-20 Matt Turneri965: Use greater-equal cmod to implement maximum.
2015-02-19 Dave Airliei965: just avoid warnings with fp64
2015-02-19 Kenneth Graunkei965/fs: Use VARYING_SLOT checks rather than strcmp().
2015-02-19 Kenneth Graunkei965/fs: Remove type parameter from emit_vs_system_value().
2015-02-18 Jordan Justeni965/simd8vs: Fix SIMD8 atomics (read-only)
2015-02-18 Matt Turneri965/fs: Emit MAD instructions when possible.
2015-02-16 Ben Widawskyi965/simd8vs: Fix SIMD8 atomics
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-01-24 Ian Romanicki965/fs: Allow SIMD16 on pre-SNB when try_replace_with_...
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2015-01-17 Kenneth Graunkei965/fs: Fix the dummy fragment shader.
2015-01-16 Kenneth Graunkei965: Fix some oddities in FB_WRITE register width...
2015-01-15 Matt Turneri965/fs: Emit MADs from (x + abs(y * z)).
2015-01-15 Matt Turneri965/fs: Emit MADs from (x + -(y * z)).
2015-01-15 Jason Ekstrandi965/fs_nir: Use an array rather than a hash table...
2015-01-15 Jason Ekstrandi965/fs: Don't take an ir_variable for emit_general_int...
2015-01-15 Connor Abbotti965/fs: add a NIR frontend
next