summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2007-08-15more tex obj ref count debugging (temporary)Brian2-1/+15
2007-08-14added some temporary texobj ref counting debug outputBrian6-39/+50
2007-08-14Fix a few more problems with freeing FBOs/textures during context destruction.Brian2-25/+41
2007-08-13free any render/framebuffers left in hash tables when freeing shared stateBrian1-0/+23
2007-08-13Implement mutex/locking around texture object reference counting.Brian7-184/+169
2007-08-09fix byte swap bug for GLuint stencil indexes (bug 11909)Brian1-1/+1
2007-08-02fix stencil value masking bug 11805, and fix sizeof() bugBrian1-7/+4
2007-07-30_mesa_pack_bitmap() fix from trunkBrian1-8/+8
2007-07-30dlist polygon stipple fix from trunkBrian1-10/+14
2007-07-29fix glPointParameteriv bug 11754Jan Dvorak1-3/+8
2007-07-21Fix a number of MINGW32 issues (Zhang <zxpmyth@yahoo.com.cn>)mesa_7_0_1_rc1Brian5-5/+18
2007-07-12fix width/depth mix-up (bug 11577)Brian1-1/+1
2007-07-08Fix zero-size texture checking in _mesa_test_proxy_teximage(), bug 11309Brian1-12/+16
2007-07-08Check if 'indices' is NULL, bug 11314Brian1-2/+17
2007-07-08check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian1-1/+13
2007-07-05Copy from Mesa master. Includes fixes for bugs 11475 and 11448.Brian1-40/+63
2007-07-03bring over Roland's DOT3_RGBA fix from masterBrian1-1/+1
2007-07-03Bump version to 7.0.1Brian1-3/+3
2007-06-28a variety of fixes for MingWzhang1-0/+3
2007-06-08disable depthBits check in check_compatible(), see bug 11161Brian1-2/+5
2007-06-08remove old comment about DEFAULT_SOFTWARE_DEPTH_BITSBrian1-6/+3
2007-05-23restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049Brian1-0/+1
2007-05-23Fix point attentuation problem (bug 11042)Brian1-6/+5
2007-05-21if light position is local, treat it as a homogeneous coord and divide by W (...Brian1-2/+9
2007-05-17Refactor determining whether a texture target can use compressed formatIan Romanick1-25/+19
2007-05-17version 7.0, not 7.1Brian1-3/+3
2007-05-15Bring framebuffer_texture's error checking more in-line with the spec.Ian Romanick1-68/+61
2007-05-14master/trunk is now for Mesa 7.1 devel: bump versionsBrian1-3/+3
2007-05-10more indentation fixes, remove 'register' keywordsBrian1-29/+26
2007-05-10re-indent some codeBrian1-54/+62
2007-05-10Fix reversed enable logic in enable_textureIan Romanick1-1/+1
2007-05-10Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabledIan Romanick1-3/+3
2007-05-10Refactor the loop in unbind_texobj_from_texunits.Ian Romanick1-18/+12
2007-05-10Refactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA|RGB).Ian Romanick1-136/+16
2007-05-10Refactor the way TestProxyTexImage is called in texture_error_check.Ian Romanick1-22/+15
2007-05-10Refactor Enable / Disable and IsEnabled bits related to texture targets.Ian Romanick1-82/+50
2007-05-07better comments for _mesa_debug(), _mesa_warning(), etcBrian1-22/+14
2007-04-27Version bumps for 7.0Brian1-7/+7
2007-04-26Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian1-3/+3
2007-04-24assorted fixes for Windows/VC8Karl Schultz1-2/+2
2007-04-21specularColor.alpha should default to 1, not 0Brian1-1/+1
2007-04-21fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian1-4/+4
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian4-6/+6
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2-0/+0
2007-04-21added MemPool fieldBrian1-0/+1
2007-04-21Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian1-6/+6
2007-04-20Remove unused Imakefiles.Brian1-129/+0
2007-04-20Long obsolete.Brian1-21/+0
2007-04-19In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian1-0/+31
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian2-2/+2