nir: remove dependency on glsl
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_visitor.cpp
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-12 Kenneth Graunkei965/vs: Simplify fs_visitor's ATTR file.
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/fs: Use the nir info instead of pulling things...
2015-10-02 Jason Ekstrandi965/fs: Move sampler unit lookup into rescale_texcoord
2015-09-26 Kenneth Graunkei965: Fix BRW_VARYING_SLOT_PAD handling in the scalar...
2015-09-18 Iago Toral Quirogai965/fs: Fix comparison between signed and unsigned...
2015-09-15 Jordan Justeni965/fs: The barrier send uses only 1 payload register
2015-09-15 Jason Ekstrandi965/fs: Only read output_components many components...
2015-09-15 Jason Ekstrandi965/fs: Set output_components for lowered clip distanc...
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-08-28 Matt Turneri965/fs: Remove fs_visitor::try_replace_with_sel().
2015-07-29 Francisco Jerezi965/fs: Drop unused untyped surface read and atomic...
2015-07-29 Francisco Jerezi965/fs: Remove the emit_texture_gen*() fs_visitor...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_mcs_fetch() in terms of logic...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_texture() in terms of logical...
2015-07-29 Francisco Jerezi965/fs: Fix misleading comment regarding the message...
2015-07-29 Francisco Jerezi965/fs: Pass a BAD_FILE header source to LOAD_PAYLOAD...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_single_fb_write() in terms...
2015-07-29 Francisco Jerezi965/fs: Don't attempt to copy the useless half of...
2015-07-29 Francisco Jerezi965/fs: Move up Gen6 no16 check to emit_fb_writes().
2015-07-29 Francisco Jerezi965/fs: Move up prog_data->uses_omask assignment up...
2015-07-29 Francisco Jerezi965/fs: Simplify control flow in emit_single_fb_write().
2015-07-29 Francisco Jerezi965/fs: Fix slight layering violation in emit_single_f...
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.
next