summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.tab.c
AgeCommit message (Expand)Author
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick
2009-11-06ARB prog parser: Regenerate parser from previous commits.Ian Romanick
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick
2009-11-04ARB prog parser: include variable name in error textBrian Paul
2009-10-30ARB prog parser: regenerated filesBrian Paul
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-27ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
2009-10-22ARB prog parser: Fix parameter array size comparisonIan Romanick
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-15ARB prog parser: regenerated fileBrian Paul
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick
2009-09-10NV fp parser: Add support for condition codesIan Romanick
2009-09-10ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick
2009-09-04NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick
2009-09-04ARB prog parser: Add new constructor for asm_instructionIan Romanick
2009-09-04ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul
2009-09-03NV fp parser: Add support for absolute value operator on instruction operandsIan Romanick
2009-09-03NV fp parser: Support new scalar constant behaviorIan Romanick
2009-09-01NV fp parser: Parse TXD instructionIan Romanick
2009-09-01ARB prog parser: Fix handling of stateOptModMatNumIan Romanick
2009-08-31NV fp lexer: Add new opcodesIan Romanick
2009-08-24ARB prog parser: Regenerate parser from previous commitIan Romanick
2009-08-20ARB prog parser: Revert part of previous change to constant parsingIan Romanick
2009-07-30ARB prog parser: Add support for RGBA components to SWZ instruction in fpIan Romanick
2009-07-30ARB prog parser: Prevent NULL ptr deref for KIL instructionIan Romanick
2009-07-29ARP prog parser: Implement the spec, not what makes senseIan Romanick
2009-07-29ARB prog parser: Get program limits from the contextIan Romanick
2009-07-29ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick
2009-07-29Indentation fixes.Ian Romanick
2009-07-29ARB prog parser: Set NumAttributes based on the number of attribs readIan Romanick
2009-07-28ARB prog parser: Set component negation mask for SWZ instructionIan Romanick
2009-07-28ARB prog parser: Set correct register file for OUTPUT variablesIan Romanick
2009-07-27ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick
2009-07-27ARB prog parser: More robust error message for bad OPTION stringIan Romanick
2009-07-27ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick
2009-07-27ARB prog parser: Fix handling of RECTIan Romanick
2009-07-27ARB prog parser: Correct handling of some extensions that interact w/ARB_vpIan Romanick
2009-07-27ARB prog: Update generated files missed on previous two commitsIan Romanick
2009-07-27ARB prog: Clean up several memory leaksIan Romanick
2009-07-24ARB prog parse: Fix cut-and-paste error for constant vectorsIan Romanick
2009-07-22parser: Clean up a bunch of silly compiler warningsIan Romanick
2009-07-22parser: Track a few more frag prog related valuesIan Romanick
2009-07-22parser: Ensure that param_binding_type is set correctlyIan Romanick
2009-07-22parser: Set NumParametersIan Romanick
2009-07-22parser: Clean up generation of error strings during assemblyIan Romanick
2009-07-22parser: Initialize unused instruction source registersIan Romanick
2009-07-22parser: Anonymous constants come from the PROGRAM_CONSTANT fileIan Romanick