summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added fxMesaContext arg to fxInitPixelTables()Brian Paul2000-01-133-6/+9
* applied Daryll's patches for GLX_DIRECT_RENDERINGBrian Paul2000-01-131-5/+31
* added -Wmissing-prototypes and enabled pthreads for linux debug configsBrian Paul2000-01-131-7/+7
* added _mesa_ArrayElement() protoBrian Paul2000-01-131-2/+6
* added gl_register_config_var() protoBrian Paul2000-01-131-3/+7
* init a few vars to silence compiler warningsBrian Paul2000-01-131-1/+3
* include dispatch.hBrian Paul2000-01-131-1/+2
* clean up of eval_coord1/2f()Brian Paul2000-01-131-10/+12
* commented out gl_reinit_light_attrib()Brian Paul2000-01-131-5/+5
* commented out unused functionBrian Paul2000-01-131-3/+4
* minor clean-upBrian Paul2000-01-131-5/+7
* made some functions staticBrian Paul2000-01-131-25/+25
* another fix for gluPartialDisk() in GL_LINE modeBrian Paul2000-01-111-2/+2
* fixed missing slice problem in gluPartialDisk()Brian Paul2000-01-111-94/+5
* added printf-message to dispatch templatesBrian Paul2000-01-102-515/+555
* added amesa.h to tar file listBrian Paul2000-01-081-3/+3
* removed DISPATCH_SETUP, added RETURN_DISPATCHBrian Paul2000-01-082-527/+30
* fixed prototype typo in glHintPGI ( )Brian Paul2000-01-081-2/+2
* minor updatesBrian Paul2000-01-071-13/+26
* * Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor2000-01-078-67/+376
* added missing glHintPGI() functionBrian Paul2000-01-073-4/+33
* improved robustness of extension handling in static_functions[] arrayBrian Paul2000-01-071-229/+467
* added glHintPGI templateBrian Paul2000-01-071-1/+8
* added BitsPerPixel to XMesaVisual structBrian Paul2000-01-071-2/+3
* updated version stringBrian Paul2000-01-071-3/+6
* removed cpp conditionals from _mesa_init_exec_table()Brian Paul2000-01-071-31/+16
* fixed GetString template, added GL_SGI_color_table templatesBrian Paul2000-01-071-3/+48
* assigned official GL_ARB_transpose_matrix enumsBrian Paul2000-01-071-7/+6
* Committing in .Jouk Jansen2000-01-071-1/+10
* 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