summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* return GL_FALSE in fxDDColorMaskBrian Paul2000-01-061-1/+1
* updated Clear function for new mask bitsBrian Paul2000-01-063-56/+77
* new Clear function maskBrian Paul2000-01-061-5/+18
* minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul2000-01-051-5/+3
* misc updatesBrian Paul2000-01-051-4/+8
* clean-up of Linux target configsBrian Paul2000-01-052-80/+47
* removed _glapi_ThreadSafeBrian Paul2000-01-053-23/+20
* start search at 1 in HashFindFreeKeyBlock()Brian Paul2000-01-041-4/+4
* added missing glColorTableParameter definesBrian Paul2000-01-041-2/+4
* optimized GET_IMMEDIATE for thread safetyBrian Paul1999-12-171-2/+2
* print thread safety info if MESA_INFO setBrian Paul1999-12-171-1/+6
* updated for new thread support in Mesa 3.3Brian Paul1999-12-171-36/+22
* updated with latest source filesBrian Paul1999-12-173-30/+84
* replaced mthreads.c with glthread.cBrian Paul1999-12-172-4/+4
* further simplification of thread-related code, misc clean-upBrian Paul1999-12-172-214/+200
* added current context functions, made ThreadSafe publicBrian Paul1999-12-172-9/+76
* removed old thread codeBrian Paul1999-12-171-45/+16
* fixed thread problemsBrian Paul1999-12-172-59/+43
* more tweaking of thread supportBrian Paul1999-12-171-3/+8
* don't free thread data in pthread_key_create()Brian Paul1999-12-171-6/+6
* minor clean-upBrian Paul1999-12-162-15/+2
* thread support now worksBrian Paul1999-12-162-35/+85
* initial revBrian Paul1999-12-162-0/+388
* minor changeBrian Paul1999-12-161-2/+4
* new threading, more functions addedBrian Paul1999-12-161-672/+447
* added more functionsBrian Paul1999-12-161-1/+6
* added more extension functionsBrian Paul1999-12-161-7/+206
* initial revBrian Paul1999-12-161-0/+786
* added a cast to malloc callBrian Paul1999-12-161-2/+5
* added _glapi_get_proc_name()Brian Paul1999-12-151-1/+5
* new thread codeBrian Paul1999-12-152-20/+55
* initial revBrian Paul1999-12-151-0/+59
* just include Makefile.X11Brian Paul1999-12-151-59/+1
* made a few globals staticBrian Paul1999-12-151-5/+5
* moved #define to column 0Brian Paul1999-12-151-2/+5
* replaced 0 with 0.0 in sin, cos callsBrian Paul1999-12-151-3/+6
* removed _GLAPI_ extension testingBrian Paul1999-12-151-29/+16
* added many more extension entry pointsBrian Paul1999-12-154-420/+580
* Committing in .Jouk Jansen1999-12-131-2/+4
* removed unneeded code in gluBuild1DMipmaps()Brian Paul1999-12-121-7/+4
* bitmaps were vertically shifted by one pixelBrian Paul1999-12-121-2/+3
* added GLX_ARB_get_proc_addressBrian Paul1999-12-111-2/+6
* added GLX_ARB_get_proc_address to extension listBrian Paul1999-12-111-3/+3
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-109-12/+327
* added GL_ARB_transpose_matrixBrian Paul1999-12-101-3/+23
* new depth buffer functionsBrian Paul1999-12-103-453/+64
* pass new args to gl_create_framebufferBrian Paul1999-12-101-1/+5
* applied Daryll's patchesBrian Paul1999-12-103-408/+409
* pass new args to gl_create_framebuffer()Brian Paul1999-12-101-3/+8
* changes in hardware depth buffer supportBrian Paul1999-12-106-360/+512