glsl: move to compiler/
[mesa.git] / src / mesa / drivers / dri / i965 / gen6_gs_visitor.cpp
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-19 Matt Turneri965/vec4: Replace src_reg(imm) constructors with brw_i...
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-10 Kenneth Graunkei965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_co...
2015-10-08 Iago Toral Quirogai965/gs/gen6: Maximum allowed size of SEND messages...
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965/shader: Pull assign_common_binding_table_offsets...
2015-10-02 Jason Ekstrandi965/vec4: Delete the old ir_visitor code
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-08-03 Samuel Iglesias... i965/gs/gen6: Refactor ir_emit_vertex and ir_end_primit...
2015-03-10 Jordan Justeni965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg
2014-11-24 Matt Turneri965/gen6/gs: Don't declare a src_reg with struct.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Fix binding table clash between TF surfac...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Avoid buffering transform feedback varyin...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Buffer PSIZ/flags vertex data in gen6_gs_...
2014-09-19 Samuel Iglesias... i965/gen6/gs: implement transform feedback support...
2014-09-19 Samuel Iglesias... i965/gen6/gs: Add an additional parameter to the FF_SYN...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement support for gl_PrimitiveIdIn.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Handle the case where a geometry shader...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Make sure we complete the last primitive.
2014-09-19 Iago Toral Quirogai965/gen6/gs: Implement geometry shaders for outputs...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Add initial implementation for a gen6...