summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2004-01-09Roland Scheidegger's r200_changeemitorder.diff.Keith Whitwell
2004-01-08Fixed a few typos in the german translation.Felix Kuehling
2004-01-08envvars to control run-timeDaniel Borca
2004-01-07Use hand-made number parsing functions as the libc routines are locale-depend...Felix Kuehling
2004-01-07reindent the codeBrian Paul
2004-01-07bugfix in texture swapping mechanism (multitex)Daniel Borca
2004-01-07temporary workaround for bad primitives in fx_render_vb_quadsDaniel Borca
2004-01-07protect against broken appsDaniel Borca
2004-01-07teensy bit of optimization in interp codeDaniel Borca
2004-01-07wgl interfaceDaniel Borca
2004-01-07cleanupsDaniel Borca
2004-01-07Mingw3 prototypesDaniel Borca
2004-01-05Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2004-01-05Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling
2004-01-05Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter oneFelix Kuehling
2004-01-04New, less expensive workaround for state-change lockups.Felix Kuehling
2004-01-04Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling
2003-12-28Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.Felix Kuehling
2003-12-27Don't allow lighting in model coordinates when fog is active,Keith Whitwell
2003-12-23reverted TMUs for proper multitexturingDaniel Borca
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-13Updates from Philippe Houdoin.Brian Paul
2003-12-12check swrast->NewState in Draw/CopyPixels functionsBrian Paul
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-12-12new MakefilesBrian Paul
2003-12-12set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell
2003-12-12small bug wrt cullingDaniel Borca
2003-12-12fix visinfo typoBrian Paul
2003-12-12check for null dpy in Fake_glXGetConfig()Brian Paul
2003-12-11add driClipRectToFramebuffer helper functionKeith Whitwell
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
2003-12-11fixed prototypes for wglGammaRamp3DFXDaniel Borca
2003-12-10fix from DRI trunkAlan Hourihane
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
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
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
2003-12-09Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell
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
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
2003-12-08fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane