Age | Commit message (Expand) | Author |
2009-03-10 | glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/ | Brian Paul |
2009-02-20 | glsl: use new IR opcodes for TEX instructions with shadow comparison | Brian Paul |
2009-02-20 | glsl: rename GLSL texture assembly instructions to be more legible | Brian Paul |
2009-01-14 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-13 | glsl: add preprocessor support for #pragma | Brian Paul |
2009-01-12 | glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3... | Brian Paul |
2009-01-09 | glsl: fix typo in the vec2 += operator function | Brian Paul |
2009-01-09 | glsl: fix broken +=, -=, *=, /= operators | Brian Paul |
2009-01-08 | glsl: fix typo in the vec2 += operator function | Brian Paul |
2009-01-08 | glsl: fix broken +=, -=, *=, /= operators | Brian Paul |
2009-01-02 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2009-01-01 | mesa: updated comments about GLSL constants | Brian Paul |
2008-12-30 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-30 | mesa: allow variable indexing into the predefined uniform variable arrays | Brian Paul |
2008-12-16 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-15 | mesa: bump glsl grammar revision | Brian Paul |
2008-12-11 | mesa: checkpoint commit of GLSL 1.20 array syntax. | Brian Paul |
2008-11-25 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-24 | mesa: added support for GLSL 1.20 array.length() method | Brian Paul |
2008-11-24 | mesa: support for GLSL 1.20 array types | Brian Paul |
2008-11-20 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-19 | mesa: minor comment reformattting | Brian Paul |
2008-11-15 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-11-13 | mesa: use the tighter definition of GLSL ftransform() from the gallium branches | Brian Paul |
2008-11-13 | mesa: remove unused/obsolete __NormalMatrixTranspose matrix | Brian Paul |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-10 | mesa: allows 'f' suffix on GLSL float literals | Brian Paul |
2008-11-07 | mesa: add support for 'centroid' qualifier in GLSL 1.20 | Brian Paul |
2008-11-07 | mesa: add support for 'invariant' keyword for GLSL 1.20 | Brian Paul |
2008-11-07 | mesa: reformat comments, rewrap lines, etc for a little better readability | Brian Paul |
2008-11-01 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-10-31 | mesa: fix some bugs with precision qualifier parsing | Brian Paul |
2008-09-12 | mesa: regenerate shader files | Keith Whitwell |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-08-25 | mesa: glsl: regenerated file | Brian Paul |
2008-08-25 | mesa: glsl: grab latest fixes from gallium-0.1 branch | Brian Paul |
2008-08-22 | mesa: glsl: regenerated file | Brian Paul |
2008-08-22 | mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow | Brian Paul |
2008-08-20 | mesa: glsl: regenerated file | Brian Paul |
2008-08-20 | mesa: glsl: better implementation of ftransform() | Brian Paul |
2008-08-16 | mesa: turn off 'x' bit misset on a few .h and .syn files | Brian Paul |
2008-08-16 | mesa: import latest GLSL code from gallium-0.1 branch | Brian Paul |
2008-08-12 | mesa: glsl: regenerated files | Brian Paul |
2008-08-12 | mesa: glsl: additional constructors | Brian Paul |
2008-08-12 | mesa: glsl: better mod() functions | Brian Paul |
2008-08-11 | mesa: glsl: regenerated file | Brian Paul |
2008-08-11 | mesa: glsl: change refract() functions to allow inlining | Brian Paul |
2008-08-11 | mesa: glsl: use SGE instead of SGT in step() functions | Brian Paul |
2008-08-11 | mesa: glsl: fix bugs in refract() functions, plus minor optimization | Brian Paul |
2008-08-07 | mesa: glsl: regenerated files | Brian Paul |