Ian Romanick
|
9b70c33e73
|
ARB prog lexer: Fix lexer to eat both DOS and Unix line endings
|
2009-08-23 11:15:32 -07:00 |
|
Ian Romanick
|
cbe4133109
|
ARB prog lexer: attenuation is not just for vp
|
2009-07-29 20:42:28 -07:00 |
|
Ian Romanick
|
aafd576259
|
ARB prog parser: Add support for GL_MESA_texture_array
This isn't really tested yet as no drivers actually support this extension.
|
2009-07-27 17:22:21 -07:00 |
|
Ian Romanick
|
1edd13bf23
|
ARB prog parser: Add support for GL_ARB_fragment_program_shadow
Passes the piglit asmparsertest shadow-0[123].txt tests and
progs/demos/shadowtex.
|
2009-07-27 16:24:49 -07:00 |
|
Ian Romanick
|
88018e2e07
|
ARB prog parser: Fix handling of RECT
Require that GL_{ARB,EXT,NV}_texture_rectangle be supported before
allowing use of RECT texture target.
|
2009-07-27 15:47:52 -07:00 |
|
Ian Romanick
|
6d3ccaf366
|
ARB prog: Delete comment about possibly needing to free a buffer
Valgrind doesn't complain about a leak here, so delete the comment
about possibly needing to free the state returned by yy_scan_bytes.
|
2009-07-27 12:38:52 -07:00 |
|
Ian Romanick
|
770cebbc29
|
ARB_fp/vp: Initial import of new ARB vp/fp assembler
This still needs quite a bit of work, but a bunch of the programs in progs/vp
produce correct results.
|
2009-07-20 17:44:36 -07:00 |
|