summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* fix width/depth mix-up (bug 11577)Brian2007-07-121-1/+1
* Fix zero-size texture checking in _mesa_test_proxy_teximage(), bug 11309Brian2007-07-081-12/+16
* Check if 'indices' is NULL, bug 11314Brian2007-07-081-2/+17
* check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian2007-07-081-1/+13
* Copy from Mesa master. Includes fixes for bugs 11475 and 11448.Brian2007-07-051-40/+63
* bring over Roland's DOT3_RGBA fix from masterBrian2007-07-031-1/+1
* Bump version to 7.0.1Brian2007-07-031-3/+3
* a variety of fixes for MingWzhang2007-06-281-0/+3
* disable depthBits check in check_compatible(), see bug 11161Brian2007-06-081-2/+5
* remove old comment about DEFAULT_SOFTWARE_DEPTH_BITSBrian2007-06-081-6/+3
* restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049Brian2007-05-231-0/+1
* Fix point attentuation problem (bug 11042)Brian2007-05-231-6/+5
* if light position is local, treat it as a homogeneous coord and divide by W (...Brian2007-05-211-2/+9
* Refactor determining whether a texture target can use compressed formatIan Romanick2007-05-171-25/+19
* version 7.0, not 7.1Brian2007-05-171-3/+3
* Bring framebuffer_texture's error checking more in-line with the spec.Ian Romanick2007-05-151-68/+61
* master/trunk is now for Mesa 7.1 devel: bump versionsBrian2007-05-141-3/+3
* more indentation fixes, remove 'register' keywordsBrian2007-05-101-29/+26
* re-indent some codeBrian2007-05-101-54/+62
* Fix reversed enable logic in enable_textureIan Romanick2007-05-101-1/+1
* Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabledIan Romanick2007-05-101-3/+3
* Refactor the loop in unbind_texobj_from_texunits.Ian Romanick2007-05-101-18/+12
* Refactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA|RGB).Ian Romanick2007-05-101-136/+16
* Refactor the way TestProxyTexImage is called in texture_error_check.Ian Romanick2007-05-101-22/+15
* Refactor Enable / Disable and IsEnabled bits related to texture targets.Ian Romanick2007-05-101-82/+50
* better comments for _mesa_debug(), _mesa_warning(), etcBrian2007-05-071-22/+14
* Version bumps for 7.0Brian2007-04-271-7/+7
* Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian2007-04-261-3/+3
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-2/+2
* specularColor.alpha should default to 1, not 0Brian2007-04-211-1/+1
* fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian2007-04-211-4/+4
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-214-6/+6
* Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian2007-04-212-0/+0
* added MemPool fieldBrian2007-04-211-0/+1
* Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian2007-04-211-6/+6
* Remove unused Imakefiles.Brian2007-04-201-129/+0
* Long obsolete.Brian2007-04-201-21/+0
* In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian2007-04-191-0/+31
* s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian2007-04-182-2/+2
* Enable texture sampling for vertex programs/shaders.Brian2007-04-171-7/+18
* don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...Brian2007-04-171-1/+2
* Use generic program limits instead of NV-specific ones to init program consta...Brian2007-04-161-4/+4
* illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARBBrian2007-04-141-4/+8
* more _mesa_unreference_framebuffer() calls, remove dead codeBrian2007-04-141-24/+2
* i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer2007-04-092-3/+7
* enable GLSL 1.20Brian2007-04-082-0/+4
* Drop XFree86Server from execmem.cGeorge Sapountzis2007-04-071-1/+1
* Remove SI imports/exports remnants.George Sapountzis2007-04-052-9/+1
* temporary add some extra renderbuffer debug codeBrian2007-04-052-1/+9
* Remove the never-used SI-style imports/exports code.Brian2007-04-045-478/+7