summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program_parse.y
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith2010-01-221-8/+8
* ARB prog parser: fix parameter binding typeBrian Paul2010-01-051-2/+5
* ARB prog parser: add allowSwizzle param to initialize_symbol_from_const()Brian Paul2010-01-051-8/+14
* ARB prog parser: Silence unused variable warnings.Vinson Lee2010-01-011-0/+4
* ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slotsBrian Paul2009-12-291-14/+52
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* Merge branch 'mesa_7_6_branch'Ian Romanick2009-11-061-18/+31
|\
| * ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick2009-11-061-4/+0
| * ARB prog parser: Release strings returned from the lexer that don't need to b...Ian Romanick2009-11-061-1/+27
| * Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick2009-11-061-13/+4
* | ARB prog parser: include variable name in error textBrian Paul2009-11-041-2/+3
* | ARB prog parser: new set_src_reg(), set_dst_reg() helpersBrian Paul2009-10-301-28/+55
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-4/+17
|\ \ | |/
| * ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick2009-10-271-4/+13
| * ARB prog parser: Don't leak program stringIan Romanick2009-10-271-0/+4
* | 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-55/+333
|\ \
| * \ Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-101-9/+8
| |\ \ | | |/
| * | NV fp parser: Add support for condition codesIan Romanick2009-09-101-3/+99
| * | ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick2009-09-101-9/+14
| * | NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick2009-09-041-4/+46
| * | ARB prog parser: Add new constructor for asm_instructionIan Romanick2009-09-041-39/+72
| * | NV fp parser: Add support for absolute value operator on instruction operandsIan Romanick2009-09-031-6/+45
| * | NV fp parser: Support new scalar constant behaviorIan Romanick2009-09-031-0/+17
| * | NV fp parser: Parse TXD instructionIan Romanick2009-09-011-1/+47
| * | NV fp lexer: Add new opcodesIan Romanick2009-08-311-1/+1
* | | ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul2009-09-151-4/+8
| |/ |/|
* | 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-4/+4
* | ARB prog parser: Fix handling of stateOptModMatNumIan Romanick2009-09-011-2/+2
|/
* ARB prog parser: use correct context limitsBrian Paul2009-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-13/+72
* 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-9/+18
* 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-1/+8
* 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-0/+1
* ARB prog parser: Set correct register file for OUTPUT variablesIan Romanick2009-07-281-2/+9
* ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick2009-07-271-0/+5
* ARB prog parser: More robust error message for bad OPTION stringIan Romanick2009-07-271-1/+5
* ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick2009-07-271-2/+38
* ARB prog parser: Fix handling of RECTIan Romanick2009-07-271-0/+3
* ARB prog parser: Correct handling of some extensions that interact w/ARB_vpIan Romanick2009-07-271-0/+17
* 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-3/+9
* parser: Clean up a bunch of silly compiler warningsIan Romanick2009-07-221-13/+20