summaryrefslogtreecommitdiff
path: root/src/mesa/shader/lex.yy.c
AgeCommit message (Expand)Author
2010-01-22mesa: Add "shader/" path to #include statements in shader parser/lexer sourcesAlan Coopersmith
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick
2009-11-06Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"Ian Romanick
2009-11-02ARB prog parser: Fix a couple issues with previous merge from mesa_7_6_branchIan Romanick
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-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-15mesa: regenerated lex.yy.c w/ _mesa_strtod()Brian Paul
2009-09-24NV fp lexer: Add UP4B and UP4UB instructions that were previously missingIan Romanick
2009-09-10Merge branch 'master' into asm-shader-rework-2Ian Romanick
2009-09-10ARB prog lexer: Add missing #include to silence compile warningIan Romanick
2009-09-10ARB prog parser: Differentiate between used and unused names in the lexerIan Romanick
2009-09-07mesa: Include <unistd.h> only when one is available.Michal Krol
2009-09-04NV fp parser: Support instruction and TEMP / OUTPUT sizesIan 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-08-31NV fp lexer: Add new opcodesIan Romanick
2009-08-23ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick
2009-07-29ARB prog lexer: attenuation is not just for vpIan Romanick
2009-07-27ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick
2009-07-27ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick
2009-07-27ARB prog parser: Fix handling of RECTIan Romanick
2009-07-27ARB prog: Update generated files missed on previous two commitsIan Romanick
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick