| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Add "shader/" path to #include statements in shader parser/lexer sources | Alan Coopersmith | 2010-01-22 | 1 | -5/+5 |
* | Merge branch 'mesa_7_6_branch' | Ian Romanick | 2009-11-06 | 1 | -40/+1 |
|\ |
|
| * | Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface" | Ian Romanick | 2009-11-06 | 1 | -42/+3 |
* | | ARB prog parser: Fix a couple issues with previous merge from mesa_7_6_branch | Ian Romanick | 2009-11-02 | 1 | -5/+3 |
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-28 | 1 | -2/+43 |
|\ \
| |/ |
|
| * | ARB prog parser: Fix epic memory leak in lexer / parser interface | Ian Romanick | 2009-10-27 | 1 | -3/+42 |
* | | Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes... | Alex Deucher | 2009-10-19 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | mesa: Use _mesa_strtod in the lexer for assembly shaders | Neil Roberts | 2009-10-15 | 1 | -4/+5 |
* | | NV fp lexer: Add UP4B and UP4UB instructions that were previously missing | Ian Romanick | 2009-09-24 | 1 | -0/+2 |
* | | Merge branch 'master' into asm-shader-rework-2 | Ian Romanick | 2009-09-10 | 1 | -2/+7 |
|\ \ |
|
| * | | mesa: Include <unistd.h> only when one is available. | Michal Krol | 2009-09-07 | 1 | -0/+4 |
| |/ |
|
| * | ARB prog: replace 'unsigned' with 'gl_state_index' | Brian Paul | 2009-09-04 | 1 | -0/+1 |
| * | ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK | Brian Paul | 2009-09-04 | 1 | -2/+2 |
* | | ARB prog lexer: Add missing #include to silence compile warning | Ian Romanick | 2009-09-10 | 1 | -0/+1 |
* | | ARB prog parser: Differentiate between used and unused names in the lexer | Ian Romanick | 2009-09-10 | 1 | -8/+12 |
* | | NV fp parser: Support instruction and TEMP / OUTPUT sizes | Ian Romanick | 2009-09-04 | 1 | -118/+76 |
* | | NV fp lexer: Add new opcodes | Ian Romanick | 2009-08-31 | 1 | -0/+36 |
|/ |
|
* | ARB prog lexer: Fix lexer to eat both DOS and Unix line endings | Ian Romanick | 2009-08-23 | 1 | -1/+1 |
* | 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 | -0/+5 |
* | ARB prog parser: Add support for GL_ARB_fragment_program_shadow | Ian Romanick | 2009-07-27 | 1 | -0/+4 |
* | ARB prog parser: Fix handling of RECT | Ian Romanick | 2009-07-27 | 1 | -1/+2 |
* | ARB prog: Delete comment about possibly needing to free a buffer | Ian Romanick | 2009-07-27 | 1 | -4/+0 |
* | ARB_fp/vp: Initial import of new ARB vp/fp assembler | Ian Romanick | 2009-07-20 | 1 | -0/+482 |