summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* glsl: allow setting arrays of samplers in set_program_uniform()Brian Paul2009-02-111-10/+19
* glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)Brian Paul2009-02-111-0/+10
* glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...Brian Paul2009-02-111-44/+59
* glsl: fix glUniform() array bounds error checkingBrian Paul2009-02-111-9/+21
* glsl: fix incorrect size returned by glGetActiveUniform() for array elements.Brian Paul2009-02-111-8/+25
* mesa: Use the stdio wrappers.José Fonseca2009-02-111-22/+22
* re-add MSAA supportBrian Paul2009-02-091-1/+1
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-0916-151/+186
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-222-0/+3
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-165-10/+24
| |\ \
| * | | mesa: Fix merge conflictsJakob Bornecrantz2009-01-151-15/+0
| * | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-1415-68/+260
| |\ \ \
| * | | | glsl: fix regression from sampler arrays commitAlan Hourihane2009-01-141-3/+1
| * | | | glsl: fix a comment typoAlan Hourihane2009-01-131-1/+1
| * | | | glsl: support sampler arrays.Alan Hourihane2009-01-133-11/+49
| * | | | glsl: fix typo in the vec2 += operator functionBrian Paul2009-01-092-2/+2
| * | | | glsl: fix broken +=, -=, *=, /= operatorsBrian Paul2009-01-092-737/+786
| * | | | mesa: fix off-by-one bug in _mesa_delete_instructions()Brian Paul2009-01-091-1/+1
| * | | | mesa: additional case in file_string()Brian Paul2009-01-091-0/+2
| * | | | glsl: pass GLcontext::Extension info down into GLSL preprocessorBrian Paul2009-01-093-35/+65
| * | | | glsl: bump up MAX_FOR_LOOP_UNROLL_COMPLEXITYBrian Paul2009-01-091-1/+1
| * | | | glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul2009-01-091-0/+11
| * | | | glsl: disable some unused functions (but don't remove just yet)Brian Paul2009-01-091-1/+8
| * | | | glsl: also unroll loops with variable declarations such as "for (int i = 0; ..."Brian Paul2009-01-091-24/+58
| * | | | glsl: remove dead codeBrian Paul2009-01-091-13/+2
| * | | | glsl: loop unroll adjustmentsBrian Paul2009-01-091-1/+20
| * | | | glsl: implement loop unrolling for simple 'for' loopsBrian Paul2009-01-091-24/+205
| * | | | mesa: Move var declaration to top of scope.Brian Paul2009-01-091-0/+8
| * | | | mesa: Add _mesa_snprintf.José Fonseca2009-01-083-7/+7
| * | | | mesa: Move var declaration to top of scope.José Fonseca2009-01-081-1/+1
| * | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-062-8/+22
| |\ \ \ \
| * \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-025-24/+58
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-307-99/+385
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-191-2/+9
| |\ \ \ \ \ \ \
| * | | | | | | | glsl: Fix handling of nested parens in macro actual arguments.Michal Krol2008-12-181-2/+15
| * | | | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-1632-4041/+4567
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-2/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-284-12/+50
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-2515-2642/+2888
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-242-20/+28
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | mesa: copy centroid/invariance/precision info in parse_init_declarator()Brian Paul2008-11-241-1/+4
| * | | | | | | | | | | | | mesa: check that varying variable qualifiers agreeBrian Paul2008-11-241-3/+28
| * | | | | | | | | | | | | mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy()Brian Paul2008-11-241-0/+3
| * | | | | | | | | | | | | mesa: set flags for varying varsBrian Paul2008-11-241-4/+13
| * | | | | | | | | | | | | mesa: rename program parameter flags to match other Mesa conventionsBrian Paul2008-11-242-8/+8
| * | | | | | | | | | | | | mesa: copy Flags in _mesa_clone_parameter_list()Brian Paul2008-11-241-0/+1
| * | | | | | | | | | | | | mesa: dump/debug varying vars listBrian Paul2008-11-241-0/+5
| * | | | | | | | | | | | | mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul2008-11-242-2/+14
| * | | | | | | | | | | | | mesa: add Flags field to gl_program_parameterBrian Paul2008-11-244-24/+38
| * | | | | | | | | | | | | mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul2008-11-241-0/+7