summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* updated patch for vertex programDave Airlie2004-09-082-2/+2
* This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie2004-09-075-1/+36
* r200-maybe-flush-less-3.diffKeith Whitwell2004-09-021-10/+26
* The i915 driver was merged after EMIT_*_BGR bug was fixed. This bringsKeith Whitwell2004-08-313-6/+6
* cleaned up extensions a bitDaniel Borca2004-08-301-3/+2
* clamp lodbiasDaniel Borca2004-08-301-1/+1
* fixed automatic mipmap generationDaniel Borca2004-08-301-8/+63
* fog really needs WDaniel Borca2004-08-301-0/+2
* print internalFormat value in r200ChooseTextureFormat() error messageBrian Paul2004-08-251-1/+3
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-225-28/+375
* Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in theEric Anholt2004-08-174-28/+45
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-1715-30/+118
* Remove unused HAVE_INDEX define.Eric Anholt2004-08-162-2/+0
* build fix from XFree86 treeDave Airlie2004-08-141-1/+1
* 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
* 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
* Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling2004-07-261-5/+9
* use GL_CALL() macro (Andreas Stenglein)Brian Paul2004-07-241-20/+20
* fix compare w/ zero warnings (bug 988766)Brian Paul2004-07-201-1/+1
* several new bugsDaniel Borca2004-07-1912-1016/+1521
* 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
* Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.Jon Smirl2004-07-102-21/+0
* Fix unichrome solo build to not need X11 headers. Minor change toJon Smirl2004-07-101-10/+3
* Make GET_PROGRAM_NAME work with uCLibc using the __progname hack.Felix Kuehling2004-07-101-4/+9
* Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_nameJon Smirl2004-07-091-1/+0
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-057-257/+1
* Bugzilla #755: Fix polygon offset by setting DEPTH_SCALE to depth_scale insteadEric Anholt2004-07-041-1/+1
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-0424-307/+16
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-0126-89/+89
* Remove __driRegisterExtensionsKeith Whitwell2004-07-011-36/+0
* Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell2004-07-013-9/+9
* fix for older gcc's (from freedesktop bug id #419)Alan Hourihane2004-07-012-3/+5
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-0/+8
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-294-8/+6
* add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.cRoland Scheidegger2004-06-282-0/+6
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-266-151/+100
* Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick2004-06-252-2/+2
* Corrected a float to ubyte conversion bug with fog enabled.Erdi Chen2004-06-251-3/+2