summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-17Enable texture sampling for vertex programs/shaders.Brian1-7/+18
2007-04-17don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...Brian1-1/+2
2007-04-16Use generic program limits instead of NV-specific ones to init program consta...Brian1-4/+4
2007-04-14illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARBBrian1-4/+8
2007-04-14more _mesa_unreference_framebuffer() calls, remove dead codeBrian1-24/+2
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2-3/+7
2007-04-08enable GLSL 1.20Brian2-0/+4
2007-04-07Drop XFree86Server from execmem.cGeorge Sapountzis1-1/+1
2007-04-05Remove SI imports/exports remnants.George Sapountzis2-9/+1
2007-04-05temporary add some extra renderbuffer debug codeBrian2-1/+9
2007-04-04Remove the never-used SI-style imports/exports code.Brian5-478/+7
2007-04-02use _mesa_reference_renderbuffer() in a few more placesBrian2-13/+3
2007-04-02updated debug printfBrian1-2/+2
2007-03-27fix incorrect _MaxElement calculationRoland Scheidegger1-1/+2
2007-03-27Restore the UseTexEnvProgram logic.Brian3-4/+18
2007-03-26merge of glsl-compiler-1 branchBrian16-267/+1421
2007-03-25Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian5-80/+55