summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* use _swrast_CopyPixels for XFree86Alan Hourihane2003-12-041-2/+3
|
* merge latest DRI sis driver changes from the DRI trunkAlan Hourihane2003-12-0430-413/+283
|
* build fixAlan Hourihane2003-12-041-1/+1
|
* build fixesAlan Hourihane2003-12-042-1/+2
|
* build fixesAlan Hourihane2003-12-042-2/+2
|
* build fixesAlan Hourihane2003-12-043-3/+0
|
* don't use new glDrawPixel routines in XserverBrian Paul2003-12-041-8/+12
|
* build fixesAlan Hourihane2003-12-042-2/+3
|
* build fixAlan Hourihane2003-12-041-2/+0
|
* build fixesAlan Hourihane2003-12-042-2/+0
|
* add SPARC ffb DRI driverAlan Hourihane2003-12-0438-0/+6958
|
* build fixesAlan Hourihane2003-12-042-2/+2
|
* add tdfx DRI driverAlan Hourihane2003-12-0433-0/+15823
|
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-043-2/+16
|
* Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() whenBrian Paul2003-11-291-28/+172
| | | | | | possible (when pixel formats match and drawing to front buffer with no raster operations). Results in 10-100x speed-up when applicable.
* accomodate vtx-0-2-branchDaniel Borca2003-11-264-93/+65
|
* Otto Solares' patch to add radeon 9200Brian Paul2003-11-252-1/+14
|
* silence a warningBrian Paul2003-11-251-1/+2
|
* Import vtx-0-2-branchKeith Whitwell2003-11-2444-473/+411
|
* more texture compressionDaniel Borca2003-11-212-5/+20
|
* small mattersDaniel Borca2003-11-201-20/+9
|
* doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca2003-11-183-43/+35
|
* vanilla extensions disabledDaniel Borca2003-11-131-3/+2
|
* dirty hack to advertise vanilla extension namesDaniel Borca2003-11-121-0/+23
|
* fix commentsBrian Paul2003-11-072-4/+2
|
* NCC fixes and some cosmeticsDaniel Borca2003-11-074-50/+5
|
* fix AccessViolation bug (#835861)Brian Paul2003-11-041-2/+9
|
* small fixes wrt texture handlingDaniel Borca2003-11-031-5/+5
|
* small fixes wrt texture handlingDaniel Borca2003-11-031-44/+31
|
* Voodoo2 happinessDaniel Borca2003-11-037-160/+66
|
* removed detritusDaniel Borca2003-10-311-7/+0
|
* bugfixes wrt texture compressionDaniel Borca2003-10-304-87/+50
|
* changes to accomodate texture compressionDaniel Borca2003-10-2910-84/+746
|
* cosmetics and memosDaniel Borca2003-10-222-11/+4
|
* prevent from optimizing out by some compilers (from XFree86 CVS)Alan Hourihane2003-10-211-1/+1
|
* wrap in #ifdef FX / #endifBrian Paul2003-10-211-0/+5
|
* Napalm total immersionDaniel Borca2003-10-2115-402/+2098
|
* cosmetics; translated asm routines for use with ASSYNTAX.HDaniel Borca2003-10-213-389/+40
|
* Clean out some unused filesJon Smirl2003-10-213-2411/+0
|
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-2193-1277/+3596
|
* Fix Makefiles to copy lib to $(TOP)/lib if missingJon Smirl2003-10-209-14/+50
|
* Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul2003-10-192-22/+0
| | | | bufferobj.c so all the drivers don't have to worry about them.
* Minor changes to make linux-solo build againJon Smirl2003-10-164-18/+138
|
* protect whole file with #ifdef FXBrian Paul2003-10-151-0/+4
|
* initialize GetBufferSubData pointerBrian Paul2003-10-152-0/+2
|
* minor fixes + doc updateDaniel Borca2003-10-143-3/+15
|
* glide driver (wip)Daniel Borca2003-10-139-156/+196
|
* s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/Brian Paul2003-10-111-1/+1
|
* don't request accum buffer in color index modeBrian Paul2003-10-111-1/+2
|
* FEATURE_ARB_vertex_buffer_objectDaniel Borca2003-10-091-2/+13
|