summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added some missing sources to tarball listBrian Paul2004-08-131-1/+2
|
* Fix dri_util.c build with new headers.Eric Anholt2004-08-121-1/+1
| | | | Submitted by: John Lightsey <[email protected]>
* cvs ignore fileBrian Paul2004-08-101-0/+16
|
* updated glext.h and glxext.h filesBrian Paul2004-08-101-1/+1
|
* minor anim tweakBrian Paul2004-08-101-2/+3
|
* silence warningBrian Paul2004-08-101-1/+2
|
* use 'a' to toggle animationBrian Paul2004-08-101-0/+8
|
* minor tweaksBrian Paul2004-08-101-1/+3
|
* query/print max convolution filter sizeBrian Paul2004-08-101-0/+7
|
* added some handy debug code (disabled)Brian Paul2004-08-101-0/+25
|
* added a few more debug printfs (disabled)Brian Paul2004-08-101-0/+14
|
* Fix from Rogelio Serrano for miniglx double bufferingJon Smirl2004-08-091-7/+8
|
* fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESSRoland Scheidegger2004-08-031-1/+1
|
* xorg-r200-uninitialized-variable-used.patch from Redhat xorgDave Airlie2004-07-311-1/+2
|
* disabled automatic mipmaps until we can handle 565 textures.Daniel Borca2004-07-291-0/+2
|
* fixed conflict between depth & alpha in 16bppDaniel Borca2004-07-291-1/+1
|
* vtk and Paraview links updatedBrian Paul2004-07-282-1/+3
|
* version 6 from oss.sgi.comBrian Paul2004-07-281-12/+86
|
* version 24 from oss.sgi.comBrian Paul2004-07-281-4/+55
|
* don't use GLuint or GLvoid in function declarationBrian Paul2004-07-271-1/+2
|
* disable W1 when single-texturingDaniel Borca2004-07-261-6/+6
|
* consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca)Brian Paul2004-07-261-26/+32
|
* Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling2004-07-261-5/+9
| | | | bad config file. Fixed two more typos.
* Rush is back on ZBUFFERDaniel Borca2004-07-261-49/+354
| | | | added DrawPixels555 and DrawPixels565
* use GL_CALL() macro (Andreas Stenglein)Brian Paul2004-07-241-20/+20
|
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-233-6/+28
|
* minor commentsBrian Paul2004-07-231-0/+2
|
* updates from Stephane MarchesinBrian Paul2004-07-231-3/+5
|
* added MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-232-0/+2
|
* added support for MESA_GLX_FORCE_ALPHA env varBrian Paul2004-07-231-0/+4
|
* ALIGN16 macro repairsBrian Paul2004-07-233-18/+16
|
* fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down)Daniel Borca2004-07-231-31/+28
|
* partial GL_BLEND for Voodoo1Daniel Borca2004-07-211-6/+16
|
* minor doc updateDaniel Borca2004-07-211-1/+2
|
* fixed a bug in clear routineDaniel Borca2004-07-211-4/+3
|
* fix compare w/ zero warnings (bug 988766)Brian Paul2004-07-202-6/+5
|
* error message fixups and some debug codeBrian Paul2004-07-201-2/+13
|
* fix compare w/ zero warnings (bug #988766)Brian Paul2004-07-202-9/+13
|
* new image (see mesa bug #993926)Brian Paul2004-07-201-0/+0
|
* remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul2004-07-2011-12/+13
|
* GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it?Daniel Borca2004-07-201-1/+1
|
* trying vertex_program...Daniel Borca2004-07-191-1/+4
|
* several new bugsDaniel Borca2004-07-1912-1016/+1521
|
* minor correctionsDaniel Borca2004-07-162-17/+36
|
* GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps)Daniel Borca2004-07-161-0/+34
|
* SGIS_generate_mipmapDaniel Borca2004-07-161-77/+188
|
* Miniglx clients now authorize with server DRMJon Smirl2004-07-163-14/+53
|
* add debugging for compresssed texturesDave Airlie2004-07-151-0/+7
|
* fix up heights for i830/i915 texture compressionDave Airlie2004-07-152-2/+18
|
* move config options to same place as other drivers (again for S3TC patch later)Dave Airlie2004-07-152-3/+3
|