aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FX driver fixesBrian Paul2002-11-041-1/+2
* misc driver updates (Daniel Borca)Brian Paul2002-11-045-14/+16
* glxinfo updateBrian Paul2002-11-041-1/+2
* add support for GLX_ARB_multisampleBrian Paul2002-11-041-4/+12
* fix for HPUXBrian Paul2002-11-011-1/+1
* HPUX fixesBrian Paul2002-11-011-1/+2
* silence a bunch of warningsBrian Paul2002-11-017-59/+52
* renamed abs() function glu_abs()Brian Paul2002-11-0110-51/+52
* fix a typoBrian Paul2002-11-011-2/+2
* list bug fixes in 5.0Brian Paul2002-10-311-1/+4
* tweak pipeline flags for vertex programmingBrian Paul2002-10-311-6/+8
* fix the occasional missing triangle bugBrian Paul2002-10-311-4/+3
* simple GL_EXT_stencil_wrap test programBrian Paul2002-10-312-2/+149
* fix a few HPUX problemsBrian Paul2002-10-311-2/+6
* Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell2002-10-311-1/+7
* added a comment about future workBrian Paul2002-10-301-1/+8
* s/getenv/_mesa_getenv/Brian Paul2002-10-301-3/+3
* use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul2002-10-304-99/+77
* remove some stray debug/abort codeBrian Paul2002-10-301-3/+1
* don't call abort()Brian Paul2002-10-302-14/+24
* s/printf/_mesa_printf/Brian Paul2002-10-301-17/+17
* s/sprintf/_mesa_sprintf/Brian Paul2002-10-301-3/+3
* remove debug printfBrian Paul2002-10-301-2/+1
* s/BZERO/_mesa_bzero/Brian Paul2002-10-306-23/+23
* test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul2002-10-302-30/+30
* fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)Brian Paul2002-10-301-6/+13
* more version bumpsBrian Paul2002-10-292-5/+5
* minor updatesBrian Paul2002-10-291-13/+7
* bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul2002-10-294-15/+15
* preparation for 5.0 releaseBrian Paul2002-10-292-1/+93
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-294-10/+11
* fix culling problem (bug 630649)Brian Paul2002-10-292-6/+24
* updated email addressesBrian Paul2002-10-2975-156/+155
* set release datemesa_4_1Brian Paul2002-10-292-5/+5
* init a few more fields in _mesa_initialize_visual()Brian Paul2002-10-291-1/+10
* added some casts for mallocs (bug 630379)Brian Paul2002-10-292-5/+5
* Add casts to quiet compiler warnings.Karl Schultz2002-10-282-9/+10
* export new functions.Karl Schultz2002-10-281-0/+6
* wrapped a few more C library functionsBrian Paul2002-10-259-55/+196
* #include fixesBrian Paul2002-10-252-2/+3
* added skybox and options to load real imagesBrian Paul2002-10-251-36/+198
* remove all.h, mem.h, mem.cBrian Paul2002-10-255-8/+3
* Committing in .Jouk Jansen2002-10-251-3/+1
* include GL/glx.hBrian Paul2002-10-251-3/+4
* Header file clean-up:Brian Paul2002-10-24124-722/+761
* added missing code to copy texrect stateBrian Paul2002-10-231-1/+3
* stex3d updatedBrian Paul2002-10-231-1/+2
* massive overhaul, see new keyboard optionsBrian Paul2002-10-231-465/+587
* Fix projtex interp bugKeith Whitwell2002-10-231-2/+2
* added glDeleteTextures refcount bug fixBrian Paul2002-10-221-1/+2