summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.y
AgeCommit message (Expand)Author
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-02shaders: Don't lose the param binding swizzle for single params.Eric Anholt
2010-04-24mesa: Eliminate multiple va_list usage.José Fonseca
2010-04-18mesa: Restore comment too.José Fonseca
2010-02-19mesa: fix snprintf() typoBrian Paul
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-01-22mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith
2010-01-05ARB prog parser: fix parameter binding typeBrian Paul
2010-01-05ARB prog parser: add allowSwizzle param to initialize_symbol_from_const()Brian Paul
2010-01-01ARB prog parser: Silence unused variable warnings.Vinson Lee
2009-12-29ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slotsBrian Paul
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick
2009-11-06ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...Ian Romanick
2009-11-06ARB prog parser: Release strings returned from the lexer that don't need to b...Ian Romanick
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick
2009-11-04ARB prog parser: include variable name in error textBrian Paul
2009-10-30ARB prog parser: new set_src_reg(), set_dst_reg() helpersBrian Paul
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-27ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick
2009-10-27ARB prog parser: Don't leak program stringIan Romanick
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt
2009-10-22ARB prog parser: Fix parameter array size comparisonIan Romanick
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-15ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick
2009-09-10NV fp parser: Add support for condition codesIan Romanick
2009-09-10ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick
2009-09-04NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick
2009-09-04ARB prog parser: Add new constructor for asm_instructionIan Romanick
2009-09-04ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul
2009-09-03NV fp parser: Add support for absolute value operator on instruction operandsIan Romanick
2009-09-03NV fp parser: Support new scalar constant behaviorIan Romanick
2009-09-01NV fp parser: Parse TXD instructionIan Romanick
2009-09-01ARB prog parser: Fix handling of stateOptModMatNumIan Romanick
2009-08-31NV fp lexer: Add new opcodesIan Romanick
2009-08-24ARB prog parser: use correct context limitsBrian Paul
2009-08-20ARB prog parser: Revert part of previous change to constant parsingIan Romanick
2009-07-30ARB prog parser: Add support for RGBA components to SWZ instruction in fpIan Romanick
2009-07-30ARB prog parser: Prevent NULL ptr deref for KIL instructionIan Romanick
2009-07-29ARP prog parser: Implement the spec, not what makes senseIan Romanick
2009-07-29ARB prog parser: Get program limits from the contextIan Romanick
2009-07-29ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick
2009-07-29Indentation fixes.Ian Romanick
2009-07-29ARB prog parser: Set NumAttributes based on the number of attribs readIan Romanick
2009-07-28ARB prog parser: Set component negation mask for SWZ instructionIan Romanick