summaryrefslogtreecommitdiff
path: root/src/glsl/test_optpass.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-11glsl: Drop do_common_optimization's max_unroll_iterations parameter.Kenneth Graunke1-3/+2
2014-04-08glsl: Pass ctx->Const.NativeIntegers to do_algebraic.Kenneth Graunke1-1/+1
2014-04-08glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().Kenneth Graunke1-1/+1
2014-02-22glsl: Add a file argument to the IR printer.Eric Anholt1-2/+2
2014-01-08glsl: Change _mesa_glsl_parse_state ctor to use gl_shader_stage enum.Paul Berry1-1/+1
2014-01-08mesa: Store gl_shader_stage enum in gl_shader objects.Paul Berry1-0/+1
2014-01-08mesa: Clean up nomenclature for pipeline stages.Paul Berry1-1/+1
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2013-05-13glsl: Fix "make check" breakage after adding options to do_common_optimization.Paul Berry1-5/+9
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth1-1/+1
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-1/+1
2012-09-15mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie1-1/+1
2012-05-14glsl: Remove the opt_discard_simplification pass.Eric Anholt1-2/+0
2011-10-25glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick1-2/+2
2011-07-22glsl: Create a standalone executable for testing optimization passes.Paul Berry1-0/+273