index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move shader/slang/* sources to main/slang/*
Brian Paul
2010-06-10
10
-7327
/
+0
*
glsl: avoid using rcp in length() functions
Brian Paul
2010-03-29
1
-3
/
+3
*
glsl: remove rcp from sqrt()
Brian Paul
2010-03-29
1
-10
/
+4
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
1
-1
/
+1
*
glsl: implement support for GL_EXT_texture_array
Brian Paul
2010-02-25
3
-0
/
+96
*
scons: User friendly message for code generated files
José Fonseca
2010-02-10
1
-2
/
+2
*
slang: Add gitignore for autogenerated files.
Michal Krol
2009-12-20
1
-0
/
+1
*
slang: Delete a file that is now autogenerated.
Michal Krol
2009-12-12
1
-880
/
+0
*
Merge branch 'master' into glsl-pp-rework-2
Michal Krol
2009-12-12
2
-34
/
+922
|
\
|
*
glsl: regenerated file
Brian Paul
2009-09-29
1
-49
/
+57
|
*
glsl: rewrite sqrt(x) intrinsic to handle x=0
Brian Paul
2009-09-29
1
-34
/
+42
*
|
scons: Get GLSL code building correctly when cross compiling.
José Fonseca
2009-12-10
1
-0
/
+8
*
|
Build mesa glsl with make.
michal
2009-12-10
1
-38
/
+17
*
|
slang/library: Don't need the *_gc.h files, they are autogenerated now.
Michal Krol
2009-11-25
7
-2828
/
+0
*
|
scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.
Michal Krol
2009-11-25
1
-0
/
+44
*
|
slang: Regenerate .gc files.
Michal Krol
2009-11-13
5
-2590
/
+2581
*
|
slang: Get rid of the old syntax file and utilities.
Michal Krol
2009-11-13
4
-2396
/
+0
*
|
slang: Differentiate between uints and floats.
Michal Krol
2009-09-22
2
-4
/
+4
*
|
slang: Correctly handle end of tokens marker.
Michal Krol
2009-09-08
2
-2
/
+2
*
|
slang: Do not parse whitespace.
Michal Krol
2009-09-08
2
-190
/
+72
*
|
slang: Correctly parse numbers from the new preprocessor.
Michal Krol
2009-09-08
2
-4
/
+4
*
|
slang: Remove the old preprocessor.
Michal Krol
2009-09-08
8
-1418
/
+1
*
|
slang: Remove dependencies on error tokens.
Michal Krol
2009-09-08
2
-10
/
+10
*
|
slang: Adapt shader syntax description to grammar parser changes.
Michal Krol
2009-09-07
2
-303
/
+78
|
/
*
glsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/
Brian Paul
2009-03-10
2
-24
/
+24
*
glsl: use new IR opcodes for TEX instructions with shadow comparison
Brian Paul
2009-02-20
6
-165
/
+165
*
glsl: rename GLSL texture assembly instructions to be more legible
Brian Paul
2009-02-20
6
-309
/
+315
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-14
4
-13
/
+35
|
\
|
*
glsl: add preprocessor support for #pragma
Brian Paul
2009-01-13
2
-0
/
+31
|
*
glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...
Brian Paul
2009-01-12
2
-13
/
+4
|
*
glsl: fix typo in the vec2 += operator function
Brian Paul
2009-01-08
2
-2
/
+2
|
*
glsl: fix broken +=, -=, *=, /= operators
Brian Paul
2009-01-08
2
-737
/
+786
*
|
glsl: fix typo in the vec2 += operator function
Brian Paul
2009-01-09
2
-2
/
+2
*
|
glsl: fix broken +=, -=, *=, /= operators
Brian Paul
2009-01-09
2
-737
/
+786
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-02
1
-2
/
+3
|
\
|
|
*
mesa: updated comments about GLSL constants
Brian Paul
2009-01-01
1
-2
/
+3
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-30
2
-54
/
+60
|
\
|
|
*
mesa: allow variable indexing into the predefined uniform variable arrays
Brian Paul
2008-12-30
2
-54
/
+60
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-16
9
-2756
/
+2796
|
\
|
|
*
mesa: bump glsl grammar revision
Brian Paul
2008-12-15
9
-10
/
+10
|
*
mesa: checkpoint commit of GLSL 1.20 array syntax.
Brian Paul
2008-12-11
9
-2753
/
+2793
*
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-25
9
-2639
/
+2743
|
\
|
|
*
mesa: added support for GLSL 1.20 array.length() method
Brian Paul
2008-11-24
2
-0
/
+27
|
*
mesa: support for GLSL 1.20 array types
Brian Paul
2008-11-24
9
-2639
/
+2716
*
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-20
1
-16
/
+13
|
\
|
|
*
mesa: minor comment reformattting
Brian Paul
2008-11-19
1
-16
/
+13
*
|
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-11-15
2
-186
/
+184
|
\
|
|
*
mesa: use the tighter definition of GLSL ftransform() from the gallium branches
Brian Paul
2008-11-13
2
-31
/
+40
|
*
mesa: remove unused/obsolete __NormalMatrixTranspose matrix
Brian Paul
2008-11-13
2
-186
/
+184
*
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-11
9
-2981
/
+3125
|
\
|
[next]