summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.y
AgeCommit message (Expand)AuthorFilesLines
2009-07-29ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick1-1/+8
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-0/+1
2009-07-28ARB prog parser: Set correct register file for OUTPUT variablesIan Romanick1-2/+9
2009-07-27ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick1-0/+5
2009-07-27ARB prog parser: More robust error message for bad OPTION stringIan Romanick1-1/+5
2009-07-27ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick1-2/+38
2009-07-27ARB prog parser: Fix handling of RECTIan Romanick1-0/+3
2009-07-27ARB prog parser: Correct handling of some extensions that interact w/ARB_vpIan Romanick1-0/+17
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-3/+9
2009-07-22parser: Clean up a bunch of silly compiler warningsIan Romanick1-13/+20
2009-07-22parser: Track a few more frag prog related valuesIan Romanick1-0/+11
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-1/+3
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick1-0/+2130