summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* DJGPP fixesmesa_4_0_2Brian Paul2002-04-013-5/+5
* another DOS driver updateBrian Paul2002-04-016-36/+111
* Use invert_matrix_general() instead of invert_matrix_perspective() becauseBrian Paul2002-03-291-3/+10
* 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
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-234-15/+26
* 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
* 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
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-122-65/+6
* obsoleteBrian Paul2002-03-116-2377/+0
* DOS driver updates from Daniel BorcaBrian Paul2002-03-082-109/+71
* new DOS driver files from Daniel BorcaBrian Paul2002-03-087-0/+2318
* minor patches from David DawesBrian Paul2002-03-072-4/+9
* syntax fixes for Solaris (David Dawes)Brian Paul2002-03-076-613/+726
* return 'Mesa Offscreen16' or 'Mesa Offscreen32' if using deep color channelsBrian Paul2002-03-011-1/+7
* silence gcc warnings (Marc La France)Brian Paul2002-03-014-21/+29
* updated comments for CHAN_BITS=16 or 32Brian Paul2002-03-011-11/+9
* DOS driver updates from Daniel BorcaBrian Paul2002-02-232-138/+515
* Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul2002-02-212-113/+166
* check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul2002-02-201-2/+2
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-153-21/+32
* fix casts to quiet compiler warnings.Karl Schultz2002-02-151-2/+2
* obsoleteBrian Paul2002-02-152-1661/+0
* fixed float->int conversion. Fix conditional for 16-bit Z buffer pathBrian Paul2002-02-151-5/+5
* Remove debugKeith Whitwell2002-02-131-2/+2
* remove debug printsKeith Whitwell2002-02-122-4/+4
* More support for t&l drivers.Keith Whitwell2002-02-1222-116/+227
* silence compiler warning (windows)Karl Schultz2002-02-121-2/+2
* Prep for Mesa 4.0.2 release.Brian Paul2002-02-122-9/+9
* Daniel Borca's new DOS/DJGPP driver.Brian Paul2002-02-125-0/+1662
* added some handy debug codeBrian Paul2002-01-301-1/+14
* don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8Brian Paul2002-01-301-3/+3
* replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problemBrian Paul2002-01-301-5/+5
* set PB->haveSpec in line functions that emit specular colorBrian Paul2002-01-161-1/+3
* Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz2002-01-161-5/+11
* added some missing error checksBrian Paul2002-01-152-5/+19
* removed API compat stuffBrian Paul2002-01-155-102/+153
* Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz2002-01-152-160/+180
* Remove trailing CR's from most of the lines. No logical changes.Karl Schultz2002-01-151-478/+487