Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: import latest GLSL code from gallium-0.1 branch | Brian Paul | 2008-08-16 | 1 | -1/+1 |
| | |||||
* | mesa: Silence compiler warnings on Windows. | Brian Paul | 2008-07-29 | 1 | -1/+2 |
| | |||||
* | mesa: Silence compiler warnings on Windows. | Brian Paul | 2008-07-29 | 1 | -7/+3 |
| | |||||
* | mesa: improved printing | Brian Paul | 2008-07-29 | 1 | -4/+8 |
| | |||||
* | mesa: more debug output | Brian Paul | 2008-07-08 | 1 | -22/+62 |
| | |||||
* | support for GLSL 1.20 non-square matrices | Brian | 2007-04-08 | 1 | -0/+18 |
| | |||||
* | Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling. | Brian | 2007-03-26 | 1 | -5/+0 |
| | |||||
* | remove debug abort() calls | Brian | 2007-03-26 | 1 | -2/+0 |
| | |||||
* | improve literal printing | Brian | 2007-03-13 | 1 | -8/+13 |
| | |||||
* | Implement GL_ARB_texture_rectangle support | Brian | 2007-03-12 | 1 | -0/+4 |
| | | | | | This includes the sampler2DRect and sampler2DRectShadow types and the texture2DRect(), texture2DRectProj(), etc. built-in functions. | ||||
* | s/equal/EQUAL/, fix bugs in logical or/and code. | Brian | 2007-03-07 | 1 | -2/+2 |
| | |||||
* | change all enum tokens to uppercase | Brian | 2007-02-16 | 1 | -139/+139 |
| | |||||
* | remove slang_asm_string() | Brian | 2007-02-02 | 1 | -154/+0 |
| | |||||
* | remove more assembly-related code | Brian | 2007-02-02 | 1 | -1/+2 |
| | |||||
* | Rework code related to temp register allocation, both for user variables | Brian | 2007-01-13 | 1 | -199/+8 |
| | | | | | | and expression temporarires. Much better register utilization now. Lots of other fixes. The OpenGL GLSL "orange book" brick shader demo works now. | ||||
* | tweak output | Brian | 2007-01-11 | 1 | -3/+4 |
| | |||||
* | Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly ↵ | Brian | 2006-12-13 | 1 | -0/+1136 |
instructions. |