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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-10
/
+15
*
mesa: fix assorted compiler warnings
Brian Paul
2009-11-17
1
-1
/
+1
*
slang: Fix return value check.
Michal Krol
2009-11-10
1
-1
/
+1
*
slang: Check OOM conditions for alloc_node_storage().
Michal Krol
2009-11-10
1
-4
/
+15
*
slang: Check return value from new_instruction().
Michal Krol
2009-11-10
1
-1
/
+3
*
slang: Fix signed/unsigned int handling in _slang_free_temp().
Michal Krol
2009-11-10
1
-2
/
+2
*
slang: Handle OOM condition in new_instruction().
Michal Krol
2009-11-10
1
-20
/
+81
*
glsl: fix memory leak
Brian Paul
2009-10-27
1
-2
/
+6
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-0
/
+1
|
\
|
*
glsl: fix mem leak
Brian Paul
2009-10-01
1
-0
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-01
6
-83
/
+103
|
\
|
|
*
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
|
*
glsl: add support for CMP instruction
Brian Paul
2009-09-29
4
-0
/
+4
*
|
mesa: added nopfrag/nopvert options for MESA_GLSL
Brian Paul
2009-09-29
1
-0
/
+10
|
/
*
glsl: init var to silence warning
Brian Paul
2009-09-24
1
-1
/
+1
*
glsl: fix missing initializers warning
Brian Paul
2009-09-24
1
-2
/
+2
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-15
1
-0
/
+28
|
\
|
*
glsl: remove extra #version directives from concatenated shader sources
Brian Paul
2009-09-14
1
-0
/
+28
|
*
glsl: Silence gcc uninitialized variable warning.
Vinson Lee
2009-08-24
1
-1
/
+1
*
|
glsl: update a texture/sampler comment
Brian Paul
2009-08-25
1
-1
/
+1
*
|
glsl: Silence gcc uninitialized variable warning.
Vinson Lee
2009-08-24
1
-1
/
+1
*
|
glsl: fix incorrect attribute size
Brian Paul
2009-08-13
1
-1
/
+1
*
|
glsl: remove duplicate frag input entry
Brian Paul
2009-08-12
1
-1
/
+0
*
|
Merge branch 'new-frag-attribs'
Brian Paul
2009-08-12
2
-16
/
+3
|
\
\
|
*
|
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
2009-07-29
2
-16
/
+2
*
|
|
glsl: add gl_Vertex, gl_Normal, etc to list of active attributes
Brian Paul
2009-08-12
1
-0
/
+19
*
|
|
glsl: move predefined shader input/output info/code to slang_builtin.c
Brian Paul
2009-08-12
4
-103
/
+199
|
/
/
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-09
2
-7
/
+9
|
\
|
|
*
glsl: do const parameter optimization for array element actual parameters
Brian Paul
2009-07-09
1
-2
/
+3
|
*
glsl: fix incorrect indexing for gl_TextureMatrix[i][j]
Brian Paul
2009-07-09
1
-5
/
+6
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-1
/
+1
|
\
|
|
*
mesa/shaders: fix gl_NormalMatrix state parameters
Keith Whitwell
2009-07-03
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-26
7
-274
/
+1166
|
\
|
|
*
glsl: check number of varying variables against the limit
Brian Paul
2009-06-26
1
-4
/
+9
|
*
glsl: move/simplify error checking for 'return' statements
Brian Paul
2009-06-26
1
-22
/
+14
|
*
glsl: overhaul 'return' statement handling
Brian Paul
2009-06-26
3
-215
/
+212
|
*
glsl: predicate assignments according to __returnFlag
Brian Paul
2009-06-26
1
-4
/
+29
|
*
glsl: added slang_variable::is_global field
Brian Paul
2009-06-26
1
-0
/
+1
|
*
glsl: silence a problem warning
Brian Paul
2009-06-26
1
-1
/
+2
|
*
glsl: code refactoring for return statements
Brian Paul
2009-06-26
1
-70
/
+88
|
*
glsl: fix assorted regressions related to early-return-removal
Brian Paul
2009-06-26
2
-14
/
+35
|
*
glsl: comments, field reordering
Brian Paul
2009-06-26
1
-1
/
+4
|
*
glsl: rework loop nesting code
Brian Paul
2009-06-26
2
-41
/
+87
|
*
glsl: remove test for loop unrolling when we hit conditional cont/break
Brian Paul
2009-06-26
1
-4
/
+0
|
*
glsl: checkpoint: predicate __retVal = expr with __returnFlag
Brian Paul
2009-06-26
1
-26
/
+60
|
*
glsl: use new helper functions in _slang_gen_logical_and/or()
Brian Paul
2009-06-26
1
-15
/
+9
|
*
glsl: add comments
Brian Paul
2009-06-26
1
-0
/
+3
|
*
glsl: checkpoint: replace 'return' with __returnFlag=true;
Brian Paul
2009-06-26
1
-7
/
+68
|
*
glsl: fix up scoping for parent/children in slang_operation_copy()
Brian Paul
2009-06-26
1
-0
/
+9
[next]