2007-02-20 |
Brian | implement support for pre-defined uniform structs ... |
commit | commitdiff | tree |
2007-02-20 |
Brian | added slang_builtin.c |
commit | commitdiff | tree |
2007-02-20 |
Brian | added SWIZZLE_XXXX, SWIZZLE_YYYY, etc |
commit | commitdiff | tree |
2007-02-20 |
Brian | remove accidental check-in |
commit | commitdiff | tree |
2007-02-20 |
Brian | Merge branch 'glsl-compiler-1' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-02-17 |
Brian | s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/ |
commit | commitdiff | tree |
2007-02-17 |
Brian | info about stand-alone compiler |
commit | commitdiff | tree |
2007-02-17 |
Brian | stand-alone GLSL compiler |
commit | commitdiff | tree |
2007-02-17 |
Brian | Lots of changes to prog_print.c code. |
commit | commitdiff | tree |
2007-02-16 |
Brian | remove dead code |
commit | commitdiff | tree |
2007-02-16 |
Brian | s/_slang_link2/_slang_link/ |
commit | commitdiff | tree |
2007-02-16 |
Brian | change all enum tokens to uppercase |
commit | commitdiff | tree |
2007-02-16 |
Brian | abort upon errors (temporary) |
commit | commitdiff | tree |
2007-02-16 |
Brian | added a comment |
commit | commitdiff | tree |
2007-02-16 |
Brian | Allow int->float argument conversion in _slang_locate_f... |
commit | commitdiff | tree |
2007-02-16 |
Brian | implement IR_I_TO_F |
commit | commitdiff | tree |
2007-02-13 |
Brian | remove dead code |
commit | commitdiff | tree |
2007-02-09 |
Brian | add prog_debug.c |
commit | commitdiff | tree |
2007-02-09 |
Brian | move GL_MESA_program_debug funcs to prog_debug.c |
commit | commitdiff | tree |
2007-02-09 |
Brian | Move experimental GL_MESA_program_debug functions into... |
commit | commitdiff | tree |
2007-02-09 |
Brian | comments, etc |
commit | commitdiff | tree |
2007-02-09 |
Brian | re-enable free'ing of IR trees |
commit | commitdiff | tree |
2007-02-09 |
Brian | always init param vars to silence valgrind warnings |
commit | commitdiff | tree |
2007-02-09 |
Brian | do full swizzled matching in _mesa_lookup_parameter_con... |
commit | commitdiff | tree |
2007-02-09 |
Brian | Check for constant-valued while/do loop conditions. |
commit | commitdiff | tree |
2007-02-09 |
Brian | optimize conditional breaks/continues |
commit | commitdiff | tree |
2007-02-08 |
Brian | cont at top of loop, little clean-ups |
commit | commitdiff | tree |
2007-02-08 |
Brian | remove some cruft |
commit | commitdiff | tree |
2007-02-08 |
Brian | fix broken BRA for return stmts |
commit | commitdiff | tree |
2007-02-08 |
Brian | consolidate BRA with BRK, CONT |
commit | commitdiff | tree |
2007-02-08 |
Brian | change BranchTarget to GLint |
commit | commitdiff | tree |
2007-02-08 |
Brian | Use conditional break in for/do/while loops. |
commit | commitdiff | tree |
2007-02-08 |
Brian | Simplify code with eval_condition(). Implement conditi... |
commit | commitdiff | tree |
2007-02-07 |
Brian | remove old loop break/cont stuff |
commit | commitdiff | tree |
2007-02-07 |
Brian | high vs. low level if/then/else code emit |
commit | commitdiff | tree |
2007-02-07 |
Brian | s/%f/%g/ |
commit | commitdiff | tree |
2007-02-07 |
Brian | Remove old functions for generating BRA-based looping. |
commit | commitdiff | tree |
2007-02-07 |
Brian | Use IR_LOOP to represent do-while and for-loops. |
commit | commitdiff | tree |
2007-02-07 |
Brian | BRK and CONT work the same |
commit | commitdiff | tree |
2007-02-07 |
Brian | Implement CONT, improve BRK. |
commit | commitdiff | tree |
2007-02-07 |
Brian | replace IR_BEGIN_LOOP/IR_END_LOOP with IR_LOOP |
commit | commitdiff | tree |
2007-02-07 |
Brian | new_node[0123]() functions |
commit | commitdiff | tree |
2007-02-07 |
Brian | redo IR_IF node, removing IR_ELSE, IR_ENDIF |
commit | commitdiff | tree |
2007-02-06 |
Brian | additional comments for BranchTarget |
commit | commitdiff | tree |
2007-02-06 |
Brian | BRK instruction's BranchTarget field now used for effic... |
commit | commitdiff | tree |
2007-02-06 |
Brian | Use IR node's BranchNode field for IF/ELSE/ENDIF instru... |
commit | commitdiff | tree |
2007-02-05 |
Brian | minor formatting changes |
commit | commitdiff | tree |
2007-02-05 |
Brian | set UseHighLevelInstructions = false for now |
commit | commitdiff | tree |
2007-02-05 |
Brian | Initial implementation of high-level flow-control instr... |
commit | commitdiff | tree |
2007-02-05 |
Brian | indentation for program instructions (if/else, loops) |
commit | commitdiff | tree |
2007-02-05 |
Brian | Initial support of loop and subroutine instructions. |
commit | commitdiff | tree |
2007-02-05 |
Brian | Merge SWvertex texcoord and varying fields into attrib... |
commit | commitdiff | tree |
2007-02-04 |
Brian | Add literal_size field to slang_operation. |
commit | commitdiff | tree |
2007-02-04 |
Brian | minor tweaks to distance() funcs |
commit | commitdiff | tree |
2007-02-03 |
Brian | remove unused slang_operation fields |
commit | commitdiff | tree |
2007-02-03 |
Brian | shading language texture demo/test |
commit | commitdiff | tree |
2007-02-03 |
Brian | added FLUSH_VERTICES() in _mesa_use_program() |
commit | commitdiff | tree |
2007-02-03 |
Brian | added texdemo1 |
commit | commitdiff | tree |
2007-02-03 |
Brian | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. |
commit | commitdiff | tree |
2007-02-03 |
Brian | Only glUniform1i() can be used to set sampler uniforms... |
commit | commitdiff | tree |
2007-02-03 |
Brian | add vec4_texcube to AsmInfo[] |
commit | commitdiff | tree |
2007-02-03 |
Brian | add _slang_multiply_swizzles() |
commit | commitdiff | tree |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-02-02 |
Brian | clean-ups |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_builtin_vec4.gc |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_builtin_vec4.gc |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_export.[ch] |
commit | commitdiff | tree |
2007-02-02 |
Brian | reformat, clean-up comments |
commit | commitdiff | tree |
2007-02-02 |
Brian | move _slang_locate_function() |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove multibyte chars |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove unused field |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_asm_string() |
commit | commitdiff | tree |
2007-02-02 |
Brian | s/SLANG_ASSEMBLE_TYPEINFO_H/SLANG_TYPEINFO_H/ |
commit | commitdiff | tree |
2007-02-02 |
Brian | s/slang_assembly_typeinfo/slang_typeinfo/ |
commit | commitdiff | tree |
2007-02-02 |
Brian | s/slang_assembly_name_space/slang_name_space/ |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_library_texsample.[ch] |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_library_texsample.[ch] |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_link2.c slang_link.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_link2.c slang_link.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_assemble_typeinfo.[ch] to slang_typeinfo... |
commit | commitdiff | tree |
2007-02-02 |
Brian | rename slang_assemble_typeinfo.[ch] to slang_typeinfo... |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove more slang assembly-related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove more slang assembly-related files, codee |
commit | commitdiff | tree |
2007-02-02 |
Brian | removed obsolete shader assembly files |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove more assembly-related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_assemble*.c files |
commit | commitdiff | tree |
2007-02-02 |
Brian | move some functions, disable some code in preparation... |
commit | commitdiff | tree |
2007-02-02 |
Brian | fix emit_tex() breakage |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_export.c and related code |
commit | commitdiff | tree |
2007-02-02 |
Brian | Remove old slang linker code. |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_link.c and slang_analyse.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove old linker stuff |
commit | commitdiff | tree |
2007-02-02 |
Brian | added newline at end |
commit | commitdiff | tree |
2007-02-02 |
Brian | Remove obsolete files. |
commit | commitdiff | tree |
2007-02-02 |
Brian | remove slang_execute.c, slang_execute_x86.c |
commit | commitdiff | tree |
2007-02-02 |
Brian | Remove all dependencies on the old slang interpreter... |
commit | commitdiff | tree |
2007-02-02 |
Brian | reindent |
commit | commitdiff | tree |
2007-02-02 |
Brian | _slang_evaluate_int() no longer used |
commit | commitdiff | tree |
2007-02-02 |
Brian | use _slang_simplify() to evaluate array sizes |
commit | commitdiff | tree |
next |