i965/fs: Rename demote_pull_constants to lower_constant_loads
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
2015-12-14 Jason Ekstrandi965/fs: Rename demote_pull_constants to lower_constant...
2015-12-14 Jason Ekstrandi965/fs: Get rid of the param_size array
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-10 Jordan Justeni965/nir: Implement shared variable atomic operations
2015-11-25 Kenneth Graunkei965: Fix scalar vertex shader struct outputs.
2015-11-25 Kenneth Graunkei965: Fix fragment shader struct inputs.
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-23 Jason Ekstrandi965: Use NIR for lowering texture swizzle
2015-11-23 Jason Ekstrandi965: Use nir_lower_tex for texture coordinate lowering
2015-11-18 Kenneth Graunkei965: Allow indirect GS input indexing in the scalar...
2015-11-15 Kenneth Graunkei965: Introduce a MOV_INDIRECT opcode.
2015-11-13 Matt Turneri965: Replace HW_REG with ARF/FIXED_GRF.
2015-11-13 Matt Turneri965: Rename GRF to VGRF.
2015-11-11 Kenneth Graunkei965: Split nir_emit_intrinsic by stage with a general...
2015-11-03 Kenneth Graunkei965: Add scalar geometry shader support.
2015-11-03 Kenneth Graunkei965: Fix the fs_visitor GS constructor to take shader_...
2015-10-30 Connor Abbotti965/fs: split out calculation of payload live ranges
2015-10-22 Ben Widawskyi965: Implement ARB_shader_stencil_export (gen9+)
2015-10-21 Kenneth Graunkei965: Add a fs_visitor constructor that takes a brw_gs_...
2015-10-21 Kenneth Graunkei965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8...
2015-10-19 Jason Ekstrandi965: Use a const nir_shader in backend_shader
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/fs,vec4: Get rid of the sanity_param_count
2015-10-02 Jason Ekstrandi965/fs: Move sampler unit lookup into rescale_texcoord
2015-10-02 Jason Ekstrandi965/backend_shader: Add a field to store the NIR shader
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965/nir: Pull GLSL uniform handling into a common...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the setup_vec4_uniform_value...
2015-09-29 Jordan Justeni965/cs: Add a binding table entry for gl_NumWorkGroups
2015-09-25 Iago Toral Quirogai965/nir/fs: Implement nir_intrinsic_ssbo_atomic_*
2015-09-25 Samuel Iglesias... i965/fs: Implement FS_OPCODE_GET_BUFFER_SIZE
2015-09-15 Jason Ekstrandi965/fs: Add a very basic validation pass
2015-09-13 Jordan Justeni965/cs: Initialize gl_WorkGroupID variable from payload
2015-09-13 Jordan Justeni965/cs: Initialize gl_LocalInvocationID from payload
2015-09-13 Jordan Justeni965/cs: Reserve local invocation id in payload regs
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2015-08-28 Matt Turneri965/fs: Remove fs_visitor::try_replace_with_sel().
2015-08-25 Jason Ekstrandi965/fs: Combine assign_constant_locations and move_uni...
2015-08-25 Jason Ekstrandi965/fs: Rework uniform handling
2015-08-25 Kenneth Graunkei965: Move type_size() methods out of visitor classes.
2015-08-25 Jason Ekstrandi965: Make setup_vec4_uniform_value and _image_uniform_...
2015-08-25 Jason Ekstrandi965: Rename setup_vector_uniform_values to setup_vec4_...
2015-08-11 Francisco Jerezi965/fs: Handle image uniforms in NIR programs.
2015-08-10 Jason Ekstrandi965/fs: Make resolve_source_modifiers consistent with...
2015-07-29 Francisco Jerezi965/fs: Drop unused untyped surface read and atomic...
2015-07-29 Francisco Jerezi965: Define the setup_vector_uniform_values() backend_...
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_single_fb_write() in terms...
2015-07-29 Francisco Jerezi965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
2015-07-29 Francisco Jerezi965/fs: Define logical framebuffer write opcode.
2015-07-29 Francisco Jerezi965/fs: Implement pass to lower instructions of unsupp...
2015-07-29 Francisco Jerezi965/fs: Add stub lowering pass for logical send-messag...
2015-07-20 Alejandro Piñeiroi965/nir/fs: removed unneeded support for global variables
2015-07-16 Francisco Jerezi965/fs: Factor out universally broken calculation...
2015-06-30 Jason Ekstrandi965/fs: Use the builder dispatch_width for computing...
2015-06-30 Jason Ekstrandi965/fs: Add a builder argument to offset()
2015-06-30 Jason Ekstrandi965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
2015-06-30 Connor Abbotti965/fs: emit constants only once
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-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: 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-12 Jordan Justeni965/fs: Implement support for ir_barrier
2015-06-09 Jason Ekstrandfs/reg_allocate: Remove the MRF hack helpers from fs_vi...
2015-06-09 Jason Ekstrandi965/fs: Don't let the EOT send message interfere with...
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR texturing instructi...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR intrinsics to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR control flow to...
2015-06-09 Francisco Jerezi965/fs: Migrate NIR emit_percomp() 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 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: Allocate a common IR builder object in fs_visitor.
2015-05-29 Jason Ekstrandi965/fs: Remove the ir_visitor code
2015-05-29 Jason Ekstrandi965: Remove the old fragment program code
2015-05-29 Jason Ekstrandi965: Make fs/vec4_visitor inherit from ir_visitor...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-18 Matt Turneri965/fs: Lower integer multiplication after optimizations.
2015-05-15 Kenneth Graunkei965/fs: Combine the fs_visitor constructors.
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-04 Francisco Jerezi965: Define helper function to copy an arbitrary live...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Simplify generator code for untyped surface messages.
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-02 Jordan Justeni965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
next