summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2005-07-29Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl
2005-07-29Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon Smirl
2005-07-29Commit Ian's fixes from Bug 3877Jon Smirl
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon Smirl
2005-07-28Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-27test for the proper drm version, at least 1.17 is requiredRoland Scheidegger
2005-07-26typoAlan Hourihane
2005-07-26support GLX_DIRECT_COLOR in 1.4.0Alan Hourihane
2005-07-26Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bitAlan Hourihane
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-26Fix bug 1858 - array subscript out of range in gamma driver.Brian Paul
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
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