index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: allow setting arrays of samplers in set_program_uniform()
Brian Paul
2009-02-11
1
-10
/
+19
*
glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)
Brian Paul
2009-02-11
1
-0
/
+10
*
glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...
Brian Paul
2009-02-11
1
-44
/
+59
*
glsl: fix glUniform() array bounds error checking
Brian Paul
2009-02-11
1
-9
/
+21
*
glsl: fix incorrect size returned by glGetActiveUniform() for array elements.
Brian Paul
2009-02-11
1
-8
/
+25
*
mesa: Use the stdio wrappers.
José Fonseca
2009-02-11
1
-22
/
+22
*
re-add MSAA support
Brian Paul
2009-02-09
1
-1
/
+1
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
16
-151
/
+186
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-22
2
-0
/
+3
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-16
5
-10
/
+24
|
|
\
\
|
*
|
|
mesa: Fix merge conflicts
Jakob Bornecrantz
2009-01-15
1
-15
/
+0
|
*
|
|
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-14
15
-68
/
+260
|
|
\
\
\
|
*
|
|
|
glsl: fix regression from sampler arrays commit
Alan Hourihane
2009-01-14
1
-3
/
+1
|
*
|
|
|
glsl: fix a comment typo
Alan Hourihane
2009-01-13
1
-1
/
+1
|
*
|
|
|
glsl: support sampler arrays.
Alan Hourihane
2009-01-13
3
-11
/
+49
|
*
|
|
|
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
|
*
|
|
|
mesa: fix off-by-one bug in _mesa_delete_instructions()
Brian Paul
2009-01-09
1
-1
/
+1
|
*
|
|
|
mesa: additional case in file_string()
Brian Paul
2009-01-09
1
-0
/
+2
|
*
|
|
|
glsl: pass GLcontext::Extension info down into GLSL preprocessor
Brian Paul
2009-01-09
3
-35
/
+65
|
*
|
|
|
glsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITY
Brian Paul
2009-01-09
1
-1
/
+1
|
*
|
|
|
glsl: check that the fragment shader does not write both gl_FragColor and gl_...
Brian Paul
2009-01-09
1
-0
/
+11
|
*
|
|
|
glsl: disable some unused functions (but don't remove just yet)
Brian Paul
2009-01-09
1
-1
/
+8
|
*
|
|
|
glsl: also unroll loops with variable declarations such as "for (int i = 0; ..."
Brian Paul
2009-01-09
1
-24
/
+58
|
*
|
|
|
glsl: remove dead code
Brian Paul
2009-01-09
1
-13
/
+2
|
*
|
|
|
glsl: loop unroll adjustments
Brian Paul
2009-01-09
1
-1
/
+20
|
*
|
|
|
glsl: implement loop unrolling for simple 'for' loops
Brian Paul
2009-01-09
1
-24
/
+205
|
*
|
|
|
mesa: Move var declaration to top of scope.
Brian Paul
2009-01-09
1
-0
/
+8
|
*
|
|
|
mesa: Add _mesa_snprintf.
José Fonseca
2009-01-08
3
-7
/
+7
|
*
|
|
|
mesa: Move var declaration to top of scope.
José Fonseca
2009-01-08
1
-1
/
+1
|
*
|
|
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-06
2
-8
/
+22
|
|
\
\
\
\
|
*
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-02
5
-24
/
+58
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-30
7
-99
/
+385
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-19
1
-2
/
+9
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
glsl: Fix handling of nested parens in macro actual arguments.
Michal Krol
2008-12-18
1
-2
/
+15
|
*
|
|
|
|
|
|
|
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-16
32
-4041
/
+4567
|
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-08
1
-2
/
+3
|
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-28
4
-12
/
+50
|
|
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-25
15
-2642
/
+2888
|
|
\
\
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
\
\
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-24
2
-20
/
+28
|
|
\
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: copy centroid/invariance/precision info in parse_init_declarator()
Brian Paul
2008-11-24
1
-1
/
+4
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: check that varying variable qualifiers agree
Brian Paul
2008-11-24
1
-3
/
+28
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy()
Brian Paul
2008-11-24
1
-0
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: set flags for varying vars
Brian Paul
2008-11-24
1
-4
/
+13
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: rename program parameter flags to match other Mesa conventions
Brian Paul
2008-11-24
2
-8
/
+8
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: copy Flags in _mesa_clone_parameter_list()
Brian Paul
2008-11-24
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: dump/debug varying vars list
Brian Paul
2008-11-24
1
-0
/
+5
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation
Brian Paul
2008-11-24
2
-2
/
+14
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: add Flags field to gl_program_parameter
Brian Paul
2008-11-24
4
-24
/
+38
|
*
|
|
|
|
|
|
|
|
|
|
|
|
mesa: issue error, don't crash, when calling a prototyped, but undefined func...
Brian Paul
2008-11-24
1
-0
/
+7
[next]