summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul2002-11-075-204/+333
* added missing 1.4 glFogCoord functionsBrian Paul2002-11-075-1/+206
* a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul2002-11-062-5/+36
* minor multi-sample clean-upsBrian Paul2002-11-051-4/+14
* fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) errorBrian Paul2002-11-051-5/+13
* Updates for DOS driver from Daniel Borca.Brian Paul2002-11-053-143/+136
* misc driver updates (Daniel Borca)Brian Paul2002-11-045-14/+16
* fix a typoBrian Paul2002-11-011-2/+2
* tweak pipeline flags for vertex programmingBrian Paul2002-10-311-6/+8
* fix the occasional missing triangle bugBrian Paul2002-10-311-4/+3
* 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
* bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul2002-10-292-6/+6
* 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
* 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
* 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
* Fix projtex interp bugKeith Whitwell2002-10-231-2/+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
* 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
* 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
* only allow intformat==GL_COLOR_INDEX if EXT_paletted_texture is supportedBrian Paul2002-10-181-2/+5
* Add casts to quiet compiler warnings.Karl Schultz2002-10-174-22/+22
* s/functionOffset/offset/Brian Paul2002-10-171-2/+2