Age | Commit message (Expand) | Author |
2007-04-21 | Remove all the USE_MEMPOOL debug code. | Brian |
2007-04-21 | Use new memory pool allocator. Lots of debug code still in place... | Brian |
2007-04-19 | remove invalid assertion | Brian |
2007-04-19 | fix crash when program has invalid structure field | Brian |
2007-04-18 | fix an uninitialized variable and a warning | Brian |
2007-04-18 | record proper datatypes for uniforms/samplers | Brian |
2007-04-18 | Start fixing some issues with uniform variables and their types. | Brian |
2007-04-12 | Added sanity checking in _slang_sizeof_type_specifier() to be sure sizes are ... | Brian |
2007-04-10 | fix/work-around allocation bugs for non-square matrices | Brian |
2007-04-09 | NULL ptr check | Brian |
2007-04-08 | support for GLSL 1.20 non-square matrices | Brian |
2007-03-31 | fix scoping mistake in previous commit that checked for writable LHSs | Brian |
2007-03-30 | check that LHS of assignment is writable | Brian |
2007-03-28 | Handle logical NOT and XOR without library functions. Results in much tighte... | Brian |
2007-03-28 | don't generate IR_BREAK_IF_FALSE | Brian |
2007-03-28 | simplify, clean-up break/cont code | Brian |
2007-03-28 | added missing returns after slang_info_log_error() calls | Brian |
2007-03-28 | check that if/while/do-while condition is boolean or scalar | Brian |
2007-03-27 | Implement true CAL/RET subroutines. Some optimizations, clean-ups coming... | Brian |
2007-03-26 | Checkpoint: implementing true CAL/RET instructions for subroutine calls. | Brian |
2007-03-26 | Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling. | Brian |
2007-03-26 | remove debug abort() calls | Brian |
2007-03-26 | Additional error checking for 'return' statements. | Brian |
2007-03-26 | dead code elimination for constant-valued if/then/else | Brian |
2007-03-26 | Fix a few issues with computing storage sizes with respect to swizzles. | Brian |
2007-03-24 | fix mem leak | Brian |
2007-03-24 | move some code into new slang_ir.c file | Brian |
2007-03-23 | Fix issues related to the 'continue' statement. | Brian |
2007-03-23 | minor tweaks | Brian |
2007-03-22 | Overhaul emit_compare() function. | Brian |
2007-03-21 | Support for user-defined structures. | Brian |
2007-03-13 | better error msg for undefined function, disable some debug output | Brian |
2007-03-13 | get rid of float_multiply, float_add, float_divide | Brian |
2007-03-12 | Implement GL_ARB_texture_rectangle support | Brian |
2007-03-12 | Add array bounds checking, fix memleaks, add null ptr checks. | Brian |
2007-03-11 | add NULL ptr check | Brian |
2007-03-11 | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. | Brian |
2007-03-10 | Implement gl_FrontFacing for fragment shaders. | Brian |
2007-03-09 | add NULL ptr check | Brian |
2007-03-08 | fix broken vec4_seq, vec4_sne instructions | Brian |
2007-03-08 | Added IR_SLE and IR_SLT for <= and < operations. | Brian |
2007-03-08 | ; and {} statements were broken | Brian |
2007-03-08 | remove unused new_cjump() | Brian |
2007-03-08 | rewrite _slang_gen_select() to use IF node | Brian |
2007-03-08 | s/_slang_gen_hl_if/_slang_gen_if/ | Brian |
2007-03-08 | s/_slang_gen_hl_if/_slang_gen_if/ | Brian |
2007-03-08 | check for attempted writes to read-only vars | Brian |
2007-03-08 | Rework matrix-related code. | Brian |
2007-03-07 | Fix problem with nested function calls such as y = f(f(x)) | Brian |
2007-03-07 | s/equal/EQUAL/, fix bugs in logical or/and code. | Brian |