i965: Push down inclusion of brw_program.h.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.h
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-23 Jason Ekstrandi965: Use NIR for lowering texture swizzle
2015-10-29 Kenneth Graunkei965/vec4: Move vec4_generator class definition into...
2015-10-29 Kenneth Graunkei965/vec4: Wrap vec4_generator in a C function.
2015-10-29 Kenneth Graunkei965/vec4: Convert src_reg/dst_reg to brw_reg at the...
2015-10-22 Alejandro Piñeiroi965/vec4: adding vec4_cmod_propagation optimization
2015-10-19 Jason Ekstrandi965: Use a const nir_shader in backend_shader
2015-10-19 Jason Ekstrandi965/vec4: Remove gl_program and gl_shader_program...
2015-10-05 Iago Toral Quirogai965: Make vec4_visitor's destructor virtual
2015-10-05 Matt Turneri965/vec4: Remove more dead visitor/vertex program...
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/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-10-02 Jason Ekstrandi965/vec4: Get rid of the uniform_vector_size array
2015-10-02 Jason Ekstrandi965/vec4: Delete the old vec4_vp code
2015-10-02 Jason Ekstrandi965/vec4: Delete the old ir_visitor code
2015-09-25 Iago Toral Quirogai965/nir/vec4: Implement nir_intrinsic_ssbo_atomic_*
2015-09-25 Samuel Iglesias... i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE
2015-09-15 Jason Ekstrandi965/vec4_nir: Use partial SSA form rather than full...
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Virtualize vec4_visitor::emit_urb_slot().
2015-09-04 Kenneth Graunkei965: Store a key_tex pointer in vec4_visitor.
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-08-25 Jason Ekstrandi965/vec4_nir: Get rid of the uniform_driver_location...
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-10 Jason Ekstrandi965/vec4_visitor: Make some function arguments const...
2015-08-10 Jason Ekstrandi965/vec4_nir: Do boolean source modifier resolves...
2015-08-03 Iago Toral Quirogai965/gs: Refactor ir_emit_vertex and ir_end_primitive
2015-08-03 Alejandro Piñeiroi965/ir/vec4: Refactor visit(ir_texture *ir)
2015-08-03 Alejandro Piñeiroi965/vec4: Change vec4_visitor::swizzle_result() method...
2015-08-03 Eduardo Lima Mitevi965/vec4: Change vec4_visitor::gather_channel() method...
2015-08-03 Eduardo Lima Mitevi965/vec4: Change vec4_visitor::emit_mcs_fetch() method...
2015-08-03 Eduardo Lima Mitevi965/vec4: Move is_high_sample() method to vec4_visitor...
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_lrp()
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_minmax()
2015-08-03 Antia Puentesi965/vec4: Return the last emitted instruction in emit_...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add get_nir_dst() and get_nir_src()...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Implement load_const intrinsic
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add shader function implementation
2015-08-03 Alejandro Piñeiroi965/nir/vec4: Add setup for system values
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-08-03 Iago Toral Quirogai965/nir/vec4: Add setup of uniform variables
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add setup of input variables in NIR...
2015-08-03 Eduardo Lima Mitevi965/vec4: Move type_size() method to brw_vec4_visitor...
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add implementation placeholders for...
2015-07-29 Francisco Jerezi965: Define the setup_vector_uniform_values() backend_...
2015-07-21 Francisco Jerezi965: Fix stride field for the result of emit_uniformize().
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
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: Use a single index per shader for shader_time.
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 Chris Forbesglsl: Add ir node for barrier
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-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-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965/vec4: Add a devinfo field to the generator and...
2015-04-16 Neil Robertsi965/skl: Add the header for constant loads outside...
2015-04-16 Neil Robertsi965/vec4: Add a helper function to emit VS_OPCODE_PULL...
2015-04-06 Matt Turneri965/vec4: Remove emit_scs() prototype.
2015-04-01 Iago Toral Quirogai965: Handle scratch accesses where reladdr also points...
2015-03-23 Francisco Jerezi965/vec4: Define helpers to calculate the common live...
2015-03-23 Francisco Jerezi965/vec4: Remove unused method definition.
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2015-02-17 Ian Romanicki965/vec4: Silence unused parameter warnings
2015-02-10 Francisco Jerezi965: Move IR object definitions to separate header...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-01-15 Kenneth Graunkei965: Fix "vertex" vs. "geometry" and "VS" vs. "GS...
2014-12-29 Matt Turneri965/vec4: Add parameter to skip doing constant propaga...
2014-12-29 Matt Turneri965/vec4: Add pass to gather constants into a vector...
2014-12-29 Matt Turneri965: Add fs_reg/src_reg constructors that take vf[4].
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-03 Kenneth Graunkei965/vs: Handle vertex color clamping in emit_urb_slot().
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-12-02 Matt Turneri965/vec4: Make live_intervals part of the vec4_visitor...
2014-12-02 Matt Turneri965: Don't treat IF or WHILE with cmod as writing...
2014-11-26 Matt Turneri965/vec4: Optimize packSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize packUnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackSnorm4x8().
2014-11-26 Matt Turneri965/vec4: Optimize unpackUnorm4x8().
2014-11-26 Matt Turneri965/vec4: Add vector float immediate infrastructure.
2014-11-21 Ben Widawskyi965/vec4/gen8: Handle the MUL dest hazard exception
2014-11-21 Matt Turneri965: Move common fields into backend_instruction.
2014-11-14 Kenneth Graunkei965/vec4: Combine all the math emitters.
2014-11-14 Kenneth Graunkei965/vec4: Use const references in emit() functions.
2014-11-14 Kenneth Graunkei965: Use macros to create prototypes for emitter helpers.
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
next