summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/lex.yy.c
Commit message (Collapse)AuthorAgeFilesLines
* ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick2009-08-231-303/+307
|
* 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-644/+675
| | | | This isn't really tested yet as no drivers actually support this extension.
* ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick2009-07-271-627/+652
| | | | | Passes the piglit asmparsertest shadow-0[123].txt tests and progs/demos/shadowtex.
* ARB prog parser: Fix handling of RECTIan Romanick2009-07-271-182/+183
| | | | | Require that GL_{ARB,EXT,NV}_texture_rectangle be supported before allowing use of RECT texture target.
* ARB prog: Update generated files missed on previous two commitsIan Romanick2009-07-271-4/+0
| | | | The changes are, as it turns out, purely cosmetic.
* ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick2009-07-201-0/+3530
This still needs quite a bit of work, but a bunch of the programs in progs/vp produce correct results.