summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang
AgeCommit message (Expand)Author
2007-04-27asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.Brian
2007-04-26Added error check that all varying vars needed by the fragment shader are pro...Brian
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2007-04-24fix double const, move an assertionKarl Schultze
2007-04-21Remove all the USE_MEMPOOL debug code.Brian
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian
2007-04-21call grammar_alloc_free() to fix memleaksBrian
2007-04-21Memory pool manager.Brian
2007-04-21free subroutine array (fix mem leak)Brian
2007-04-21new varnames in slang_operation_insert()Brian
2007-04-21fix memleak in slang_operation_insert()Brian
2007-04-21move allocation of shProg->Attributes earlier in functionBrian
2007-04-19remove invalid assertionBrian
2007-04-19fix crash when program has invalid structure fieldBrian
2007-04-19init A.curFuncEndLabel = NULLBrian
2007-04-18fix an uninitialized variable and a warningBrian
2007-04-18record proper datatypes for uniforms/samplersBrian
2007-04-18added _slang_gltype_from_specifier()Brian
2007-04-18Start fixing some issues with uniform variables and their types.Brian
2007-04-18call ProgramStringNotify() after linkingBrian
2007-04-17regeneratedBrian
2007-04-17fix/simplify some texture functionsBrian
2007-04-17more matrix function updatesBrian
2007-04-16Fix some assertions that could occur when an error was earlier logged.Brian
2007-04-14implement shadow2DRect functionsBrian
2007-04-12Added sanity checking in _slang_sizeof_type_specifier() to be sure sizes are ...Brian
2007-04-12use _mesa_clear_shader_program_data()Brian
2007-04-11regeneratedBrian
2007-04-11checkpoint: updating non-square matrix constructors and operatorsBrian
2007-04-11move/fix texture sampling funcsBrian
2007-04-11s/Shadow/SHADOW/Brian
2007-04-10fix/work-around allocation bugs for non-square matricesBrian
2007-04-10update SLANG version testBrian
2007-04-10Add missing generated file.Michel Dänzer
2007-04-09NULL ptr checkBrian
2007-04-09plug in GLSL 1.20 unitBrian
2007-04-09undo a debug/test changeBrian
2007-04-08support for GLSL 1.20 non-square matricesBrian
2007-03-31always emit BGN/ENDSUB, for now anywayBrian
2007-03-31fix scoping mistake in previous commit that checked for writable LHSsBrian
2007-03-30check that LHS of assignment is writableBrian
2007-03-28cond code fixBrian
2007-03-28fix cond code swizzle bugBrian
2007-03-28Handle logical NOT and XOR without library functions. Results in much tighte...Brian
2007-03-28optimization for the emit_not() functionBrian
2007-03-28remove IR_BREAK_IF_FALSEBrian
2007-03-28don't generate IR_BREAK_IF_FALSEBrian
2007-03-28Get rid of IR_CONT_IF_FALSEBrian
2007-03-28Don't emit OPCODE_CONT0/1, BRK0/1 instructions, clean-ups elsewhere.Brian
2007-03-28simplify, clean-up break/cont codeBrian