summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-04-19Correct check for noop array state change (Raystonn)Alan Hourihane1-2/+2
2002-04-19back-port new casts and C++ fixes from trunkBrian Paul14-87/+97
2002-04-17fixed problem with swap() function and GCC3 (patch 414404)Brian Paul1-13/+10
2002-04-17Disabled SPARC cliptest functions for now. See bug report 544665.Brian Paul1-4/+8
2002-04-15Build demos/samples correctly on Windows (Robert Bergkvist) to sync upKarl Schultz15-49/+214
2002-04-15update to match branch - performance measuring additions.Karl Schultz1-8/+37
2002-04-12Jose's latest patch (GMBT_GEOMETRIC_CORRECTION)Brian Paul1-1/+17
2002-04-12fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul2-16/+47
2002-04-12version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token valuesBrian Paul1-4/+27
2002-04-10new MMX blend code (Jose Fonseca)Brian Paul2-344/+392
2002-04-09removed stray 'n' character at top of fileBrian Paul1-1/+1
2002-04-09bring in changes from dri tcl branchKeith Whitwell23-279/+1516
2002-04-08tranforming display list normals by non-uniform scale didn't work (Carlos Per...Brian Paul1-4/+14
2002-04-06Pass context pointer to _tnl_free_immediate() and don't rely on backrefBrian Paul7-31/+31
2002-04-05export another symbol for recent osmesa changes.Karl Schultz1-0/+1
2002-04-04repair Array.NewState flags (Michael Fitzpatrick)Brian Paul1-10/+10
2002-04-04call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...Brian Paul1-2/+7
2002-04-04fixed some 3D texture image stride bugs when using 16-bit channelsBrian Paul1-7/+10
2002-04-04fixed 16/32-bit channel problems in CopyColor[Sub]Table()Brian Paul1-5/+5
2002-04-04Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitchesBrian Paul1-9/+9
2002-04-01DJGPP fixesmesa_4_0_2Brian Paul3-5/+5
2002-04-01another DOS driver updateBrian Paul28-100/+183
2002-03-29Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul1-3/+10
2002-03-29added dmesadxe.h to tar file listBrian Paul1-1/+2
2002-03-28decrement Transform._AnyClip when clip planes are disabledBrian Paul1-3/+6
2002-03-28popping of user-defined clip planes was brokenBrian Paul1-13/+22
2002-03-25(WIN32)Use _glapi_get_context to get the context in buffer_size() insteadKarl Schultz1-1/+7
2002-03-25export _glapi_get_context for osmesa.Karl Schultz1-0/+1
2002-03-23re-adding a lost fileBrian Paul1-0/+22
2002-03-23DOS/Mesa driver updates (Daniel Borca)Brian Paul11-83/+150
2002-03-23final? updatesBrian Paul2-4/+5
2002-03-23latest extension headers from SGIBrian Paul2-232/+490
2002-03-20removed glSamplePass()Brian Paul1-5/+3
2002-03-19latest bug fixesBrian Paul1-1/+5
2002-03-19don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul1-3/+1
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul8-85/+162
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul3-20/+19
2002-03-16undo previous check-inBrian Paul1-1/+9
2002-03-16added XMesaResizeBuffers()Brian Paul1-3/+12
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul24-265/+305
2002-03-15protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul1-2/+2
2002-03-15updated comments. removed dead code.Brian Paul2-146/+17
2002-03-15remove a debug printfBrian Paul1-2/+1
2002-03-15fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Mich...Brian Paul1-2/+2
2002-03-14fixed pointer arithmetic error in glCopyPixelsBrian Paul1-5/+5
2002-03-13put lodbias loop inside test for non-NULL lambda arrayBrian Paul1-20/+21
2002-03-12added thread rendering bug fixBrian Paul1-2/+5
2002-03-12Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2-65/+6
2002-03-11tweak file list for tarballsBrian Paul1-3/+1
2002-03-11obsoleteBrian Paul7-2395/+0