Age | Commit message (Expand) | Author |
2007-03-08 | fix tmp storage problem for IR_I_TO_F | Brian |
2007-03-08 | fix assertion | Brian |
2007-03-08 | IR_CJUMP0/1 no longer used/needed | Brian |
2007-03-08 | remove old assertion | Brian |
2007-03-07 | remove unneeded return stmt | Brian |
2007-03-07 | Fix problem with nested function calls such as y = f(f(x)) | Brian |
2007-03-06 | fix some int arithmetic problems | Brian |
2007-02-26 | Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. | Brian |
2007-02-26 | Overhaul of error handling. | Brian |
2007-02-26 | Use new slang_emit_info struct for passing context info around. | Brian |
2007-02-23 | comments, clean-up | Brian |
2007-02-23 | Replace slang_ir_node::Target w/ Field. Remove Comment field. Clean-up. | Brian |
2007-02-23 | Re-implement branching with slang_labels. | Brian |
2007-02-22 | debug code for emitting variable allocation comments | Brian |
2007-02-21 | remove dead code | Brian |
2007-02-21 | adjustments to STATE_ token layout/format so token[1] is always the array index | Brian |
2007-02-21 | checkpoint overhaul of pre-defined uniform code | Brian |
2007-02-20 | clean-up, move IR_ELEMENT code | Brian |
2007-02-20 | alloc IR_FIELD's Storage in codegen, like IR_ELEMENT | Brian |
2007-02-20 | implement support for pre-defined uniform structs (state vars) | Brian |
2007-02-16 | implement IR_I_TO_F | Brian |
2007-02-09 | comments, etc | Brian |
2007-02-08 | optimize conditional breaks/continues | Brian |
2007-02-08 | cont at top of loop, little clean-ups | Brian |
2007-02-08 | fix broken BRA for return stmts | Brian |
2007-02-08 | Use conditional break in for/do/while loops. | Brian |
2007-02-07 | high vs. low level if/then/else code emit | Brian |
2007-02-07 | Use IR_LOOP to represent do-while and for-loops. | Brian |
2007-02-06 | Implement CONT, improve BRK. | Brian |
2007-02-06 | replace IR_BEGIN_LOOP/IR_END_LOOP with IR_LOOP | Brian |
2007-02-06 | redo IR_IF node, removing IR_ELSE, IR_ENDIF | Brian |
2007-02-05 | BRK instruction's BranchTarget field now used for efficiently breaking out of... | Brian |
2007-02-05 | Use IR node's BranchNode field for IF/ELSE/ENDIF instructions. | Brian |
2007-02-05 | Initial implementation of high-level flow-control instructions. | Brian |
2007-02-05 | Initial support of loop and subroutine instructions. | Brian |
2007-02-02 | fix emit_tex() breakage | Brian |
2007-01-31 | Overhaul handling of writemasks/swizzling. This fixes two problem cases: | Brian |
2007-01-31 | New asm instruction and IR_CLAMP node type to allow clamping to [0,1] with in... | Brian |
2007-01-28 | noise functions | Brian |
2007-01-28 | combine emit_unop(), emit_binop(), emit_triop() into emit_arith() | Brian |
2007-01-28 | implement mix() with LRP instruction | Brian |
2007-01-28 | Lots of vartable clean-ups, fixes. Report an error message when we run out | Brian |
2007-01-28 | minor clean-ups | Brian |
2007-01-27 | Clean-up of var/temp allocation function parameters. | Brian |
2007-01-27 | Improved register allocation: allow four 'float' vars or temporaries to share... | Brian |
2007-01-23 | fix g++ warnings/errors | Brian |
2007-01-20 | Add a simple mechanism for annotating instructions for easier debugging. | Brian |
2007-01-20 | optimization: emit MAD instructions when possible | Brian |
2007-01-20 | remove unused swizzle parameter to -storage_to_src_reg() | Brian |
2007-01-20 | Initial implementation of OPCODE_IF/ELSE/ENDIF instructions. | Brian |