gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
[mesa.git] / src / mesa / shader /
2008-04-23 Brian Paulgallium: fix potential divide by zero in fog computation
2008-04-16 Brian Paulmesa: added internal post color matrix scale/bias vars
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-07 Brianmesa: new _mesa_remove_varying_reads() function
2008-04-07 Brianmesa: added _mesa_insert_instructions()
2008-04-07 Brianmesa: added _mesa_free_instructions()
2008-04-05 Brianmesa: no longer combine vertex/fragment shader paramete...
2008-04-05 Brianmesa: new functions for managing list/index of uniforms
2008-04-04 Brian Paulgallium: make sure to set the SamplersUsed field for...
2008-03-31 Markus Amslerfix parsing bug involving comments at the end of ARB...
2008-03-27 Brianconsolidate some parsing functions that were pretty...
2008-03-27 Brianmesa: misc sync-up with master
2008-03-27 Brianraise GL_INVALID_OPERATION if glProgramString compilati...
2008-03-27 BrianFix the compile of disabled DEBUG_PARSING code.
2008-03-27 Brianmake sure state token values are fully initialized
2008-03-27 Brianadded program_error2() function for better error reporting
2008-03-27 BrianFix state.texgen parsing error (bug 12313).
2008-03-25 Brian Paulmesa: fix some issues in _mesa_combine_programs()
2008-03-25 Brian Paulmesa: append fog instructions after parsing if a fog...
2008-03-25 Brian Paulmesa: when negating scalar src args, use NEGATE_XYZW...
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-03-17 Markus Amsleronly set InputsRead bit if input is really used
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-03-12 Brianmesa: set SamplersUsed bitmask when parsing ARB fragmen...
2008-02-27 Jerome Glissemesa: set input read only on success
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-01-18 Brians/varible/variable/
2008-01-18 Brianset param type to PROGRAM_CONSTANT when parsing immediates
2008-01-16 Brianuse NEGATE_X/Y/Z/W tokens
2008-01-16 Brianclean-up swizzle fields in fog code, fix NegateBase
2008-01-16 Briancopy UsesKill state in _mesa_combine_programs()
2008-01-01 Brianfree program caches
2008-01-01 Brianfix a memleak
2007-12-08 BrianMove _mesa_init_glsl_driver_functions() into shader_api.c
2007-10-31 Brianfix type for Samplers field
2007-10-31 Brianalloc caches for fixed-func vertex/fragment progs
2007-10-31 Brianfix InputsRead bug in _mesa_combine_programs()
2007-10-31 Brianspecial-case KIL/KIL_NV
2007-10-30 Brianmore additions for COLOR_MATRIX, etc
2007-10-30 Brianadd state vars for color matrix, pixel transfer scale...
2007-10-30 BrianProgram cache functions.
2007-10-30 Briancheck for NULL ptr in _mesa_print_parameter_list()
2007-10-30 Brianmake _mesa_combine_programs() params const
2007-10-30 BrianAdded _mesa_combine_programs() for concatenating two...
2007-10-30 Brianadded _mesa_combine_parameter_lists()
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-10-17 Briandisable the NeedFlush assertion for now
2007-10-17 BrianAssert that there's no outstanding current state that...
2007-08-07 michalNaive implementation of IF/ELSE/ENDIF.
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-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-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-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-05 Ian RomanickUpdates for array texture shadow targets.
2007-05-22 Roland Scheideggermake sure optimized fog params get updated
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
next