summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-12-24Get trident building and -Werror clean.Adam Jackson
2004-12-23Simplified and optimized _savage_texnorm_stage.Felix Kuehling
2004-12-23Remove the VIA_PERFORMANCE code. A step towards moving the driverKeith Whitwell
2004-12-23Chop out more dead code.Keith Whitwell
2004-12-22Fix merge error.Keith Whitwell
2004-12-22Remove dead code.Keith Whitwell
2004-12-22Enabled hardware rendering of 1D textures. No need for a software fallback.Felix Kuehling
2004-12-22- Fake projective textures on a single texture unit. A fallback is onlyFelix Kuehling
2004-12-21Remove debug code which referenced an old global variable.Keith Whitwell
2004-12-21Push a number of global variables into the viaContext struct.Keith Whitwell
2004-12-21Note that state is dirty on contended lock. Allows two applicationsKeith Whitwell
2004-12-21Add missing swap-control calculations.Keith Whitwell
2004-12-21Add vsync swapbuffers. This waits on the irq so gears run in this modeKeith Whitwell
2004-12-21added GL_EXT_stencil_two_side (yes, it works)Daniel Borca
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-20put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_clipt...Daniel Borca
2004-12-20use float constants.Daniel Borca
2004-12-20removed ifdef'ed out code (to whom it may concern: it can be found in dri/tdf...Daniel Borca
2004-12-20removed detritus (ncc).Daniel Borca
2004-12-20comment reorg.Daniel Borca
2004-12-20made some functions static.Daniel Borca
2004-12-20comment reorg.Daniel Borca
2004-12-20allow greater swappendingcount for older hw (v1/v2)Daniel Borca
2004-12-19Fix cut and paste error (reported by Jerome Glisse)Vladimir Dergachev
2004-12-18Unichrome DRI driver:Thomas Hellström
2004-12-17Made debugging output controllable via environment variableFelix Kuehling
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-17Added a TNL pipeline stage that normalizes texture coordinates as aFelix Kuehling
2004-12-16Import s3virge and trident drivers. Not functional yet; no Makefile, no DRI-...Adam Jackson
2004-12-16The types uint32_t and uint8_t are not used in Mesa tree.Vladimir Dergachev
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Unichrome DRI driver:Thomas Hellström
2004-12-15Added configuration support to the Savage driver. Three options areFelix Kuehling
2004-12-15Fixed GL_CLAM_TO_EDGE. It's not supported in hardware. Use GL_CLAMPFelix Kuehling
2004-12-15Fixed initialization of some stencil-related S4 registers, which wasFelix Kuehling
2004-12-15Moved some code from savageCreateContext to savageInitDriver, where itFelix Kuehling
2004-12-15Fixed some missing uint8_t -> u_int8_t.Felix Kuehling
2004-12-15Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell
2004-12-15added DMesaProc type to prevent gcc 3.4.3 warnings.Daniel Borca
2004-12-14uint*t -> u_int*tAlan Hourihane
2004-12-14fix warningAlan Hourihane
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-13disabled ClipMask usage in vb emitter (clipping bugs?)Daniel Borca
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul