summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* fixed compilation problem for swdd->SetBufferBrian Paul2002-09-031-2/+2
* Don't call _mesa_initialize_context because we are usingKarl Schultz2002-08-281-11/+2
* stub functions for glXAllocate/FreeMemoryNV()Brian Paul2002-08-224-4/+73
* s/DrawDestMask/_DrawDestMask/Brian Paul2002-08-211-4/+7
* s/ProjectedClipPtr/NdcPtr/Brian Paul2002-08-212-13/+13
* fix problems in FXgetImage()Brian Paul2002-08-211-15/+14
* fixed array index typo in VERT_SAVE_RGBA() macroBrian Paul2002-08-211-2/+2
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-072-250/+246
* Catch up windows driver with recent context modsKarl Schultz2002-07-291-3/+3
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-0911-293/+177
* CHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent. (Gerk Huisma)Brian Paul2002-06-301-1/+15
* removed extra right-parenBrian Paul2002-06-252-4/+4
* FRONT_AND_BACK cullingKeith Whitwell2002-06-252-2/+8
* put XSync in get_buffer_size(), plus clean-upBrian Paul2002-06-191-6/+7
* new fix for initial window size problemBrian Paul2002-06-171-3/+1
* Fix glXCopyContext bugBrian Paul2002-06-161-3/+5
* fixed window size initialization bugBrian Paul2002-06-161-1/+3
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-1510-65/+49
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-1514-74/+72
* more removal of fprintf() callsBrian Paul2002-06-131-12/+15
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-1310-36/+50
* GGI driver updates (Filip Spacek)Brian Paul2002-06-105-645/+797
* replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul2002-06-061-4/+4
* more big-endian tweaksBrian Paul2002-06-051-3/+3
* bring over Michel Daenzer's DRI changesBrian Paul2002-06-032-23/+25
* some initial work for fbconfigs/pbuffersBrian Paul2002-05-273-17/+30
* Apply alpha buffer control fix to accum buffer too.Karl Schultz2002-04-231-2/+3
* Fix up alpha buffer handling for Windows.Karl Schultz2002-04-232-6/+36
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-192-241/+241
* C++ fixBrian Paul2002-04-191-1/+5
* added OSMesaGetProcAddress()Brian Paul2002-04-041-1/+34
* call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...Brian Paul2002-04-041-2/+7
* return NULL from Fake_glXCreateContext() if dpy or visinfo are NULLBrian Paul2002-04-021-1/+5
* DOS driver updateBrian Paul2002-04-015-27/+48
* use _glapi_get_context() instead of GET_CURRENT_CONTEXT(ctx); in buffer_size()Brian Paul2002-03-291-2/+3
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-233-13/+8
* don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul2002-03-191-3/+1
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-168-86/+114
* protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul2002-03-151-3/+4
* updated comments. removed dead code.Brian Paul2002-03-152-146/+17
* remove a debug printfBrian Paul2002-03-151-2/+1
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-122-65/+7
* obsoleteBrian Paul2002-03-116-2377/+0
* DOS driver updates from Daniel BorcaBrian Paul2002-03-081-105/+68
* new DOS driver files from Daniel BorcaBrian Paul2002-03-087-0/+2318
* silence gcc warnings (Marc La France)Brian Paul2002-03-013-7/+14
* updated comments for CHAN_BITS=16 or 32Brian Paul2002-03-011-9/+7
* DOS updates from Daniel BorcaBrian Paul2002-02-231-106/+457
* check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul2002-02-201-2/+2
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-153-19/+30