summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/program_lexer.l
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_strtod with _mesa_strtof.Marcin BaczyƄski2010-03-151-4/+4
* ARB prog parser: added (float) casts and regenerate filesBrian Paul2010-03-111-4/+4
* mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith2010-01-221-5/+5
* Merge branch 'mesa_7_6_branch'Ian Romanick2009-11-061-40/+1
|\
| * Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick2009-11-061-42/+3
* | ARB prog parser: Fix a couple issues with previous merge from mesa_7_6_branchIan Romanick2009-11-021-5/+3
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-2/+43
|\ \ | |/
| * ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick2009-10-271-3/+42
* | Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher2009-10-191-4/+5
|\ \ | |/
| * mesa: Use _mesa_strtod in the lexer for assembly shadersNeil Roberts2009-10-151-4/+5
* | NV fp lexer: Add UP4B and UP4UB instructions that were previously missingIan Romanick2009-09-241-0/+2
* | Merge branch 'master' into asm-shader-rework-2Ian Romanick2009-09-101-2/+7
|\ \
| * | mesa: Include <unistd.h> only when one is available.Michal Krol2009-09-071-0/+4
| |/
| * ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul2009-09-041-0/+1
| * ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul2009-09-041-2/+2
* | ARB prog lexer: Add missing #include to silence compile warningIan Romanick2009-09-101-0/+1
* | ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick2009-09-101-8/+12
* | NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick2009-09-041-118/+76
* | NV fp lexer: Add new opcodesIan Romanick2009-08-311-0/+36
|/
* ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick2009-08-231-1/+1
* ARB prog lexer: attenuation is not just for vpIan Romanick2009-07-291-1/+1
* ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick2009-07-271-0/+5
* ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick2009-07-271-0/+4
* ARB prog parser: Fix handling of RECTIan Romanick2009-07-271-1/+2
* ARB prog: Delete comment about possibly needing to free a bufferIan Romanick2009-07-271-4/+0
* ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick2009-07-201-0/+482