summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program_parse.tab.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith2010-01-221-8/+8
* ARB prog parser: regenerated parser fileBrian Paul2010-01-051-2/+5
* ARB prog parser: regenerated parser filesBrian Paul2010-01-051-274/+284
* ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slotsBrian Paul2009-12-291-280/+318
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* Merge branch 'mesa_7_6_branch'Ian Romanick2009-11-061-276/+289
|\
| * ARB prog parser: Regenerate parser from previous commits.Ian Romanick2009-11-061-242/+268
| * Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick2009-11-061-17/+4
* | ARB prog parser: include variable name in error textBrian Paul2009-11-041-340/+721
* | ARB prog parser: regenerated filesBrian Paul2009-10-301-293/+320
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-720/+353
|\ \ | |/
| * ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick2009-10-271-4/+17
* | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-1/+1
|\ \ | |/
| * ARB prog parser: Fix parameter array size comparisonIan Romanick2009-10-221-1/+1
* | Merge branch 'asm-shader-rework-2'Ian Romanick2009-09-251-1028/+1398
|\ \
| * \ Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-101-229/+228
| |\ \ | | |/
| * | NV fp parser: Add support for condition codesIan Romanick2009-09-101-878/+1017
| * | ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick2009-09-101-628/+631
| * | NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick2009-09-041-361/+415
| * | ARB prog parser: Add new constructor for asm_instructionIan Romanick2009-09-041-294/+327
| * | NV fp parser: Add support for absolute value operator on instruction operandsIan Romanick2009-09-031-834/+897
| * | NV fp parser: Support new scalar constant behaviorIan Romanick2009-09-031-729/+753
| * | NV fp parser: Parse TXD instructionIan Romanick2009-09-011-841/+894
| * | NV fp lexer: Add new opcodesIan Romanick2009-08-311-335/+336
* | | ARB prog parser: regenerated fileBrian Paul2009-09-151-193/+197
| |/ |/|
* | ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul2009-09-041-3/+2
* | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul2009-09-041-5/+5
* | ARB prog parser: Fix handling of stateOptModMatNumIan Romanick2009-09-011-201/+201
|/
* ARB prog parser: Regenerate parser from previous commitIan Romanick2009-08-241-6/+6
* ARB prog parser: Revert part of previous change to constant parsingIan Romanick2009-08-201-8/+8
* ARB prog parser: Add support for RGBA components to SWZ instruction in fpIan Romanick2009-07-301-259/+318
* ARB prog parser: Prevent NULL ptr deref for KIL instructionIan Romanick2009-07-301-1/+9
* ARP prog parser: Implement the spec, not what makes senseIan Romanick2009-07-291-62/+71
* ARB prog parser: Get program limits from the contextIan Romanick2009-07-291-24/+3
* ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick2009-07-291-565/+586
* Indentation fixes.Ian Romanick2009-07-291-8/+8
* ARB prog parser: Set NumAttributes based on the number of attribs readIan Romanick2009-07-291-0/+1
* ARB prog parser: Set component negation mask for SWZ instructionIan Romanick2009-07-281-210/+211
* ARB prog parser: Set correct register file for OUTPUT variablesIan Romanick2009-07-281-197/+204
* ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick2009-07-271-808/+849
* ARB prog parser: More robust error message for bad OPTION stringIan Romanick2009-07-271-235/+239
* ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick2009-07-271-810/+869
* ARB prog parser: Fix handling of RECTIan Romanick2009-07-271-232/+235
* ARB prog parser: Correct handling of some extensions that interact w/ARB_vpIan Romanick2009-07-271-171/+188
* ARB prog: Update generated files missed on previous two commitsIan Romanick2009-07-271-2/+2
* ARB prog: Clean up several memory leaksIan Romanick2009-07-271-5/+30
* ARB prog parse: Fix cut-and-paste error for constant vectorsIan Romanick2009-07-241-52/+58
* parser: Clean up a bunch of silly compiler warningsIan Romanick2009-07-221-252/+259
* parser: Track a few more frag prog related valuesIan Romanick2009-07-221-227/+250
* parser: Ensure that param_binding_type is set correctlyIan Romanick2009-07-221-0/+4