Age | Commit message (Expand) | Author |
2004-01-11 | Actually disable HW TCL capability when SW TCL is forced. | Michel Dänzer |
2004-01-09 | Roland Scheidegger's r200_changeemitorder.diff. | Keith Whitwell |
2004-01-08 | Fixed a few typos in the german translation. | Felix Kuehling |
2004-01-08 | envvars to control run-time | Daniel Borca |
2004-01-07 | Use hand-made number parsing functions as the libc routines are locale-depend... | Felix Kuehling |
2004-01-07 | reindent the code | Brian Paul |
2004-01-07 | bugfix in texture swapping mechanism (multitex) | Daniel Borca |
2004-01-07 | temporary workaround for bad primitives in fx_render_vb_quads | Daniel Borca |
2004-01-07 | protect against broken apps | Daniel Borca |
2004-01-07 | teensy bit of optimization in interp code | Daniel Borca |
2004-01-07 | wgl interface | Daniel Borca |
2004-01-07 | cleanups | Daniel Borca |
2004-01-07 | Mingw3 prototypes | Daniel Borca |
2004-01-05 | Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diff | Eric Anholt |
2004-01-05 | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell |
2004-01-05 | Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200. | Felix Kuehling |
2004-01-05 | Added two new options: def_max_anisotropy and no_neg_lod_bias. The latter one | Felix Kuehling |
2004-01-04 | New, less expensive workaround for state-change lockups. | Felix Kuehling |
2004-01-04 | Reenable the vtxfmt code paths in the radeon and r200 drivers. | Felix Kuehling |
2003-12-28 | Fix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial. | Felix Kuehling |
2003-12-27 | Don't allow lighting in model coordinates when fog is active, | Keith Whitwell |
2003-12-23 | reverted TMUs for proper multitexturing | Daniel Borca |
2003-12-19 | DMesa: removed MGA2064W driver | Daniel Borca |
2003-12-15 | EXT_secondary_color and EXT_separate_specular via multipass | Daniel Borca |
2003-12-13 | Updates from Philippe Houdoin. | Brian Paul |
2003-12-12 | check swrast->NewState in Draw/CopyPixels functions | Brian Paul |
2003-12-12 | applied Felix's patch for configuration system | Brian Paul |
2003-12-12 | new Makefiles | Brian Paul |
2003-12-12 | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell |
2003-12-12 | small bug wrt culling | Daniel Borca |
2003-12-12 | fix visinfo typo | Brian Paul |
2003-12-12 | check for null dpy in Fake_glXGetConfig() | Brian Paul |
2003-12-11 | add driClipRectToFramebuffer helper function | Keith Whitwell |
2003-12-11 | Updates to tnl_dd_dmatmp.h | Keith Whitwell |
2003-12-11 | fixed prototypes for wglGammaRamp3DFX | Daniel Borca |
2003-12-10 | fix from DRI trunk | Alan Hourihane |
2003-12-10 | got rid of __FUNCTION__ :( | Daniel Borca |
2003-12-10 | fix typo | Alan Hourihane |
2003-12-09 | In fact, bring all the changes from mesa/tnl_dd to mesa/drivers/common. | Keith Whitwell |
2003-12-09 | Remove old ubyte-color support code. Update interp, copy_pv for float | Keith Whitwell |
2003-12-09 | Fix typo. | Keith Whitwell |
2003-12-09 | MGA only has one vertex format. | Keith Whitwell |
2003-12-09 | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell |
2003-12-09 | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell |
2003-12-09 | Fix use of uninited value 'flags', removed unused vars. | Keith Whitwell |
2003-12-09 | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell |
2003-12-09 | clean up some compiler warnings | Keith Whitwell |
2003-12-09 | No need to call UpdateMaterial() from RunPipeline(). | Keith Whitwell |
2003-12-09 | No need to call radeonUpdateMaterial() from RunPipeline(). | Keith Whitwell |
2003-12-09 | Remove usleeps from sis driver. We probably aren't doing anyone a service | Eric Anholt |