summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-04i965: Remove shader_prog from vec4_gs_visitor.Kenneth Graunke1-3/+0
2015-10-02i965/shader: Get rid of the shader, prog, and shader_prog fieldsJason Ekstrand1-0/+3
2015-10-02i965/backend_shader: Add a field to store the NIR shaderJason Ekstrand1-1/+1
2015-10-02i965/vec4: Delete the old vec4_vp codeJason Ekstrand1-1/+0
2015-10-02i965/vec4: Delete the old ir_visitor codeJason Ekstrand1-3/+0
2015-08-03i965/nir/gs: Implement support for gl_InvocationID system valueIago Toral Quiroga1-0/+1
2015-08-03i965/nir/gs: Implement EmitVertex and EndPrimitiveIago Toral Quiroga1-0/+1
2015-08-03i965/nir/gs: Handle geometry shaders inputsIago Toral Quiroga1-0/+2
2015-08-03i965/gs: Refactor ir_emit_vertex and ir_end_primitiveIago Toral Quiroga1-0/+2
2015-08-03i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 passAlejandro PiƱeiro1-1/+2
2015-07-09i965/vec4: Move c->last_scratch into vec4_visitor.Kenneth Graunke1-1/+0
2015-07-09i965/vec4: Plumb log_data through so the backend_shader field gets set.Kenneth Graunke1-0/+1
2015-06-23i965: Remove the brw_context from the visitorsJason Ekstrand1-1/+1
2015-06-23i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand1-1/+2
2014-12-02i965: Move program key structures to brw_program.h.Kenneth Graunke1-9/+0
2014-09-19i965/gen6/gs: Add initial implementation for a gen6 geometry shader visitor.Iago Toral Quiroga1-1/+1
2014-06-30i965/gs: Set control data bits for vertices emitted in stream mode.Iago Toral Quiroga1-0/+1
2014-03-05i965: Merge resolving of shader program sourceTopi Pohjolainen1-1/+0
2013-10-24i965/gs: Add the ability to compile a DUAL_INSTANCED geometry shader.Paul Berry1-1/+2
2013-10-24i965/vec4: Add the ability to suppress register spilling.Paul Berry1-1/+2
2013-09-16i965/gs: Stop storing an input VUE map in the GS program key.Paul Berry1-1/+2
2013-09-11i965/gs: implement EndPrimitive() functionality in the visitor.Paul Berry1-0/+2
2013-09-11i965/gs: Set control data header size/format appropriately for EndPrimitive().Paul Berry1-0/+3
2013-08-31i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry1-0/+13
2013-08-31i965: Rename user-defined gs structs from vec4_gs to gs.Paul Berry1-6/+6
2013-08-23i965/gs: add GS visitors.Paul Berry1-0/+91