Merge branch 'gallium-tex-surfaces' into gallium-0.1
[mesa.git] / src / mesa / shader / slang /
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-16 Brian PaulFix a program refcounting error, don't share program...
2008-05-14 Brian Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulmesa: rm unneeded file
2008-05-14 Brian Paulmesa: prefix rm command with -
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: regenerate slang built-in data (asin(vec4) fix)
2008-05-14 Brian Paulmesa: fix missing w assignment in asin(vec4)
2008-05-14 Brian Paulmesa: updated comment
2008-05-14 Brian Paulmesa: minor bug fixes from master
2008-05-14 Brian Paulmesa: dead code removal
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-05-14 Brian Paulmesa: fix errors in LightModelProduct state, other...
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-04-14 Brian Paulfix GL_ARB_texture_rectangle breakage
2008-04-14 David Flynnmesa: define #extension GL_ARB_texture_rectangle
2008-04-07 Brianmesa: call _mesa_remove_varying_reads() after compiling...
2008-04-05 Brianmesa: no longer combine vertex/fragment shader paramete...
2008-03-14 Brian Paulmesa: init tmpNode to zeros
2008-03-14 Brian Paulmesa: fix emit_clamp() so that we don't use an output...
2008-03-13 Keith Whitwellmesa: fix (harmless?) assignment in assert
2008-02-25 José FonsecaRemove files of unsupported build systems.
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-27 Brianturn off debug output
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-24 Brianadd to git
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
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-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-12 Brianfix swizzle-related bug 11534
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-03 Brianadded vec2(vec4) constructor, bug 11404
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
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-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-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
next