Fix glBegin-time test for invalid programs/shaders.
[mesa.git] / src / mesa / shader /
2008-02-20 Brianraise GL_INVALID_OPERATION if glProgramString compilati...
2008-01-31 Roland Scheideggerregenerate glsl library functions
2008-01-31 Roland Scheideggerfix w component of glsl vec4 asin
2008-01-15 Eric AnholtFix the compile of disabled DEBUG_PARSING code.
2008-01-15 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
2008-01-01 Bruce MerryConvert to 0/1 when setting boolean uniforms
2008-01-01 Bruce MerryMake use of count in _mesa_uniform_matrix
2008-01-01 Bruce MerryMore fixes to shader_api
2008-01-01 Bruce MerryFix several bugs relating to uniforms and attributes...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Brianreturn correct size from glGetActiveUniform (bug 13751)
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-11 Roland Scheideggermake sure state token values are fully initialized
2007-12-04 BrianFix gl_FrontFacing compilation problem
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 BrianMove _mesa_load_tracked_matrices() from TNL module...
2007-11-27 Brianset fp->UsesKill when emitting OPCODE_KIL
2007-11-23 BrianConsolidate texture fetch code and use partial derivati...
2007-11-23 BrianFix parsing of gl_FrontLightModelProduct.sceneColor...
2007-11-09 Roland Scheideggeralias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2007-11-01 Brianremove dead code in _mesa_new_program()
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Briandisable ctx->Driver.NewProgram() call in _mesa_new_prog...
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-11 Brianremove unneeded cast
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-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-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-17 Zou Nan hai Use ProgramStringNotify
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-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-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
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-10 J.JansenUpdated OpenVMS makefiles
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
next