summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Collapse)AuthorAgeFilesLines
* check for NULL span argumentBrian Paul2002-11-131-4/+4
|
* added comments about NULL mask parameter to span-write functionsBrian Paul2002-11-131-2/+8
|
* optimized color buffer clear fallback (use mono-color span functionsBrian Paul2002-11-131-28/+11
|
* init facing to zeroBrian Paul2002-11-131-4/+4
|
* include imports.hBrian Paul2002-11-131-3/+4
|
* apply scale factor before clapping for DOT3Brian Paul2002-11-121-5/+6
|
* compilation fixesBrian Paul2002-11-1110-37/+38
|
* changes to vishandle usage to prevent segfault in some circumstancesBrian Paul2002-11-103-41/+73
|
* fix float->int Z calculation in _mesa_span_default_z()Brian Paul2002-11-091-5/+5
|
* fix one-bit error in float->int Z calculationBrian Paul2002-11-092-10/+11
|
* fix 3dnow misdetection on new p4'sKeith Whitwell2002-11-091-1/+6
|
* fixed active stencil face query bugBrian Paul2002-11-081-5/+5
|
* fixed a few category linesBrian Paul2002-11-081-4/+4
|
* 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
| | | | module
* 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
| | | | | | | | Removed src/mem.c from OpenVMS makefile Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* include GL/glx.hBrian Paul2002-10-251-3/+4
|
* Header file clean-up:Brian Paul2002-10-24124-722/+761
| | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc.
* added missing code to copy texrect stateBrian Paul2002-10-231-1/+3
|