summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library
AgeCommit message (Expand)Author
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul
2010-03-29glsl: avoid using rcp in length() functionsBrian Paul
2010-03-29glsl: remove rcp from sqrt()Brian Paul
2010-03-12Grammar and spelling fixesJeff Smith
2010-02-25glsl: implement support for GL_EXT_texture_arrayBrian Paul
2010-02-10scons: User friendly message for code generated filesJosé Fonseca
2009-12-20slang: Add gitignore for autogenerated files.Michal Krol
2009-12-12slang: Delete a file that is now autogenerated.Michal Krol
2009-12-12Merge branch 'master' into glsl-pp-rework-2Michal Krol
2009-12-10scons: Get GLSL code building correctly when cross compiling.José Fonseca
2009-12-10Build mesa glsl with make.michal
2009-11-25slang/library: Don't need the *_gc.h files, they are autogenerated now.Michal Krol
2009-11-25scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol
2009-11-13slang: Regenerate .gc files.Michal Krol
2009-11-13slang: Get rid of the old syntax file and utilities.Michal Krol
2009-09-29glsl: regenerated fileBrian Paul
2009-09-29glsl: rewrite sqrt(x) intrinsic to handle x=0Brian Paul
2009-09-22slang: Differentiate between uints and floats.Michal Krol
2009-09-08slang: Correctly handle end of tokens marker.Michal Krol
2009-09-08slang: Do not parse whitespace.Michal Krol
2009-09-08slang: Correctly parse numbers from the new preprocessor.Michal Krol
2009-09-08slang: Remove the old preprocessor.Michal Krol
2009-09-08slang: Remove dependencies on error tokens.Michal Krol
2009-09-07slang: Adapt shader syntax description to grammar parser changes.Michal Krol
2009-03-10glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/Brian Paul
2009-02-20glsl: use new IR opcodes for TEX instructions with shadow comparisonBrian Paul
2009-02-20glsl: rename GLSL texture assembly instructions to be more legibleBrian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-13glsl: add preprocessor support for #pragmaBrian Paul
2009-01-12glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...Brian Paul
2009-01-09glsl: fix typo in the vec2 += operator functionBrian Paul
2009-01-09glsl: fix broken +=, -=, *=, /= operatorsBrian Paul
2009-01-08glsl: fix typo in the vec2 += operator functionBrian Paul
2009-01-08glsl: fix broken +=, -=, *=, /= operatorsBrian Paul
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-01mesa: updated comments about GLSL constantsBrian Paul
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-30mesa: allow variable indexing into the predefined uniform variable arraysBrian Paul
2008-12-16Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-15mesa: bump glsl grammar revisionBrian Paul
2008-12-11mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul
2008-11-25Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-24mesa: added support for GLSL 1.20 array.length() methodBrian Paul
2008-11-24mesa: support for GLSL 1.20 array typesBrian Paul
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-19mesa: minor comment reformatttingBrian Paul
2008-11-15Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-11-13mesa: use the tighter definition of GLSL ftransform() from the gallium branchesBrian Paul
2008-11-13mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul