summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program_parse.tab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* parser: Set NumParametersIan Romanick2009-07-221-0/+2
* parser: Clean up generation of error strings during assemblyIan Romanick2009-07-221-4/+57
* parser: Initialize unused instruction source registersIan Romanick2009-07-221-0/+4
* parser: Anonymous constants come from the PROGRAM_CONSTANT fileIan Romanick2009-07-221-197/+199
* ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick2009-07-201-0/+4915