summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_clip_distance.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Use vector-insert and vector-extract on elements of gl_ClipDistanceMESAIan Romanick2013-05-131-6/+60
* glsl: Remove some stale comments about ir_callIan Romanick2013-05-131-6/+2
* glsl: Convert lower_clip_distance_visitor to be an ir_rvalue_visitorIan Romanick2013-05-131-23/+33
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-241-4/+4
* glsl/lower_clip_distance: Update symbol table.Paul Berry2012-12-141-2/+6
* glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke2012-04-021-1/+1
* glsl: Implement a lowering pass for gl_ClipDistance.Paul Berry2011-09-231-0/+344