summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Disabled SPARC cliptest functions for now. See bug report 544665.Brian Paul2002-04-171-4/+8
* Build demos/samples correctly on Windows (Robert Bergkvist) to sync upKarl Schultz2002-04-1515-49/+214
* update to match branch - performance measuring additions.Karl Schultz2002-04-151-8/+37
* Jose's latest patch (GMBT_GEOMETRIC_CORRECTION)Brian Paul2002-04-121-1/+17
* fixes for corrected GL_DOT3_RGB[A]_EXT token valuesBrian Paul2002-04-122-16/+47
* version 13 of glext.h - fixes GL_EXT_texture_env_dot3 token valuesBrian Paul2002-04-121-4/+27
* new MMX blend code (Jose Fonseca)Brian Paul2002-04-102-344/+392
* removed stray 'n' character at top of fileBrian Paul2002-04-091-1/+1
* bring in changes from dri tcl branchKeith Whitwell2002-04-0923-279/+1516
* tranforming display list normals by non-uniform scale didn't work (Carlos Per...Brian Paul2002-04-081-4/+14
* Pass context pointer to _tnl_free_immediate() and don't rely on backrefBrian Paul2002-04-067-31/+31
* export another symbol for recent osmesa changes.Karl Schultz2002-04-051-0/+1
* repair Array.NewState flags (Michael Fitzpatrick)Brian Paul2002-04-041-10/+10
* call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...Brian Paul2002-04-041-2/+7
* fixed some 3D texture image stride bugs when using 16-bit channelsBrian Paul2002-04-041-7/+10
* fixed 16/32-bit channel problems in CopyColor[Sub]Table()Brian Paul2002-04-041-5/+5
* Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitchesBrian Paul2002-04-041-9/+9
* DJGPP fixesmesa_4_0_2Brian Paul2002-04-013-5/+5
* another DOS driver updateBrian Paul2002-04-0128-100/+183
* Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul2002-03-291-3/+10
* added dmesadxe.h to tar file listBrian Paul2002-03-291-1/+2
* decrement Transform._AnyClip when clip planes are disabledBrian Paul2002-03-281-3/+6
* popping of user-defined clip planes was brokenBrian Paul2002-03-281-13/+22
* (WIN32)Use _glapi_get_context to get the context in buffer_size() insteadKarl Schultz2002-03-251-1/+7
* export _glapi_get_context for osmesa.Karl Schultz2002-03-251-0/+1
* re-adding a lost fileBrian Paul2002-03-231-0/+22
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-2311-83/+150
* final? updatesBrian Paul2002-03-232-4/+5
* latest extension headers from SGIBrian Paul2002-03-232-232/+490
* removed glSamplePass()Brian Paul2002-03-201-5/+3
* latest bug fixesBrian Paul2002-03-191-1/+5
* don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul2002-03-191-3/+1
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-198-85/+162
* fix Intel C compiler warnings (Gerk Huisma)Brian Paul2002-03-193-20/+19
* undo previous check-inBrian Paul2002-03-161-1/+9
* added XMesaResizeBuffers()Brian Paul2002-03-161-3/+12
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-1624-265/+305
* protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul2002-03-151-2/+2
* updated comments. removed dead code.Brian Paul2002-03-152-146/+17
* remove a debug printfBrian Paul2002-03-151-2/+1
* fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Mich...Brian Paul2002-03-151-2/+2
* fixed pointer arithmetic error in glCopyPixelsBrian Paul2002-03-141-5/+5
* put lodbias loop inside test for non-NULL lambda arrayBrian Paul2002-03-131-20/+21
* added thread rendering bug fixBrian Paul2002-03-121-2/+5
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-122-65/+6
* tweak file list for tarballsBrian Paul2002-03-111-3/+1
* obsoleteBrian Paul2002-03-117-2395/+0
* fix some minor warningsBrian Paul2002-03-083-7/+9
* updates for 4.0.2Brian Paul2002-03-081-6/+6
* DOS driver updates from Daniel BorcaBrian Paul2002-03-083-126/+78