summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch to increate MaxTextureLevels to 11 (Benno Schulenberg)mesa_6_4_branchBrian Paul2006-10-185-38/+35
* from trunk: fix vertex program + evaluator crashBrian Paul2006-07-193-22/+34
* add missing 'return' after a few _mesa_error() calls in _mesa_GetTexImage()Brian Paul2006-07-181-3/+5
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-106-15/+55
* Remove MKDEP-related lines (commented out on trunk).Brian Paul2006-06-282-8/+0
* Call _mesa_resize_framebuffer() and recalculate someKeith Whitwell2006-06-151-0/+24
* Protect _swrast_read_rgba_span with RENDER_START/FINISHKeith Whitwell2006-06-141-0/+10
* check for invalid mode in glBegin(), bug 7142Brian Paul2006-06-081-0/+5
* set per-context GL_DRAW_BUFFER state regardless of currently bound FBOBrian Paul2006-06-021-6/+4
* fix depth-component test to allow rectangular texturesBrian Paul2006-06-021-1/+4
* Set NegateBase field to 0x0 or 0xf instead of GL_FALSE/GL_TRUE since it'sBrian Paul2006-05-301-9/+9
* free convolved image / fix mem leak (bug 7077)Brian Paul2006-05-301-0/+1
* In cache_item(), there was sizeof(void) expression.Brian Paul2006-05-231-1/+1
* from trunk: GL_INDEX_OFFSET plus CI->RGB mapping didn't workBrian Paul2006-05-221-9/+10
* further memory fixes for glean/conform, use a better hash functionKeith Whitwell2006-05-222-17/+24
* Clear cache if it gets too big -- otherwise glean/conform type testsKeith Whitwell2006-05-221-13/+28
* Fix typoKeith Whitwell2006-05-221-1/+1
* initialize some valuesKeith Whitwell2006-05-221-0/+4
* import bugfixes from trunkKeith Whitwell2006-05-221-13/+18
* better cache lookups for texenv programsKeith Whitwell2006-05-224-17/+64
* Doubly linked lists and a separate freelist, fix mm.c performance problems.Keith Whitwell2006-05-222-117/+153
* fixes for bug 6863 from trunkBrian Paul2006-05-111-3/+3
* Fix typeo in the description message and URL for the bug.Ian Romanick2006-05-011-2/+2
* fix loop upper bound in _tnl_copy_from_current(), bug 6631Brian Paul2006-04-171-1/+1
* UsesKill flagKeith Whitwell2006-04-062-0/+3
* Correct OutputRegisters stringsKeith Whitwell2006-04-061-2/+3
* Add FP_MAX_OPCODEKeith Whitwell2006-04-061-1/+3
* Use VERT_RESULT_ defines instead of hardwired numbersKeith Whitwell2006-04-061-16/+26
* Renumber VERT_RESULT_ flags to match FRAG_ATTRIB flagsKeith Whitwell2006-04-061-14/+17
* Dave Reveman's scissor fix (bug 6222)Brian Paul2006-03-293-16/+26
* only call ctx->Driver.Bitmap() if there's data to render (from trunk)Brian Paul2006-03-291-7/+9
* fix 3-byte stride mix-up (from trunk, Daniel Borca)Brian Paul2006-03-291-2/+2
* fix PutRowRGB for OSMESA_RGB_656 (Daniel Borca)Brian Paul2006-03-271-3/+3
* latest updates for 6.4.3Brian Paul2006-03-151-2/+4
* remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul2006-03-151-1/+0
* undef previous GET_DISPATCH macroBrian Paul2006-03-151-2/+5
* thread safety fix from trunkBrian Paul2006-03-152-5/+6
* Merge from HEAD:Eric Anholt2006-03-141-0/+3
* Set always_array=true for glGenProgramsNV (Dave Reveman)Brian Paul2006-03-142-2/+2
* replace dprintf() with _glu_dprintf() (bug 6244)Brian Paul2006-03-1416-143/+143
* print newline in _mesa_warning()Brian Paul2006-03-071-4/+4
* call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() ...Brian Paul2006-03-071-2/+7
* FreeBSD updates (Pedro Giffuni)Brian Paul2006-03-071-5/+15
* Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURERoland Scheidegger2006-03-053-3/+3
* Fix bugs with glGet/glIsEnabled and enums which are defined by more than one ...Roland Scheidegger2006-03-024-712/+783
* s/GL_INVALID_VALUE/GL_INVALID_ENUM/Brian Paul2006-03-022-4/+4
* _mesa_copy_context() didn't handle GL_LIGHTING_BIT properly.Brian Paul2006-02-242-3/+4
* Fix _mesa_copy_texture_state() so that we copy texture object bindings,Brian Paul2006-02-242-13/+41
* include inttypes.h if __osf__ defined (Randall Hand)Brian Paul2006-02-231-1/+1
* update Blender linkBrian Paul2006-02-231-1/+1