summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)AuthorFilesLines
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul5-37/+23
2009-09-01ARB prog parser: Fix handling of stateOptModMatNumIan Romanick2-203/+203
2009-08-31mesa: debug printf for KILBrian Paul1-0/+5
2009-08-27Merge branch 'mesa_7_5_branch'Brian Paul1-8/+8
2009-08-27mesa: direct program debug output to stderr instead of stdoutmarvin241-9/+9
2009-08-27mesa: move decls before codeVinson Lee1-2/+4
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul1-4/+15
2009-08-26glsl: asst. clean-ups in set_program_uniform()Brian Paul1-14/+7
2009-08-26glsl: signal that the program needs to be re-translated when samplers changeBrian Paul1-4/+15
2009-08-26mesa: var renaming, new assertionBrian Paul1-4/+5
2009-08-26mesa: additional instruction field size assertionsBrian Paul1-0/+6
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul1-3/+7
2009-08-26glsl: fix bug in sampler array indexingBrian Paul1-3/+7
2009-08-25glsl: update a texture/sampler commentBrian Paul1-1/+1
2009-08-25glsl: implement shader sampler validationBrian Paul2-11/+109
2009-08-25mesa: print some program fields in binary tooBrian Paul1-2/+29
2009-08-24ARB prog: Set error instead of falling through with incorrect valueBrian Paul1-0/+3
2009-08-24ARB prog: Set error instead of falling through with incorrect valueIan Romanick1-0/+3
2009-08-24glsl: Silence gcc uninitialized variable warning.Vinson Lee1-1/+1
2009-08-24ARB prog parser: Regenerate parser from previous commitIan Romanick1-6/+6
2009-08-24ARB prog parser: use correct context limitsBrian Paul1-6/+6
2009-08-24glsl: Silence gcc uninitialized variable warning.Vinson Lee1-1/+1
2009-08-24mesa: _mesa_layout_parameters() returns a boolean valueBrian Paul2-5/+10
2009-08-23ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick2-304/+308
2009-08-22ARB prog parser: include imports.h to kill some compiler warningsLuo Jinghua1-0/+1
2009-08-20ARB prog parser: Revert part of previous change to constant parsingIan Romanick2-16/+16
2009-08-18Merge branch 'master' into asm-shader-rework-1Ian Romanick10-135/+276
2009-08-18ARB prog parser: Delete the old parserIan Romanick3-8035/+0
2009-08-18ARB prog: Revert some changes to debug outputIan Romanick1-3/+1
2009-08-14mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul2-3/+5
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul1-2/+2
2009-08-14mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul2-0/+34
2009-08-13glsl: fix some uninitialized pointersBrian Paul1-2/+2
2009-08-13glsl: fix incorrect attribute sizeBrian Paul1-1/+1
2009-08-12glsl: remove duplicate frag input entryBrian Paul1-1/+0
2009-08-12Merge branch 'new-frag-attribs'Brian Paul4-24/+3
2009-08-12glsl: add gl_Vertex, gl_Normal, etc to list of active attributesBrian Paul1-0/+19
2009-08-12glsl: move predefined shader input/output info/code to slang_builtin.cBrian Paul4-103/+199
2009-08-04mesa: log the shader checksumBrian Paul1-1/+1
2009-08-04mesa: compute, print shader checksumBrian Paul1-2/+6
2009-07-30ARB prog parser: Add support for RGBA components to SWZ instruction in fpIan Romanick3-273/+398
2009-07-30ARB prog parser: Prevent NULL ptr deref for KIL instructionIan Romanick2-2/+18
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1
2009-07-30mesa: move misplaced return statementBrian Paul1-1/+1
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-07-30mesa: add missing return after catching program errorBrian Paul1-0/+1
2009-07-29ARP prog parser: Implement the spec, not what makes senseIan Romanick2-71/+89
2009-07-29ARB prog parser: Get program limits from the contextIan Romanick2-48/+6
2009-07-29ARB prog lexer: attenuation is not just for vpIan Romanick2-2/+2
2009-07-29ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick2-566/+594