summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.tab.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-29ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick1-565/+586
2009-07-29Indentation fixes.Ian Romanick1-8/+8
2009-07-29ARB prog parser: Set NumAttributes based on the number of attribs readIan Romanick1-0/+1
2009-07-28ARB prog parser: Set component negation mask for SWZ instructionIan Romanick1-210/+211
2009-07-28ARB prog parser: Set correct register file for OUTPUT variablesIan Romanick1-197/+204
2009-07-27ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick1-808/+849
2009-07-27ARB prog parser: More robust error message for bad OPTION stringIan Romanick1-235/+239
2009-07-27ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick1-810/+869
2009-07-27ARB prog parser: Fix handling of RECTIan Romanick1-232/+235
2009-07-27ARB prog parser: Correct handling of some extensions that interact w/ARB_vpIan Romanick1-171/+188
2009-07-27ARB prog: Update generated files missed on previous two commitsIan Romanick1-2/+2
2009-07-27ARB prog: Clean up several memory leaksIan Romanick1-5/+30
2009-07-24ARB prog parse: Fix cut-and-paste error for constant vectorsIan Romanick1-52/+58
2009-07-22parser: Clean up a bunch of silly compiler warningsIan Romanick1-252/+259
2009-07-22parser: Track a few more frag prog related valuesIan Romanick1-227/+250
2009-07-22parser: Ensure that param_binding_type is set correctlyIan Romanick1-0/+4
2009-07-22parser: Set NumParametersIan Romanick1-0/+2
2009-07-22parser: Clean up generation of error strings during assemblyIan Romanick1-4/+57
2009-07-22parser: Initialize unused instruction source registersIan Romanick1-0/+4
2009-07-22parser: Anonymous constants come from the PROGRAM_CONSTANT fileIan Romanick1-197/+199
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick1-0/+4915