Merge remote-tracking branch 'origin/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_gs_visitor.cpp
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason Ekstrandi965/gs: Pass VerticesIn though prog_data
2016-02-11 Jason EkstrandMerge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9...
2016-02-10 Kenneth Graunkei965/vec4/gs: Stop munging the ATTR containing gl_Point...
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-16 Jason Ekstrandi965/fs/generator: Take an actual shader stage rather...
2016-01-15 Jason Ekstrandi965/fs/generator: Take an actual shader stage rather...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-23 Jason Ekstrandi965: Use nir_lower_tex for texture coordinate lowering
2015-11-23 Jason Ekstrandi965: Move postprocess_nir to codegen time
2015-11-19 Matt Turneri965/vec4: Replace src_reg(imm) constructors with brw_i...
2015-11-17 Eduardo Lima Mitevi965: Return the correct value type from brw_compile_gs()
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-14 Kenneth Graunkei965: Print input/output VUE maps on INTEL_DEBUG=vs...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-03 Kenneth Graunkei965: Add scalar geometry shader support.
2015-10-29 Kenneth Graunkei965/vec4: Wrap vec4_generator in a C function.
2015-10-22 Matt Turneri965/vec4/gs: Fix signed/unsigned comparison warning.
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-21 Jason Ekstrandi965/gs: Do prog_data setup and other calculations...
2015-10-21 Jason Ekstrandi965/gs: Pull prog_data out of brw_gs_compile
2015-10-21 Jason Ekstrandi965/gs: Use NIR instead of the brw_geometry_program...
2015-10-21 Jason Ekstrandi965/gs: Move the mem_ctx argument to brw_compile_gs
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/gs: Rework gs_emit to take a nir_shader and a...
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-10 Kenneth Graunkei965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_co...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
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 EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
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-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...
next