aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader
Commit message (Expand)AuthorAgeFilesLines
* mesa: regenerated lex.yy.c w/ _mesa_strtod()Brian Paul2009-10-151-192/+193
* mesa: Use _mesa_strtod in the lexer for assembly shadersNeil Roberts2009-10-151-4/+5
* shader_api: Fix bounds checking of glUniform and glUniformMatrixNicolai Hähnle2009-10-071-9/+22
* prog_parameter: Document the fact that Size may be > 4Nicolai Hähnle2009-10-071-1/+7
* mesa: fix mem leaksBrian Paul2009-10-011-0/+4
* glsl: fix mem leakBrian Paul2009-10-011-0/+1
* mesa: Return -FLT_MAX instead of 0 for LG2(0).Vinson Lee2009-10-011-1/+1
* glsl: regenerated fileBrian Paul2009-09-291-49/+57
* glsl: rewrite sqrt(x) intrinsic to handle x=0Brian Paul2009-09-291-34/+42
* glsl: add support for CMP instructionBrian Paul2009-09-294-0/+4
* mesa: move declaration before codeVinson Lee2009-09-251-2/+3
* i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt2009-09-243-0/+49
* mesa: Initialize NV_vertex_program fields for the parameter lists and such.Eric Anholt2009-09-243-0/+55
* mesa: added commentBrian Paul2009-09-241-0/+1
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-241-6/+1
|\
| * mesa: don't bias LOD in shader interpreter; do it in swrastBrian Paul2009-09-231-6/+1
* | glsl: init var to silence warningBrian Paul2009-09-241-1/+1
* | glsl: fix missing initializers warningBrian Paul2009-09-241-2/+2
* | r300: Fix handling of NV_vertex_program parametersNicolai Hähnle2009-09-211-0/+1
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-152-0/+43
|\|
| * glsl: added some link debug code (disabled)Brian Paul2009-09-141-0/+15
| * glsl: remove extra #version directives from concatenated shader sourcesBrian Paul2009-09-141-0/+28
* | ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul2009-09-045-195/+195
* | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul2009-09-045-37/+23
* | ARB prog parser: Fix handling of stateOptModMatNumIan Romanick2009-09-012-203/+203
* | mesa: debug printf for KILBrian Paul2009-08-311-0/+5
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-271-8/+8
|\|
| * mesa: direct program debug output to stderr instead of stdoutmarvin242009-08-271-9/+9
* | mesa: move decls before codeVinson Lee2009-08-271-2/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-4/+15
|\|
| * glsl: signal that the program needs to be re-translated when samplers changeBrian Paul2009-08-261-4/+15
* | glsl: asst. clean-ups in set_program_uniform()Brian Paul2009-08-261-14/+7
* | mesa: var renaming, new assertionBrian Paul2009-08-261-4/+5
* | mesa: additional instruction field size assertionsBrian Paul2009-08-261-0/+6
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-08-261-3/+7
|\|
| * glsl: fix bug in sampler array indexingBrian Paul2009-08-261-3/+7
| * ARB prog: Set error instead of falling through with incorrect valueBrian Paul2009-08-241-0/+3
| * glsl: Silence gcc uninitialized variable warning.Vinson Lee2009-08-241-1/+1
* | glsl: update a texture/sampler commentBrian Paul2009-08-251-1/+1
* | glsl: implement shader sampler validationBrian Paul2009-08-252-11/+109
* | mesa: print some program fields in binary tooBrian Paul2009-08-251-2/+29
* | ARB prog: Set error instead of falling through with incorrect valueIan Romanick2009-08-241-0/+3
* | glsl: Silence gcc uninitialized variable warning.Vinson Lee2009-08-241-1/+1
* | ARB prog parser: Regenerate parser from previous commitIan Romanick2009-08-241-6/+6
* | ARB prog parser: use correct context limitsBrian Paul2009-08-241-6/+6
* | mesa: _mesa_layout_parameters() returns a boolean valueBrian Paul2009-08-242-5/+10
* | ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick2009-08-232-304/+308
* | ARB prog parser: include imports.h to kill some compiler warningsLuo Jinghua2009-08-221-0/+1
* | ARB prog parser: Revert part of previous change to constant parsingIan Romanick2009-08-202-16/+16
* | Merge branch 'master' into asm-shader-rework-1Ian Romanick2009-08-1810-135/+276
|\ \