Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARB prog: replace 'unsigned' with 'gl_state_index' | Brian Paul | 2009-09-04 | 1 | -188/+189 |
| | | | | Fixes compilation warnings with MSVC. | ||||
* | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK | Brian Paul | 2009-09-04 | 1 | -24/+10 |
| | | | | | Fixes symbol collisions with typedefs in Microsoft headers. Perhaps we should prefix/suffix all the lexer tokens to avoid this. | ||||
* | ARB prog lexer: Fix lexer to eat both DOS and Unix line endings | Ian Romanick | 2009-08-23 | 1 | -303/+307 |
| | |||||
* | ARB prog lexer: attenuation is not just for vp | Ian Romanick | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | ARB prog parser: Add support for GL_MESA_texture_array | Ian Romanick | 2009-07-27 | 1 | -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_shadow | Ian Romanick | 2009-07-27 | 1 | -627/+652 |
| | | | | | Passes the piglit asmparsertest shadow-0[123].txt tests and progs/demos/shadowtex. | ||||
* | ARB prog parser: Fix handling of RECT | Ian Romanick | 2009-07-27 | 1 | -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 commits | Ian Romanick | 2009-07-27 | 1 | -4/+0 |
| | | | | The changes are, as it turns out, purely cosmetic. | ||||
* | ARB_fp/vp: Initial import of new ARB vp/fp assembler | Ian Romanick | 2009-07-20 | 1 | -0/+3530 |
This still needs quite a bit of work, but a bunch of the programs in progs/vp produce correct results. |