glsl: Allow texture2DProjLod and textureCubeLod in GL ES
[mesa.git] / src / glsl / builtin_functions.cpp
2014-09-29 Kalyan Kondapallyglsl: Allow texture2DProjLod and textureCubeLod in...
2014-08-30 Ian Romanickglsl: Use bit-flags image attributes and uint16_t for...
2014-08-15 Ilia Mirkinglsl: add ARB_derivative control support
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-07-11 Chris Forbesglsl: add new interpolateAt* builtin functions
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-06-30 Iago Toral Quirogaglsl: Add support for EmitStreamVertex() and EndStreamP...
2014-06-30 Iago Toral Quirogaglsl: Modify ir_end_primitive to have a stream.
2014-06-30 Iago Toral Quirogaglsl: Modify ir_emit_vertex to have a stream.
2014-05-14 Jonathan Grayglsl: simplify the M_PI*f macros, fixes build on OpenBSD
2014-04-15 Matt Turnerglsl: Use M_PI_* macros.
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-03-19 Matt Turnerglsl: Allow dot() on scalars, and throw out dotlike().
2014-03-19 Matt Turnerglsl: Match whitespace changes from previous patch.
2014-03-19 Matt Turnerglsl: Expose pack/unpack built-ins for ARB_gpu_shader5.
2014-03-03 Brian Paulglsl: switch to c11 mutex functions
2014-02-12 Brian Paulglsl: rename _restrict to restrict_flag
2014-02-12 Francisco Jerezglsl: Add image built-in function generator.
2014-02-12 Francisco Jerezglsl: Add helper methods to glsl_type for dealing with...
2014-02-11 Daniel Kurtzglsl: Add locking to builtin_builder singleton
2014-01-24 Kenneth Graunkeglsl: Simplify built-in generator functions for min3...
2014-01-13 Kenneth Graunkeglsl: Statically cast parameter exec_node to ir_variable.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2014-01-09 Thomas Sondergaardmesa: Namespace qualify fma to override ambiguity with...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2014-01-06 Brian Paulglsl: rename min(), max() functions to fix MSVC build
2014-01-06 Maxence Le Doréglsl: implement mid3 built-in function
2014-01-06 Maxence Le Doréglsl: implement max3 built-in function
2014-01-06 Maxence Le Doréglsl: Implement min3 built-in function
2014-01-06 Maxence Le Doréglsl: add a shader_trinary_minmax predicate
2013-12-17 Paul Berryglsl: Replace _mesa_glsl_parser_targets enum with gl_sh...
2013-12-01 Kenneth Graunkeglsl: Simplify the built-in function linking code.
2013-12-01 Kenneth Graunkeglsl: Create an accessor for the built-in function...
2013-11-07 Kenneth Graunkeglsl: Enable dFdx, dFdy, and fwidth by default in GLSL...
2013-10-29 Francisco Jerezglsl: Add built-in functions and constants required...
2013-10-29 Francisco Jerezglsl: Basic support for built-in intrinsics.
2013-10-26 Chris Forbesglsl: add signatures for textureGatherOffsets()
2013-10-26 Chris Forbesglsl: add support for texture functions with offset...
2013-10-26 Chris Forbesglsl: Add new textureGather[Offset]() overloads for...
2013-10-26 Chris Forbesglsl: Add support for separate reference Z for shadow...
2013-10-26 Chris Forbesglsl: relax const offset requirement for textureGatherO...
2013-10-26 Chris Forbesglsl: Add ARB_gpu_shader5 textureGatherOffset signatures
2013-10-07 Matt Turnerglsl: Implement [iu]mulExtended() built-ins for ARB_gpu...
2013-10-07 Matt Turnerglsl: Implement usubBorrow() built-in for ARB_gpu_shader5.
2013-10-07 Matt Turnerglsl: Implement uaddCarry() built-in for ARB_gpu_shader5.
2013-10-05 Chris Forbesglsl: add ARB_gpu_shader5's additional textureGather...
2013-10-05 Chris Forbesglsl: Add support for specifying the component in textu...
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-09-19 Kenneth Graunkeglsl: Delete builtin_builder::shader when destroying...
2013-09-18 Matt Turnerglsl: Add frexp signatures and implementation.
2013-09-17 Matt Turnerglsl: Allow vectors to be created from ir_constant().
2013-09-17 Matt Turnerglsl: Add support for ldexp.
2013-09-13 Paul Berryglsl/builtins: Fix {texture1D,texture2D,shadow1D}ArrayL...
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-12 Kenneth Graunkeglsl: Use sampler_coordinate_components instead of...
2013-09-10 Vinson Leeglsl: Add missing va_end in builtin_builder::add_function.
2013-09-10 Vinson Leeglsl: Initialize builtin_builder member variables.
2013-09-09 Brian Paulglsl: fix variadic macro for MSVC
2013-09-09 Matt Turnerglsl: Implement MESA_shader_integer_mix extension.
2013-09-09 Matt Turnerglsl: Use conditional-select in mix().
2013-09-09 Kenneth Graunkeglsl: Write a new built-in function module.