Neil Roberts
|
269f16cd96
|
mesa: Use _mesa_strtod in the lexer for assembly shaders
See bug 24531.
|
2009-10-15 08:57:07 -06:00 |
|
Brian Paul
|
592a6642fc
|
ARB prog: replace 'unsigned' with 'gl_state_index'
Fixes compilation warnings with MSVC.
|
2009-09-04 09:17:59 -06:00 |
|
Brian Paul
|
3fedd08779
|
ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK
Fixes symbol collisions with typedefs in Microsoft headers.
Perhaps we should prefix/suffix all the lexer tokens to avoid this.
|
2009-09-04 09:17:59 -06:00 |
|
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 |
|