summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-08fix some minor warningsBrian Paul3-7/+9
2002-03-08updates for 4.0.2Brian Paul1-6/+6
2002-03-08DOS driver updates from Daniel BorcaBrian Paul3-126/+78
2002-03-08new DOS driver files from Daniel BorcaBrian Paul7-0/+2318
2002-03-07minor patches from David DawesBrian Paul2-4/+9
2002-03-07syntax fixes for Solaris (David Dawes)Brian Paul6-613/+726
2002-03-01use -O3 for osmesa16/32 builds, disable FX and SVGA in debug buildsBrian Paul1-6/+6
2002-03-01return 'Mesa Offscreen16' or 'Mesa Offscreen32' if using deep color channelsBrian Paul1-1/+7
2002-03-01silence gcc warnings (Marc La France)Brian Paul4-21/+29
2002-03-01updated comments for CHAN_BITS=16 or 32Brian Paul1-11/+9
2002-02-23DOS driver updates from Daniel BorcaBrian Paul11-235/+711
2002-02-21Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul2-113/+166
2002-02-21added XMesaGarbageCollect itemBrian Paul1-1/+2
2002-02-20check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul1-2/+2
2002-02-17undo some debug changes mistakenly checked in earlierBrian Paul1-2/+2
2002-02-15added two latest bug fixesBrian Paul1-1/+3
2002-02-15use separate GC for SwapBuffers to avoid colormask problemBrian Paul3-21/+32
2002-02-15fix casts to quiet compiler warnings.Karl Schultz1-2/+2
2002-02-15obsoleteBrian Paul2-1661/+0
2002-02-15fixed float->int conversion. Fix conditional for 16-bit Z buffer pathBrian Paul1-5/+5