summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_lexer.l
AgeCommit message (Expand)AuthorFilesLines
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-495/+0
2010-03-15Replace _mesa_strtod with _mesa_strtof.Marcin BaczyƄski1-4/+4
2010-03-11ARB prog parser: added (float) casts and regenerate filesBrian Paul1-4/+4
2010-01-22mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith1-5/+5
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick1-40/+1
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick1-42/+3
2009-11-02ARB prog parser: Fix a couple issues with previous merge from mesa_7_6_branchIan Romanick1-5/+3
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul1-2/+43
2009-10-27ARB prog parser: Fix epic memory leak in lexer / parser interfaceIan Romanick1-3/+42
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher1-4/+5
2009-10-15mesa: Use _mesa_strtod in the lexer for assembly shadersNeil Roberts1-4/+5
2009-09-24NV fp lexer: Add UP4B and UP4UB instructions that were previously missingIan Romanick1-0/+2
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick1-2/+7
2009-09-10ARB prog lexer: Add missing #include to silence compile warningIan Romanick1-0/+1
2009-09-10ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick1-8/+12
2009-09-07mesa: Include <unistd.h> only when one is available.Michal Krol1-0/+4
2009-09-04NV fp parser: Support instruction and TEMP / OUTPUT sizesIan Romanick1-118/+76
2009-09-04ARB prog: replace 'unsigned' with 'gl_state_index'Brian Paul1-0/+1
2009-09-04ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOKBrian Paul1-2/+2
2009-08-31NV fp lexer: Add new opcodesIan Romanick1-0/+36
2009-08-23ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick1-1/+1
2009-07-29ARB prog lexer: attenuation is not just for vpIan Romanick1-1/+1
2009-07-27ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick1-0/+5
2009-07-27ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick1-0/+4
2009-07-27ARB prog parser: Fix handling of RECTIan Romanick1-1/+2
2009-07-27ARB prog: Delete comment about possibly needing to free a bufferIan Romanick1-4/+0
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick1-0/+482