summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau5-40/+54
2007-07-26Fix function call bug 11731. Also, fix up IR_CALL/IR_FUNC confusion.Brian4-34/+45
2007-07-26generate error upon writing to varying var in fragment program (bug 11733)Brian1-5/+8
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian1-1/+1
2007-07-23Merge branch 'mesa_7_0_branch' of git://anongit.freedesktop.org/git/mesa/mesa...Julien Cristau3-55/+70
2007-07-12fix swizzle-related bug 11534Brian1-2/+3
2007-07-03added vec2(vec4) constructor, bug 11404Brian2-53/+59
2007-07-03add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian1-0/+8
2007-06-27Merge branch 'upstream-experimental' into debian-experimentalDavid Nusinow5-642/+722
2007-05-14comment about fixing uniform structsBrian1-0/+13
2007-05-11user-declared uniform structs not supported yet (see bug 10908)Brian1-3/+16
2007-05-11don't ignore return value of _slang_codegen_global_variable()Brian1-1/+2
2007-05-10regeneratedBrian1-524/+528
2007-05-10Implement exp() in terms of __asm float_power. Fix typo in mod(vec4) function.Brian1-11/+15
2007-05-02fix some DDX,DDY mix-upsBrian1-1/+1
2007-05-01regeneratedBrian1-78/+85
2007-05-01implement acos(), asin(), atan()Brian1-9/+14
2007-05-01Rewrite of slang_inline_asm_function() to do full parameter/argument substitu...Brian1-31/+64
2007-04-29Merge branch 'upstream-experimental' into debian-experimentalDavid Nusinow3-688/+723
2007-04-27asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.Brian2-680/+688
2007-04-26Added error check that all varying vars needed by the fragment shader are pro...Brian1-8/+35
2007-04-25Merge tag 'mesa_6_5_3_rc3' into debian-experimentalJulien Cristau2-3/+3
2007-04-24assorted fixes for Windows/VC8Karl Schultz1-1/+1
2007-04-24fix double const, move an assertionKarl Schultze1-2/+2
2007-04-22Merge branch 'upstream-experimental' into debian-experimentalJulien Cristau19-189/+528
2007-04-21Remove all the USE_MEMPOOL debug code.Brian15-434/+78
2007-04-21Use new memory pool allocator. Lots of debug code still in place...Brian17-29/+511
2007-04-21Merge branch 'upstream-experimental' into debian-experimentalJulien Cristau73-12633/+17389
2007-04-21call grammar_alloc_free() to fix memleaksBrian1-0/+2
2007-04-21Memory pool manager.Brian2-0/+201
2007-04-21free subroutine array (fix mem leak)Brian1-1/+8
2007-04-21new varnames in slang_operation_insert()Brian1-17/+17
2007-04-21fix memleak in slang_operation_insert()Brian1-0/+2
2007-04-21move allocation of shProg->Attributes earlier in functionBrian1-3/+3
2007-04-19remove invalid assertionBrian1-1/+0
2007-04-19fix crash when program has invalid structure fieldBrian1-3/+4
2007-04-19init A.curFuncEndLabel = NULLBrian1-0/+1
2007-04-18fix an uninitialized variable and a warningBrian1-2/+2
2007-04-18record proper datatypes for uniforms/samplersBrian1-6/+4
2007-04-18added _slang_gltype_from_specifier()Brian3-68/+78
2007-04-18Start fixing some issues with uniform variables and their types.Brian2-4/+7
2007-04-18call ProgramStringNotify() after linkingBrian1-0/+6
2007-04-17regeneratedBrian2-378/+438
2007-04-17fix/simplify some texture functionsBrian1-23/+10
2007-04-17more matrix function updatesBrian1-96/+300
2007-04-16Fix some assertions that could occur when an error was earlier logged.Brian1-4/+19
2007-04-14implement shadow2DRect functionsBrian2-74/+72
2007-04-12Added sanity checking in _slang_sizeof_type_specifier() to be sure sizes are ...Brian1-27/+68
2007-04-12use _mesa_clear_shader_program_data()Brian1-1/+1
2007-04-11regeneratedBrian3-652/+751