summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Update Visual Studio Project file for src tree updates.Karl Schultz2004-08-144-48/+36
* New Visual Studio project file for this directory.Karl Schultz2004-08-141-0/+197
* Minor tweaks to deal with vsnprintf and __FUNCTION__ on WIN32Karl Schultz2004-08-141-1/+8
* fix some memory leaks (bug #1002030)Brian Paul2004-08-146-42/+101
* Forgot to commit this valuable file! :-)Philippe Houdoin2004-08-141-0/+195
* Remove obsoleted BeOS-specific makefile as the main Makefile system nowPhilippe Houdoin2004-08-141-453/+0
* Obsoleted. Now, the BeOS targets build by main Makefiles chain.Philippe Houdoin2004-08-141-303/+0
* Silent compiler "variable may be used uninitialized" warnings.Philippe Houdoin2004-08-141-5/+6
* BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a functionPhilippe Houdoin2004-08-141-6/+9
* Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin2004-08-142-211/+232
* build fix from XFree86 treeDave Airlie2004-08-141-1/+1
* Move BeOS build into main Makefiles chain.Philippe Houdoin2004-08-141-5/+11
* bring over change from xorg trunk - let build on non-i386Dave Airlie2004-08-141-1/+1
* bring over build fix from xorg treeDave Airlie2004-08-141-0/+4
* Fix dri_util.c build with new headers.Eric Anholt2004-08-121-1/+1
* 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 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
* 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
* Rush is back on ZBUFFERDaniel Borca2004-07-261-49/+354
* use GL_CALL() macro (Andreas Stenglein)Brian Paul2004-07-241-20/+20
* new MESA_GLX_DEPTH_BITS env varBrian Paul2004-07-231-5/+26
* minor commentsBrian Paul2004-07-231-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
* 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
* 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
* 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
* use a switch statement makes integrating the s3tc patch easierDave Airlie2004-07-151-1/+7
* enable FXT1 texture compression for ixxx chipsetsDave Airlie2004-07-155-1/+114
* move over changes to intel driver from i830 driver for modesDave Airlie2004-07-151-88/+25
* fixed vertex RGBADaniel Borca2004-07-131-1/+1
* Make solo radeon/r128 drivers track fix for DRI bug 849Jon Smirl2004-07-102-28/+12