i965: Move brw_get_shader_time_index() call out of emit functions
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_gs_visitor.cpp
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-04 Kenneth Graunkei965: Remove shader_prog from vec4_gs_visitor.
2015-10-04 Kenneth Graunkei965: Use nir->has_transform_feedback_varyings to avoid...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
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-26 Kenneth Graunkei965/gs: Optimize away the EOT write on Gen8+ with...
2015-09-26 Kenneth Graunkei965: Implement "Static Vertex Count" geometry shader...
2015-09-26 Kenneth Graunkei965: Move GS_THREAD_END mlen calculations out of the...
2015-09-23 Kenneth Graunkei965/gs: Fix extra level of indentation left by the...
2015-09-23 Kenneth Graunkei965/gs: Use new NIR intrinsics.
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-08-03 Iago Toral Quirogai965/gs: Refactor ir_emit_vertex and ir_end_primitive
2015-08-03 Alejandro Piñeiroi965/vec4: Redefine make_reg_for_system_value() to...
2015-07-11 Kenneth Graunkei965: Fix indentation in emit_control_data_bits().
2015-07-11 Kenneth Graunkei965/gs: Move vertex_count != 0 check up a level; skip...
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-01 Kenneth Graunkei965: Create a shader_dispatch_mode enum to replace...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-06 Iago Toral Quirogai965: Do not render primitives in non-zero streams...
2015-02-19 Kenneth Graunkei965/vec4: Replace debug_flag with debug_enabled.
2015-01-15 Kenneth Graunkei965: Fix "vertex" vs. "geometry" and "VS" vs. "GS...
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-10-25 Ian Romanicki965: Silence unused parameter warning in brw_dump_ir
2014-09-19 Iago Toral Quirogai965/gen6/gs: Use a specific implementation of geometry...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement GS_OPCODE_SET_DWORD_2.
2014-09-19 Iago Toral Quirogai965/gs: Use single dispatch mode as fallback to dual...
2014-08-19 Matt Turneri965: Pass a cfg pointer to generate_{code,assembly}.
2014-08-12 Kenneth Graunkei965: Never use the Gen8 code generators.
2014-08-12 Kenneth Graunkei965: Switch to the EU emit layer for code generation...
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-06-30 Iago Toral Quirogai965/gs: Set control data bits for vertices emitted...
2014-04-15 Matt Turneri965/gs: Add dummy source to prepare_channel_masks...
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-20 Jordan Justeni965: support instanced GS on gen7
2014-02-20 Jordan Justeni965: support gl_InvocationID for gen7
2014-02-11 Kenneth Graunkei965/gs: Fix EndPrimitive on Broadwell.
2014-01-21 Paul Berryi965: Add GS support to INTEL_DEBUG=shader_time.
2014-01-21 Kenneth Graunkei965: Reserve space for "Vertex Count" in GS outputs.
2014-01-19 Kenneth Graunkei965: Create a new vec4 backend for Broadwell.
2014-01-17 Eric Anholti965: Stop doing our optimization on a copy of the...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-10-25 Paul Berryi965/gs: If a DUAL_OBJECT gs would spill, fall back...
2013-10-25 Paul Berryi965/gs: Fix up gl_PointSize input swizzling for DUAL_I...
2013-10-25 Paul Berryi965/gs: Add the ability to compile a DUAL_INSTANCED...
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-10-25 Paul Berryi965/vec4: Add the ability for attributes to be interle...
2013-10-25 Paul Berryi965/gs: Set force_writemask_all when setting up g0.
2013-10-08 Paul Berryi965/gs: Fixup gl_PointSize on entry to geometry shaders.
2013-09-17 Paul Berryi965/gs: Implement basic gl_PrimitiveIDIn functionality.
2013-09-16 Paul Berryi965/gs: Stop storing an input VUE map in the GS progra...
2013-09-11 Paul Berryi965/gs: implement EndPrimitive() functionality in...
2013-09-11 Paul Berryi965/gs: Set control data header size/format appropriat...
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965: Rename user-defined gs structs from vec4_gs to gs.
2013-08-23 Paul Berryi965/gs: add GS visitors.