Merge branch 'dri2'
[mesa.git] / src / mesa / shader /
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-11 Brianremove unneeded cast
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-02 Brianfix comment: s/branch/kill/
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-13 Brianadded program_error2() function for better error reporting
2007-09-13 BrianFix state.texgen parsing error (bug 12313).
2007-08-23 BrianFor _mesa_share_state(), update the context's reference...
2007-08-07 Brianfix potential NULL dereference (bug 11880)
2007-08-07 Brianfix swizzle error test (bug 11881)
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-24 Briancall ctx->Driver.NewProgram() instead of _mesa_new_prog...
2007-07-13 Jan Dvorakfix shader/info string length queries (bug 11588)
2007-07-12 Brianfix swizzle-related bug 11534
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
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-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-05 Ian RomanickUpdates for array texture shadow targets.
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Roland Scheideggermake sure optimized fog params get updated
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-18 Brianfix STATE_HALF_VECTOR value (bug 10987)
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
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-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 BrianCheck that texture units/samplers specified with glUnif...
2007-05-03 BrianResuscitate some of the DDX,DDY code.
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-28 Brianfix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)
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 Brianremove more unused vars, assertions
2007-04-21 Brianremove unused vars, assertions
2007-04-21 BrianMemory pool manager.
2007-04-21 Brianfix instruction comment code
2007-04-21 Briananother bit of debug code
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 Brianfree shProg->Attributes in _mesa_free_shader_program_data()
2007-04-21 Brianmove allocation of shProg->Attributes earlier in function
2007-04-19 BrianFix valgrind problem caused by reading text[-1].
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 Briancomments, assertions
2007-04-18 Briannew comments
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 BrianFix some bugs related to querying active uniforms.
2007-04-18 Brianfix error strings, add a sanity check
2007-04-18 BrianRemove bad assertions, decrement NumShaders in _mesa_de...
2007-04-18 Brians/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa...
2007-04-18 BrianReplace _mesa_parameter_longest_name() with _mesa_longe...
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 Brianneed to clamp MAD for linear fog
2007-04-16 BrianFix some assertions that could occur when an error...
2007-04-14 Brianimplement shadow2DRect functions
2007-04-12 Briandisable debug printfs
2007-04-12 BrianAdded sanity checking in _slang_sizeof_type_specifier...
2007-04-12 Brianuse _mesa_clear_shader_program_data()
2007-04-12 BrianNew _mesa_reference_shader/program() function to consol...
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 invalid error detection problem in _mesa_bind_attri...
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
next