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