Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa into 965...
[mesa.git] / src / mesa / shader / slang / slang_codegen.c
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-12 Brianfix swizzle-related bug 11534
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-05-14 Briancomment about fixing uniform structs
2007-05-11 Brianuser-declared uniform structs not supported yet (see...
2007-05-01 BrianRewrite of slang_inline_asm_function() to do full param...
2007-04-24 Karl Schultzefix double const, move an assertion
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-19 Brianremove invalid assertion
2007-04-19 Brianfix crash when program has invalid structure field
2007-04-19 Brianfix an uninitialized variable and a warning
2007-04-18 Brianrecord proper datatypes for uniforms/samplers
2007-04-18 BrianStart fixing some issues with uniform variables and...
2007-04-12 BrianAdded sanity checking in _slang_sizeof_type_specifier...
2007-04-12 Zou Nan hai Initial 965 GLSL support
2007-04-11 Brianfix/work-around allocation bugs for non-square matrices
2007-04-10 BrianNULL ptr check
2007-04-08 Briansupport for GLSL 1.20 non-square matrices
2007-03-31 Brianfix scoping mistake in previous commit that checked...
2007-03-30 Briancheck that LHS of assignment is writable
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 BrianHandle logical NOT and XOR without library functions...
2007-03-28 Briandon't generate IR_BREAK_IF_FALSE
2007-03-28 Briansimplify, clean-up break/cont code
2007-03-28 Brianadded missing returns after slang_info_log_error()...
2007-03-28 Briancheck that if/while/do-while condition is boolean or...
2007-03-27 BrianImplement true CAL/RET subroutines. Some optimizations...
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-27 BrianCheckpoint: implementing true CAL/RET instructions...
2007-03-26 BrianGet rid of SLANG_OPER_GOTO, start rewrite of 'return...
2007-03-26 Brianremove debug abort() calls
2007-03-26 BrianAdditional error checking for 'return' statements.
2007-03-26 Briandead code elimination for constant-valued if/then/else
2007-03-26 BrianFix a few issues with computing storage sizes with...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 Brianfix mem leak
2007-03-24 Brianmove some code into new slang_ir.c file
2007-03-23 BrianFix issues related to the 'continue' statement.
2007-03-23 Brianminor tweaks
2007-03-22 BrianOverhaul emit_compare() function.
2007-03-21 BrianSupport for user-defined structures.
2007-03-21 Brianmerge from master
2007-03-13 Brianbetter error msg for undefined function, disable some...
2007-03-13 Brianget rid of float_multiply, float_add, float_divide
2007-03-12 BrianImplement GL_ARB_texture_rectangle support
2007-03-12 BrianAdd array bounds checking, fix memleaks, add null ptr...
2007-03-11 Brianadd NULL ptr check
2007-03-11 BrianImplement support for GL_ARB_draw_buffers with GL_MAX_D...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-09 Brianadd NULL ptr check
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-08 Brianfix broken vec4_seq, vec4_sne instructions
2007-03-08 BrianAdded IR_SLE and IR_SLT for <= and < operations.
2007-03-08 Brian; and {} statements were broken
2007-03-08 Brianremove unused new_cjump()
2007-03-08 Brianrewrite _slang_gen_select() to use IF node
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Brians/_slang_gen_hl_if/_slang_gen_if/
2007-03-08 Briancheck for attempted writes to read-only vars
2007-03-08 BrianRework matrix-related code.
2007-03-07 BrianFix problem with nested function calls such as y =...
2007-03-07 Brians/equal/EQUAL/, fix bugs in logical or/and code.
2007-03-07 Brianfix swizzled writemask bug
2007-03-07 Brianadditional error detection
2007-02-27 BrianFix a few bugs in slang_operation variable scoping...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianOverhaul of error handling.
2007-02-23 Briancomments, clean-up
2007-02-23 BrianReplace slang_ir_node::Target w/ Field. Remove Comment...
2007-02-23 Brianremove old _slang_gen_if()
2007-02-23 BrianRe-implement branching with slang_labels.
2007-02-22 Brianemit high-level IF/ELSE/ENDIF for vertex progs now
2007-02-22 Brianremove unneeded #includes, misc clean-up
2007-02-22 Brianget rid of some unused slang_variable fields
2007-02-22 BrianReplace slang_allocate_storage() with simpler _slang_at...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Briandisable debug
2007-02-21 Briancheckpoint overhaul of pre-defined uniform code
2007-02-20 Brianalloc IR_FIELD's Storage in codegen, like IR_ELEMENT
2007-02-20 Brianwork on struct/array handling
2007-02-20 Brianimplement support for pre-defined uniform structs ...
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-16 Brianchange all enum tokens to uppercase
2007-02-16 Brianadded a comment
2007-02-09 Brianre-enable free'ing of IR trees
2007-02-09 BrianCheck for constant-valued while/do loop conditions.
2007-02-09 Brianoptimize conditional breaks/continues
2007-02-08 Brianremove some cruft
2007-02-08 Brianfix broken BRA for return stmts
2007-02-08 BrianUse conditional break in for/do/while loops.
2007-02-07 Brianremove old loop break/cont stuff
2007-02-07 BrianRemove old functions for generating BRA-based looping.
2007-02-07 BrianUse IR_LOOP to represent do-while and for-loops.
2007-02-07 BrianImplement CONT, improve BRK.
2007-02-07 Brianreplace IR_BEGIN_LOOP/IR_END_LOOP with IR_LOOP
next