summaryrefslogtreecommitdiff
path: root/src/glsl/lower_clip_distance.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-08glsl: Make more use of gl_shader_stage enum in lower_clip_distance.cpp.Paul Berry1-8/+8
2013-12-12glsl: move variables in to ir_variable::data, part IITapani Pälli1-4/+4
2013-12-12glsl: move variables in to ir_variable::data, part ITapani Pälli1-5/+5
2013-11-26glsl: Fix lowering of direct assignment in lower_clip_distance.Paul Berry1-0/+5
2013-10-08glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.Bryan Cain1-60/+193
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+3
2013-05-13glsl: Use vector-insert and vector-extract on elements of gl_ClipDistanceMESAIan Romanick1-6/+60
2013-05-13glsl: Remove some stale comments about ir_callIan Romanick1-6/+2
2013-05-13glsl: Convert lower_clip_distance_visitor to be an ir_rvalue_visitorIan Romanick1-23/+33
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-4/+4
2012-12-14glsl/lower_clip_distance: Update symbol table.Paul Berry1-2/+6
2012-04-02glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke1-1/+1
2011-09-23glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry1-0/+344