summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove debug printfsBrian Paul2002-10-221-3/+1
* fix refcount error in _mesa_DeleteTextures (Randy Fayan)Brian Paul2002-10-221-1/+8
* add missing texture rectangle code in _mesa_DeleteTextures()Brian Paul2002-10-221-1/+7
* added GL_ATI_texture_mirror_onceBrian Paul2002-10-212-2/+8
* GL_ATI_texture_mirror_once extension (Ian Romanick)Brian Paul2002-10-214-8/+71
* doxygen comments (Klaus Niederkrueger)Brian Paul2002-10-211-13/+26
* new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul2002-10-183-51/+48
* Quiet compiler warnings.Karl Schultz2002-10-189-26/+28
* implement auto mipmap generation for compressed texturesBrian Paul2002-10-183-49/+92
* Add casts to quiet compiler warnings.Karl Schultz2002-10-185-14/+39
* fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)Brian Paul2002-10-181-1/+2
* latest fixesBrian Paul2002-10-181-1/+3