summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-05-13mesa: reference counting for gl_array_objectBrian Paul
2009-05-11mesa: Fixed a texture memory leakBrian Paul
2009-05-08mesa: set version to 7.5-rc1Brian Paul
2009-05-08mesa: Make _mesa_share_state thread safe.José Fonseca
2009-05-08mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-08mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell
2009-05-07mesa: unmap buffer objects during context tear-downBrian Paul
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul
2009-05-01mesa: remove -devel suffix from versionBrian Paul
2009-04-28mesa/main: protect driver.finish with FLUSH_CURRENTKeith Whitwell
2009-04-27mesa: Call _mesa_snprintf instead of snprintf.José Fonseca
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul
2009-04-23mesa: more informative error messagesBrian Paul
2009-04-22mesa: minor state-update changes in histogram codeBrian Paul
2009-04-22mesa: fix comment typoBrian Paul
2009-04-22mesa: fix _mesa_dump_textures(), add null ptr checkBrian Paul
2009-04-22mesa: protect driver.flush() with FLUSH_CURRENTKeith Whitwell
2009-04-21mesa: new _NEW_PROGRAM_CONSTANTS flagBrian Paul
2009-04-17mesa: suppress extra newlineBrian Paul
2009-04-17mesa: minor tweak to error messageBrian Paul
2009-04-16Merge branch 'register-negate'Brian Paul
2009-04-16mesa: fix bad mask bit in clip plane restore code for glPopAttrib()Lars Henning Wendt
2009-04-16Merge branch 'gallium-s3tc'José Fonseca
2009-04-15mesa: Update texenv program when _NEW_ARRAYS is updated as well.Eric Anholt
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-04-14mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul
2009-04-14mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul
2009-04-14mesa: use standard offsetof() macroBrian Paul
2009-04-09mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul
2009-04-09mesa: Report name for missing s3tc functionsJakob Bornecrantz
2009-04-08Mesa: allow suppression of debug messages in a debug buildRobert Ellison
2009-04-08mesa: Don't attempt to free the dummy program.José Fonseca
2009-04-07mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian Paul
2009-04-07mesa: fix incorrect component ordering for sRGB8 texture fetch/storeBrian Paul
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-04-03mesa: clamp colors to [0,1] for glGetTexImage() when format is GL_LUMINANCEBrian Paul
2009-04-03mesa: whitespace and comment clean-upBrian Paul
2009-04-03mesa: remove extra semicolonsBrian Paul
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
2009-04-03mesa: don't normalize spot light direction until validation timeBrian Paul
2009-04-03mesa: more error message infoBrian Paul
2009-04-02mesa: fix TexParameter functionsRoland Scheidegger
2009-04-02mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul
2009-04-02mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul
2009-04-01mesa: get rid of gl_texture_object::_BorderChanBrian Paul
2009-04-01mesa: simplify ycbcr->rgb conversion codeBrian Paul
2009-04-01mesa: convert more texture fetch functions to return GLfloatBrian Paul
2009-04-01mesa: switch texel fetch functions from GLchan to GLfloatBrian Paul
2009-04-01mesa: texture combine clean-upsBrian Paul