summaryrefslogtreecommitdiff
path: root/src/glsl/opt_tree_grafting.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-06glsl: Add support for specifying the component in textureGatherChris Forbes1-1/+4
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-0/+1
2013-10-03glsl: add texture gather changesMaxence Le Dore1-0/+1
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-0/+1
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-0/+4
2013-01-24glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry1-3/+5
2012-06-11glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt1-0/+4
2012-04-02glsl: Remove ir_call::get_callee() and set_callee().Kenneth Graunke1-1/+1
2012-04-02glsl: Convert ir_call to be a statement rather than a value.Kenneth Graunke1-0/+3
2012-01-30glsl: Rename class variable_entry to ir_variable_refcount_entry.Kenneth Graunke1-1/+1
2011-10-18glsl: Stop tree grafting if a variable is overwritten as an 'out' param.Kenneth Graunke1-11/+28
2011-08-23glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke1-0/+1
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-2/+0
2011-02-03glsl: Add using statements for standard library functions.Vinson Lee1-0/+2
2011-01-31glsl: Introduce a new "const_in" variable mode.Kenneth Graunke1-1/+1
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke1-0/+1
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace1-1/+1
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-0/+367