summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
* call ProgramStringNotify() after linkingBrian2007-04-181-0/+6
* regeneratedBrian2007-04-172-378/+438
* fix/simplify some texture functionsBrian2007-04-171-23/+10
* more matrix function updatesBrian2007-04-171-96/+300
* Fix some assertions that could occur when an error was earlier logged.Brian2007-04-161-4/+19
* implement shadow2DRect functionsBrian2007-04-142-74/+72
* Added sanity checking in _slang_sizeof_type_specifier() to be sure sizes are ...Brian2007-04-121-27/+68
* use _mesa_clear_shader_program_data()Brian2007-04-121-1/+1
* regeneratedBrian2007-04-113-652/+751
* checkpoint: updating non-square matrix constructors and operatorsBrian2007-04-111-447/+555
* move/fix texture sampling funcsBrian2007-04-112-49/+54
* s/Shadow/SHADOW/Brian2007-04-111-2/+2
* fix/work-around allocation bugs for non-square matricesBrian2007-04-101-3/+6
* update SLANG version testBrian2007-04-101-2/+10
* Add missing generated file.Michel Dänzer2007-04-101-0/+561
* NULL ptr checkBrian2007-04-091-1/+1
* plug in GLSL 1.20 unitBrian2007-04-092-4/+22
* undo a debug/test changeBrian2007-04-091-1/+1
* support for GLSL 1.20 non-square matricesBrian2007-04-089-8/+165
* always emit BGN/ENDSUB, for now anywayBrian2007-03-311-4/+1
* fix scoping mistake in previous commit that checked for writable LHSsBrian2007-03-311-1/+1
* check that LHS of assignment is writableBrian2007-03-301-1/+22
* cond code fixBrian2007-03-281-1/+6
* fix cond code swizzle bugBrian2007-03-281-0/+5
* Handle logical NOT and XOR without library functions. Results in much tighte...Brian2007-03-283-75/+90
* optimization for the emit_not() functionBrian2007-03-281-3/+28
* remove IR_BREAK_IF_FALSEBrian2007-03-283-46/+13
* don't generate IR_BREAK_IF_FALSEBrian2007-03-281-10/+17
* Get rid of IR_CONT_IF_FALSEBrian2007-03-283-10/+1
* Don't emit OPCODE_CONT0/1, BRK0/1 instructions, clean-ups elsewhere.Brian2007-03-281-49/+66
* simplify, clean-up break/cont codeBrian2007-03-281-8/+10
* added some null ptr checks to handle error recoveryBrian2007-03-281-2/+15
* Use constant_to_src_reg() to simplify some codeBrian2007-03-281-19/+24
* added missing returns after slang_info_log_error() callsBrian2007-03-281-0/+2
* Fix, clean-up code related to comparisons, condition codes, etc.Brian2007-03-281-47/+78
* check that if/while/do-while condition is boolean or scalarBrian2007-03-281-0/+34
* Implement true CAL/RET subroutines. Some optimizations, clean-ups coming...Brian2007-03-272-19/+162
* added _slang_label_new_unique()Brian2007-03-272-0/+24
* Checkpoint: implementing true CAL/RET instructions for subroutine calls.Brian2007-03-264-13/+92
* Get rid of IR_JUMP and related code.Brian2007-03-263-25/+2
* Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling.Brian2007-03-264-56/+65
* remove debug abort() callsBrian2007-03-264-14/+10
* Additional error checking for 'return' statements.Brian2007-03-263-9/+58
* undo some debugging hacksBrian2007-03-261-2/+2
* dead code elimination for constant-valued if/then/elseBrian2007-03-261-0/+13
* Fix a few issues with computing storage sizes with respect to swizzles.Brian2007-03-262-42/+29
* remove incorrect assertionsBrian2007-03-261-2/+0
* disable printing shader program debug infopost-merge-glsl-compiler-1Brian2007-03-261-4/+4
* disable free() until other issues can be fixed...Brian2007-03-261-0/+2
* fix mem leakBrian2007-03-241-7/+3