glsl: Allow .length() method on vectors and matrices.
[mesa.git] / src / glsl / builtins /
2013-06-10 Kenneth Graunkeglsl: Allow the use of determinant() in GLSL 1.50.
2013-05-06 Matt Turnerglsl: Add new bit built-ins IR and prototypes from...
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-04-02 Paul BerryRevert "glsl: Replace constant-index vector array acces...
2013-03-29 Ian Romanickglsl: Replace open-coded dot-product with dot
2013-03-29 Ian Romanickglsl: Replace constant-index vector array accesses...
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-20 Kenneth Graunkeglsl: Add built-in functions for GLSL 1.50.
2013-03-20 Kenneth Graunkeglsl: Bump standalone compiler versions to 1.50.
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-01-25 Matt Turnerglsl: Add IR lisp for ARB_shading_language_packing
2013-01-25 Matt Turnerglsl: Add infrastructure for ARB_shading_language_packing
2013-01-25 Chad Versaceglsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions
2012-12-06 Paul Berryglsl: Create builtin function profiles for GLSL 3.00 ES.
2012-12-06 Paul Berryglsl: add determinant() functions.
2012-12-06 Paul Berryglsl: Make builtin function profiles for GLSL ES use...
2012-12-06 Paul Berryglsl: Simplify symbol table version checking.
2012-12-06 Paul Berrymesa: Add ARB_ES3_compatibility flag.
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-09-15 Dave Airlieglsl: make builtin_mem_ctx a static
2012-08-01 Tomeu Vizosoglsl: Add support for OES_standard_derivatives in GLSL ES.
2012-06-14 Ian Romanickglsl: Fix pi/2 constant in acos built-in function
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
2012-06-05 Kenneth Graunkeglsl/builtins: Fix textureGrad() for Array samplers.
2012-04-24 Eric Anholtglsl: Add implementation of inverse() for mat2/3/4.
2012-04-24 Eric Anholtglsl: Add support for generating builtin code from...
2012-04-17 Kenneth Graunkeglsl/builtins: Rework profiles to use the new '.glsl...
2012-04-17 Kenneth Graunkeglsl/builtins: Support stage-agnostic built-in profiles.
2012-04-17 Kenneth Graunkeglsl/builtins: Use ivec for texel offsets in texturePro...
2012-04-16 Eric Anholtglsl: Add remaining *sampler2DRect* texture functions.
2012-04-16 Eric Anholtglsl: Fix the prototype of textureProjGradOffset(sample...
2012-04-16 Eric Anholtglsl: Add textureSize(*samplerBuffer) support.
2012-04-12 Eric Anholtglsl: Don't apply optimization passes to builtins.
2012-04-09 Eric Anholtglsl: Add texelFetch(*samplerBuffer) entrypoints to...
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-03-25 Dave Airlieglsl: initialise const force glsl extension warning...
2012-03-15 Eric Anholtglsl: Add GLSL 1.40 textureSize() implementations for...
2012-03-15 Eric Anholtglsl: Set up generated builtin functions handling for...
2012-03-15 Eric Anholtglsl: Drop ftransform() from GLSL 1.40 profile.
2012-03-15 Eric Anholtglsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
2012-03-15 Eric Anholtglsl: When failing to compile some builtins, print...
2012-01-07 Kenneth Graunkeglsl/builtins: Add missing mix(genType, genType, bvec...
2011-12-07 Anuj Phogatglsl: Fix samplerCubeShadow support in shader compiler
2011-11-16 Kenneth Graunkeglsl: Add missing textureSize(samplerCubeShadow, int...
2011-11-11 Kenneth Graunkeglsl: Remove textureGradOffset built-ins taking sampler...
2011-11-11 Kenneth Graunkeglsl: Fix misnamed textureProjOffset prototypes in...
2011-11-11 Kenneth Graunkeglsl: Remove texture built-ins with 'bias' from 1.30...
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-10-31 Paul Berryglsl: Add isinf() and isnan() builtins.
2011-10-31 Paul Berryglsl: Add '.ir' extension to builtin IR files
2011-09-28 Paul Berryglsl 1.30: Fix numerical instabilities in asinh
2011-09-24 Kenneth Graunkeglsl: Defer initialization of built-in functions until...
2011-09-07 Kenneth Graunkeglsl/builtins: Fix invalid float constant in noise4...
2011-09-07 Kenneth Graunkeglsl/builtins: Fix invalid vecN constants in hyperbolic...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Kenneth Graunkeglsl/builtins: Uncomment textureSize prototypes.
2011-08-23 Kenneth Graunketexture_builtins.py: Add support for textureSize (txs).
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Paul Berryglsl: improve the accuracy of the atan(x,y) builtin...
2011-08-01 Paul Berryglsl: improve the accuracy of the asin() builtin function.
2011-07-28 Paul Berryglsl: improve the accuracy of the radians() builtin...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-15 Kenneth Graunkeglsl/builtins: Actually implement int/ivec variants...
2011-06-15 Kenneth Graunkeglsl/generate_builtins.py: Remove regexp to kill pointe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-09 Kenneth Graunkeglsl: Add compiler support for ARB_shader_texture_lod.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-14 Kenneth Graunkeglsl: Explicitly specify a type when reading/printing...
2011-03-14 Kenneth Graunketexture_builtins.py: Add support for 130-style Shadow...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Kenneth Graunkeglsl: Enable GL_OES_texture_3D extension for ES2.
2011-02-27 Kenneth Graunkeglsl/builtins: Fix return type for textureSize sampler2...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-02 Kenneth Graunkeglsl: Fix use of uninitialized values in _mesa_glsl_par...
2011-02-01 Kenneth Graunketexture_builtins.py: Fix a warning about mixed tabs...
2011-01-31 Kenneth Graunkeglsl/builtins: Uncomment prototypes for texture*Offset...
2011-01-31 Kenneth Graunketexture_builtins.py: Generate texture*Offset functions.
2011-01-31 Kenneth Graunketexture_builtins.py: Generalize the "use_proj" field...
2011-01-31 Kenneth Graunketexture_builtins.py: Refactor coordinate dimension...
2011-01-31 Kenneth Graunkeglsl: Change texel offsets to a single vector rvalue.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Vinson Leegenerate_builtins.py: Whitespace fixes.
2011-01-14 Vinson Leegenerate_builtins.py: Fix builds using Python 2.5.
2011-01-13 Kenneth Graunkeglsl/builtins: Remove unnecessary (constant bool (1...
2011-01-12 Vinson Leegenerate_builtins.py: Add missing import.
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Kenneth Graunkeglsl: Autogenerate builtin_functions.cpp as part of...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-01 Kenneth Graunkeglsl: Really remove unused "instructions" parameter.
next