summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-27Implement true CAL/RET subroutines. Some optimizations, clean-ups coming...Brian
2007-03-27fix another pc off-by oneBrian
2007-03-27added _slang_label_new_unique()Brian
2007-03-27fix some printing issues related to subroutinesBrian
2007-03-27fix a fragment fog regressionBrian
2007-03-27fix off by one error in OPCODE_RETBrian
2007-03-27init machine->StackDepth=0Brian
2007-03-27more parenthesisBrian
2007-03-27i915tex compile fix (account for moved _UseTexEnvProgram var)Roland Scheidegger
2007-03-27fix incorrect _MaxElement calculationRoland Scheidegger
2007-03-27recommit e731d8aafa98bbf9d30f83e65f28b7718be55834.Roland Scheidegger
2007-03-27add parenthesis around a bit-wise AND term in _tnl_InvalidateState()Brian
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-03-27r300: Fix radeonUpdatePageFlipping() function.Roland Scheidegger
2007-03-27r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...Roland Scheidegger
2007-03-27always print error messages, unless LIBGL_DEBUG=quietBernardo Innocenti
2007-03-27r300: Check ctx->WinSysDrawBuffer before calling function that dereferences it.Michel Dänzer
2007-03-26fix r128 rendering, lockupsMiroslav Šustek
2007-03-27Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesaZou Nan hai
2007-03-27 Fix compile errorZou Nan hai
2007-03-26s/SUB/BGNSUB/Brian
2007-03-26Checkpoint: implementing true CAL/RET instructions for subroutine calls.Brian
2007-03-26Get rid of IR_JUMP and related code.Brian
2007-03-26special case RETBrian
2007-03-26Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling.Brian
2007-03-26remove debug abort() callsBrian
2007-03-26Additional error checking for 'return' statements.Brian
2007-03-26undo some debugging hacksBrian
2007-03-26dead code elimination for constant-valued if/then/elseBrian
2007-03-26r300: Remove a warning when vertex programs produce an unused outputNicolai Haehnle
2007-03-26r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle
2007-03-26Fix a few issues with computing storage sizes with respect to swizzles.Brian
2007-03-26In _mesa_lookup_parameter_constant() make sure we return a full, 4-component ...Brian
2007-03-26r300: Fix warnings that were introduced by the glsl mergeNicolai Haehnle
2007-03-26Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian
2007-03-26remove incorrect assertionsBrian
2007-03-26disable printing shader program debug infoBrian
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-26i915tex: Make sure renderbuffers don't get deleted when flipping them.Michel Dänzer
2007-03-26disable free() until other issues can be fixed...Brian
2007-03-26fix mem leak, add commentsBrian
2007-03-26nouveau: match drm version bumpBen Skeggs
2007-03-25Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian
2007-03-25i965: The given urb layout(maximal size of urb entries and theXiang, Haihao
2007-03-25Color3iv: set the alpha value to 1.0Xiang, Haihao
2007-03-25r300: Whitespace cleanup in r300_texmem.cNicolai Haehnle
2007-03-25r300: Whitespace cleanup in r300_texstate.cNicolai Haehnle
2007-03-25r300: Fix regression: unnecessary node indirectionNicolai Haehnle
2007-03-24fix mem leakBrian
2007-03-24disable free(var->aux) -- can lead to segfaultBrian