| Commit message (Expand) | Author | Age | Files | Lines |
* | dead code elimination for constant-valued if/then/else | Brian | 2007-03-26 | 1 | -0/+13 |
* | Fix a few issues with computing storage sizes with respect to swizzles. | Brian | 2007-03-26 | 1 | -3/+3 |
* | fix mem leak | Brian | 2007-03-24 | 1 | -7/+3 |
* | move some code into new slang_ir.c file | Brian | 2007-03-24 | 1 | -20/+2 |
* | Fix issues related to the 'continue' statement. | Brian | 2007-03-23 | 1 | -39/+49 |
* | minor tweaks | Brian | 2007-03-23 | 1 | -2/+2 |
* | Overhaul emit_compare() function. | Brian | 2007-03-22 | 1 | -2/+2 |
* | Support for user-defined structures. | Brian | 2007-03-21 | 1 | -16/+53 |
* | better error msg for undefined function, disable some debug output | Brian | 2007-03-13 | 1 | -6/+9 |
* | get rid of float_multiply, float_add, float_divide | Brian | 2007-03-13 | 1 | -3/+0 |
* | Implement GL_ARB_texture_rectangle support | Brian | 2007-03-12 | 1 | -0/+10 |
* | Add array bounds checking, fix memleaks, add null ptr checks. | Brian | 2007-03-12 | 1 | -4/+29 |
* | add NULL ptr check | Brian | 2007-03-11 | 1 | -6/+9 |
* | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. | Brian | 2007-03-11 | 1 | -0/+1 |
* | Implement gl_FrontFacing for fragment shaders. | Brian | 2007-03-10 | 1 | -24/+36 |
* | add NULL ptr check | Brian | 2007-03-09 | 1 | -0/+2 |
* | fix broken vec4_seq, vec4_sne instructions | Brian | 2007-03-08 | 1 | -1/+2 |
* | Added IR_SLE and IR_SLT for <= and < operations. | Brian | 2007-03-08 | 1 | -8/+9 |
* | ; and {} statements were broken | Brian | 2007-03-08 | 1 | -3/+6 |
* | remove unused new_cjump() | Brian | 2007-03-08 | 1 | -14/+0 |
* | rewrite _slang_gen_select() to use IF node | Brian | 2007-03-08 | 1 | -72/+8 |
* | s/_slang_gen_hl_if/_slang_gen_if/ | Brian | 2007-03-08 | 1 | -1/+49 |
* | s/_slang_gen_hl_if/_slang_gen_if/ | Brian | 2007-03-08 | 1 | -2/+2 |
* | check for attempted writes to read-only vars | Brian | 2007-03-08 | 1 | -0/+6 |
* | Rework matrix-related code. | Brian | 2007-03-08 | 1 | -0/+43 |
* | Fix problem with nested function calls such as y = f(f(x)) | Brian | 2007-03-07 | 1 | -22/+21 |
* | s/equal/EQUAL/, fix bugs in logical or/and code. | Brian | 2007-03-07 | 1 | -6/+6 |
* | fix swizzled writemask bug | Brian | 2007-03-07 | 1 | -10/+16 |
* | additional error detection | Brian | 2007-03-07 | 1 | -1/+10 |
* | Fix a few bugs in slang_operation variable scoping. Seems to fix a double-free. | Brian | 2007-02-26 | 1 | -18/+10 |
* | Overhaul of error handling. | Brian | 2007-02-26 | 1 | -17/+20 |
* | comments, clean-up | Brian | 2007-02-23 | 1 | -4/+11 |
* | Replace slang_ir_node::Target w/ Field. Remove Comment field. Clean-up. | Brian | 2007-02-23 | 1 | -1/+1 |
* | remove old _slang_gen_if() | Brian | 2007-02-23 | 1 | -52/+0 |
* | Re-implement branching with slang_labels. | Brian | 2007-02-23 | 1 | -39/+40 |
* | emit high-level IF/ELSE/ENDIF for vertex progs now | Brian | 2007-02-22 | 1 | -7/+3 |
* | remove unneeded #includes, misc clean-up | Brian | 2007-02-22 | 1 | -21/+13 |
* | get rid of some unused slang_variable fields | Brian | 2007-02-22 | 1 | -6/+3 |
* | Replace slang_allocate_storage() with simpler _slang_attach_storage() | Brian | 2007-02-22 | 1 | -73/+31 |
* | disable debug | Brian | 2007-02-21 | 1 | -1/+1 |
* | checkpoint overhaul of pre-defined uniform code | Brian | 2007-02-21 | 1 | -12/+2 |
* | alloc IR_FIELD's Storage in codegen, like IR_ELEMENT | Brian | 2007-02-20 | 1 | -0/+4 |
* | work on struct/array handling | Brian | 2007-02-20 | 1 | -14/+17 |
* | implement support for pre-defined uniform structs (state vars) | Brian | 2007-02-20 | 1 | -64/+16 |
* | change all enum tokens to uppercase | Brian | 2007-02-16 | 1 | -159/+159 |
* | added a comment | Brian | 2007-02-16 | 1 | -0/+3 |
* | re-enable free'ing of IR trees | Brian | 2007-02-09 | 1 | -1/+1 |
* | Check for constant-valued while/do loop conditions. | Brian | 2007-02-08 | 1 | -8/+58 |
* | optimize conditional breaks/continues | Brian | 2007-02-08 | 1 | -17/+73 |
* | remove some cruft | Brian | 2007-02-08 | 1 | -4/+1 |