fixes to _mesa_combine_programs(), from gallium-0.1
[mesa.git] / src / mesa / shader / slang /
2008-05-16 Brian PaulFix a program refcounting error, don't share program...
2008-05-16 Brian Paulfix assertion typo: s/=/==/
2008-05-14 Brian PaulUpdated GLSL uniform/sampler handling from gallium...
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-07 Dan NicholsonNever fail `make clean'
2008-05-07 Brianimplement full reference counting for vertex/fragment...
2008-04-23 George Sapountzisglcore: drop outdated sources files intented for xorg
2008-04-14 Brian Paulfix GL_ARB_texture_rectangle breakage
2008-04-14 David Flynndefine #extension GL_ARB_texture_rectangle
2008-04-04 Brianrewrite some of the mat*mat, mat*vec intrinsics
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-14 Brianinit tmpNode to zeros
2008-03-14 Brianmesa: fix emit_clamp() so that we don't use an output...
2008-01-31 Roland Scheideggerregenerate glsl library functions
2008-01-31 Roland Scheideggerfix w component of glsl vec4 asin
2007-12-04 BrianFix gl_FrontFacing compilation problem
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-27 Brianset fp->UsesKill when emitting OPCODE_KIL
2007-11-23 BrianFix parsing of gl_FrontLightModelProduct.sceneColor...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-24 Brianadd to git
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 Brianfix comment: s/branch/kill/
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Brianfix failure caused by undeclared variable (bug 11783)
2007-07-31 BrianglGetAttribLocation always returned 1 (bug 11774)
2007-07-26 Brianfix-up inlined/non-inlined function inconsistencies
2007-07-26 BrianFix function call bug 11731. Also, fix up IR_CALL...
2007-07-26 Briangenerate error upon writing to varying var in fragment...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
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 Brianadded vec2(vec4) constructor, bug 11404
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-14 Briancomment about fixing uniform structs
2007-05-11 Brianuser-declared uniform structs not supported yet (see...
2007-05-11 Briandon't ignore return value of _slang_codegen_global_vari...
2007-05-10 Brianregenerated
2007-05-10 BrianImplement exp() in terms of __asm float_power. Fix...
2007-05-10 J.JansenUpdated OpenVMS makefiles
2007-05-03 Brianfix some DDX,DDY mix-ups
2007-05-01 Brianregenerated
2007-05-01 Brianimplement acos(), asin(), atan()
2007-05-01 BrianRewrite of slang_inline_asm_function() to do full param...
2007-04-27 Brianasin(), acos(), atan() just return 0.5 for now to avoid...
2007-04-26 BrianAdded error check that all varying vars needed by the...
2007-04-24 Karl Schultzassorted fixes for Windows/VC8
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-21 Briancall grammar_alloc_free() to fix memleaks
2007-04-21 BrianMemory pool manager.
2007-04-21 Brianfree subroutine array (fix mem leak)
2007-04-21 Briannew varnames in slang_operation_insert()
2007-04-21 Brianfix memleak in slang_operation_insert()
2007-04-21 Brianmove allocation of shProg->Attributes earlier in function
2007-04-19 Brianremove invalid assertion
2007-04-19 Brianfix crash when program has invalid structure field
2007-04-19 Brianinit A.curFuncEndLabel = NULL
2007-04-19 Brianfix an uninitialized variable and a warning
2007-04-18 Brianrecord proper datatypes for uniforms/samplers
2007-04-18 Brianadded _slang_gltype_from_specifier()
2007-04-18 BrianStart fixing some issues with uniform variables and...
2007-04-18 Briancall ProgramStringNotify() after linking
2007-04-17 Brianregenerated
2007-04-17 Brianfix/simplify some texture functions
2007-04-17 Brianmore matrix function updates
2007-04-16 BrianFix some assertions that could occur when an error...
2007-04-14 Brianimplement shadow2DRect functions
2007-04-12 BrianAdded sanity checking in _slang_sizeof_type_specifier...
2007-04-12 Brianuse _mesa_clear_shader_program_data()
2007-04-12 Zou Nan hai Initial 965 GLSL support
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/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...
next