summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2005-07-21make i810PrintSetupFlags() static, first param constBrian Paul
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-07-18Fix the FFB driver for the renderbuffer changesAlan Hourihane
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-15disable call to via_sse_memcpy() until it's fixedBrian Paul
2005-07-15remove duplicate "User disable" stringBrian Paul
2005-07-15replace gcc with $(CC) (Egbert Eich)Brian Paul
2005-07-14added a few more fallbackStrings (Andreas Stenglein)Brian Paul
2005-07-06Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger
2005-07-02Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev
2005-07-01Adding RV350_NJ ID.Jerome Glisse
2005-07-01Adapt extension string to new GL dispatch schema proposedJerome Glisse
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-30-"fix" page flippingAapo Tahkola
2005-06-27Uncomment a couple of helper functions.Vladimir Dergachev
2005-06-27Rename unchecked state to match DRM driver.Vladimir Dergachev
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2005-06-26Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt
2005-06-26Remove the #if 0-ed out old span code.Eric Anholt
2005-06-26Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt
2005-06-26Zero out the ENGPACKET allocated on the stack, to avoid sending uninitializedEric Anholt
2005-06-21Back out the actual enabling of depth tiling.Nicolai Haehnle
2005-06-21Add PCI ID for R420 JI.Nicolai Haehnle
2005-06-21r300 driver side of color tiling support.Aapo Tahkola
2005-06-21Make sure texture base addresses are used correctly.Nicolai Haehnle
2005-06-16Fix gloss breakage when using hw tnl.Aapo Tahkola
2005-06-16Use depth tiling.Aapo Tahkola
2005-06-16Support 16-bit modes.Aapo Tahkola
2005-06-16Fix problems with elts when immediate mode is on.Aapo Tahkola
2005-06-16Turn off VBO's.Aapo Tahkola
2005-06-16lost_context never gets reset.Aapo Tahkola
2005-06-16Fix linux-solo build for mga check-inJon Smirl
2005-06-14Adds support for MGA DRM version 3.2.Ian Romanick
2005-06-13fbSwapBuffers needs to return a statusJon Smirl
2005-06-12Fixed typos.Vladimir Dergachev
2005-06-10Add definition for memory controller latency registers..Vladimir Dergachev
2005-06-08- Secondary colourBen Skeggs
2005-06-07Add SetBuffer to egl driver tooJon Smirl
2005-06-06Add a NULL SetBuffer function to the fbdev driverJon Smirl
2005-06-06TEX to outputBen Skeggs
2005-06-05Fix xyz/w interaction (needs a cleanup still..)Ben Skeggs
2005-06-04added commentBrian Paul
2005-06-02oops, undo previous changeBrian Paul
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-06-01Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt
2005-06-01Add no_rast option.Eric Anholt
2005-06-01Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 insteadEric Anholt
2005-05-31Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt moreEric Anholt