Replace gl_vert_result enum with gl_varying_slot.
[mesa.git] / src / glsl / builtin_variables.cpp
2013-03-15 Paul BerryReplace gl_vert_result enum with gl_varying_slot.
2013-03-01 Jordan Justenglsl: allow GLSL compiler version to be overridden...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-25 Paul Berryglsl: Clean up case statement in builtin_variables...
2012-12-06 Paul Berryglsl: Add builtin variables for GLSL 3.00 ES.
2012-09-17 Dave Airlieglsl: make _mesa_builtin_uniform_desc static
2012-04-13 Dave Airlieglsl: add support for ARB_blend_func_extended (v3)
2012-03-15 Eric Anholtglsl: Update builtin variables for GLSL 1.40.
2012-03-15 Eric Anholtglsl: Hook up the current GLSL 1.30 types and builtins...
2012-02-29 Ian Romanickglsl: Make gl_InstanceID available with GL_ARB_draw_ins...
2011-11-11 Eric Anholtmesa: Make gl_VertexID be a system value like gl_Instan...
2011-11-11 Eric Anholtglsl: Move builtin_variables.h into .cpp.
2011-11-11 Eric Anholtglsl: Move ir_variable.cpp to builtin_variables.cpp.