Cell: some basic blending code
[mesa.git] / src / mesa / shader /
2007-04-17 Brianfix/simplify some texture functions
2007-04-17 Brianmore matrix function updates
2007-04-16 Brianneed to clamp MAD for linear fog
2007-04-16 BrianFix some assertions that could occur when an error...
2007-04-14 Brianimplement shadow2DRect functions
2007-04-12 Briandisable debug printfs
2007-04-12 BrianAdded sanity checking in _slang_sizeof_type_specifier...
2007-04-12 Brianuse _mesa_clear_shader_program_data()
2007-04-12 BrianNew _mesa_reference_shader/program() function to consol...
2007-04-11 Brianregenerated
2007-04-11 Briancheckpoint: updating non-square matrix constructors...
2007-04-11 Brianmove/fix texture sampling funcs
2007-04-11 Brians/Shadow/SHADOW/
2007-04-11 Brianfix invalid error detection problem in _mesa_bind_attri...
2007-04-11 Brianfix/work-around allocation bugs for non-square matrices
2007-04-11 Brianupdate SLANG version test
2007-04-10 Michel DänzerAdd missing generated file.
2007-04-10 BrianNULL ptr check
2007-04-10 Brianplug in GLSL 1.20 unit
2007-04-10 Brianundo a debug/test change
2007-04-08 Briansupport for GLSL 1.20 non-square matrices
2007-03-31 Brianalways emit BGN/ENDSUB, for now anyway
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 Briancond code fix
2007-03-28 Brianfix cond code swizzle bug
2007-03-28 BrianHandle logical NOT and XOR without library functions...
2007-03-28 Brianoptimization for the emit_not() function
2007-03-28 Brianremove IR_BREAK_IF_FALSE
2007-03-28 Briandon't generate IR_BREAK_IF_FALSE
2007-03-28 BrianGet rid of IR_CONT_IF_FALSE
2007-03-28 BrianGet rid of BRK0, BRK1, CONT0, CONT1 instructions.
2007-03-28 BrianDon't emit OPCODE_CONT0/1, BRK0/1 instructions, clean...
2007-03-28 Briansimplify, clean-up break/cont code
2007-03-28 Brianadded some null ptr checks to handle error recovery
2007-03-28 BrianUse constant_to_src_reg() to simplify some code
2007-03-28 Brianadded missing returns after slang_info_log_error()...
2007-03-28 BrianFix, clean-up code related to comparisons, condition...
2007-03-28 Brianprint condcodes if DEBUG_PROG
2007-03-28 Brianexpose _mesa_condcode_string(), fix some printing
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 Brianfix another pc off-by one
2007-03-27 Brianadded _slang_label_new_unique()
2007-03-27 Brianfix some printing issues related to subroutines
2007-03-27 Brianfix off by one error in OPCODE_RET
2007-03-27 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-03-27 Brians/SUB/BGNSUB/
2007-03-27 BrianCheckpoint: implementing true CAL/RET instructions...
2007-03-26 BrianGet rid of IR_JUMP and related code.
2007-03-26 Brianspecial case RET
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 Brianundo some debugging hacks
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 BrianIn _mesa_lookup_parameter_constant() make sure we retur...
2007-03-26 Brianremove incorrect assertions
2007-03-26 Briandisable printing shader program debug info
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Briandisable free() until other issues can be fixed...
2007-03-26 Brianfix mem leak, add comments
2007-03-24 Brianfix mem leak
2007-03-24 Briandisable free(var->aux) -- can lead to segfault
2007-03-24 Brianfix mem leak
2007-03-24 Brianfix some mem leaks
2007-03-24 BrianFree shader-related context state: _mesa_free_shader_st...
2007-03-24 Brianfree prog->Attributes in _mesa_delete_program()
2007-03-24 Brianfix mistake in _slang_free_ir()
2007-03-24 BrianProperly free the slang_ir_node->Store data (use ref...
2007-03-24 Brianmove some code into new slang_ir.c file
2007-03-24 BrianIR utility functions
2007-03-23 BrianFix issues related to the 'continue' statement.
2007-03-23 Brianconsolidate some code
2007-03-23 BrianAdd the ability to generate programs that doesn't use...
2007-03-23 Brianminor tweaks
2007-03-23 Brianupdated comment
2007-03-22 Brianupdated comment
2007-03-22 BrianOverhaul emit_compare() function.
2007-03-22 BrianFirst pass at implementing structure compares.
2007-03-22 Brianuse _mesa_copy_instructions()
2007-03-22 BrianIn _mesa_add_unnamed_constant() and _mesa_lookup_parame...
2007-03-22 Brianprint conditional writemask, if enabled
2007-03-21 Brianadded SWIZZLE_XYZW
2007-03-21 BrianSupport for user-defined structures.
2007-03-21 Briandisable apparently unused code
2007-03-21 Brianindent
2007-03-21 Brianmerge from master
2007-03-18 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Oliver McFaddenUse _mesa_copy_instructions rather than memcpy in _mesa...
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Oliver McFaddenFixed a minor typo in the comment near _mesa_copy_instr...
2007-03-15 Oliver McFaddenr300: Added _mesa_copy_instructions.
2007-03-15 Brianadded SWIZZLE_XXXX, YYYY, etc. macros
2007-03-14 Brians/Tranpose/Transpose/
2007-03-14 Briancontinue prev check-in: save ptr to slang_function...
2007-03-14 BrianAfter we've found the slang_function ptr for a SLANG_OP...
2007-03-14 Brianmake _slang_typeof_function() static
next