gallium/i915: hook up screen->get_param()
[mesa.git] / src / mesa / shader /
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
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
next