summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Collapse)Author
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
- Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings.
2003-12-11fixed prototypes for wglGammaRamp3DFXDaniel Borca
2003-12-10fix from DRI trunkAlan Hourihane
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
Texus2 functions are dynamically linked now made getRegistryOrEnvironmentString more portable bugfix: unnecessary total SW fallback -- glColorMask bugfix: when shared palette was not loaded correctly point_attenuation_stage back in business (point size/atten) fxTexGetInfo is not required for fxIsTexSupported fxDDChooseTextureFormat optimized for RGB/RGBA textures accelerated Quads with Triangle_Fans more WGL extensions/functions (also updated export file) DXTC/S3TC -> FXT1 wrapping hack quick & dirty fix for Quake2
2003-12-10fix typoAlan Hourihane
2003-12-09In fact, bring all the changes from mesa/tnl_dd to mesa/drivers/common.Keith Whitwell
2003-12-09Remove old ubyte-color support code. Update interp, copy_pv for floatKeith Whitwell
colors in VB arrays.
2003-12-09Fix typo.Keith Whitwell
2003-12-09MGA only has one vertex format.Keith Whitwell
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell
point colors throughout mesa.
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell
point colors throughout mesa.
2003-12-09Fix use of uninited value 'flags', removed unused vars.Keith Whitwell
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell
point colors throughout mesa.
2003-12-09clean up some compiler warningsKeith Whitwell
2003-12-09No need to call UpdateMaterial() from RunPipeline().Keith Whitwell
2003-12-09No need to call radeonUpdateMaterial() from RunPipeline().Keith Whitwell
2003-12-09Remove usleeps from sis driver. We probably aren't doing anyone a serviceEric Anholt
sleeping with the lock held. Also, rename cEngineState to engineState since it isn't a char any more.
2003-12-08fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane
deleting the textures. Essentially move the assertion after the destruction of the heap.
2003-12-08Provide dummy definitions of __driConfig externsKeith Whitwell
2003-12-08some changes for SOLO buildAlan Hourihane
2003-12-08build in SOLO environmentAlan Hourihane
2003-12-08get ffb compilingKeith Whitwell
2003-12-08get tdfx compilingKeith Whitwell
2003-12-08Remove PRIM_PARITY referenceKeith Whitwell
2003-12-08add SETPARAM ioctlAlan Hourihane
2003-12-07merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane
2003-12-07sync some more of the r200 driver from the DRI trunkAlan Hourihane
2003-12-07merge i830 DRI driver from DRI trunkAlan Hourihane
2003-12-06glFBDev driver from embedded-2 branch.Brian Paul
Probably won't be actively used/maintained, but bring it to the trunk so it doesn't get lost.
2003-12-05fix _SOLO build problemAlan Hourihane
2003-12-05fix a _SOLO build problemAlan Hourihane
2003-12-05fix _SOLO build problemAlan Hourihane
2003-12-05fix some _SOLO build problemsAlan Hourihane
2003-12-05xmlconfig fixesAlan Hourihane
2003-12-05xmlconfig fixes for the new optionsAlan Hourihane
2003-12-05merge r128 DRI driver from DRI trunkAlan Hourihane
2003-12-05merge i810 DRI driver from DRI trunkAlan Hourihane
2003-12-05Fix a front/back CopyPixels glitch.Brian Paul
2003-12-05bring over latest mga DRI driver from DRI trunkAlan Hourihane
2003-12-05bring in common from DRI trunkAlan Hourihane
2003-12-04disable some DEBUGAlan Hourihane
2003-12-04use _swrast_CopyPixels for XFree86Alan Hourihane
2003-12-04merge latest DRI sis driver changes from the DRI trunkAlan Hourihane
2003-12-04build fixAlan Hourihane
2003-12-04build fixesAlan Hourihane
2003-12-04build fixesAlan Hourihane
2003-12-04build fixesAlan Hourihane
2003-12-04don't use new glDrawPixel routines in XserverBrian Paul
2003-12-04build fixesAlan Hourihane
2003-12-04build fixAlan Hourihane