summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-1/+11
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-054-10/+19
* New files for radeon egl driver.Jon Smirl2005-08-041-0/+980
* Add color tiling support to miniglx for radeonDave Airlie2005-08-033-2/+81
* Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl2005-07-291-0/+4
* Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon Smirl2005-07-291-4/+0
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-292-4/+4
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-298-9/+9
* Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick2005-07-283-6/+3
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-289-85/+66
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-2829-867/+1041
* test for the proper drm version, at least 1.17 is requiredRoland Scheidegger2005-07-271-1/+1
* typoAlan Hourihane2005-07-261-1/+1
* support GLX_DIRECT_COLOR in 1.4.0Alan Hourihane2005-07-261-3/+1
* Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bitAlan Hourihane2005-07-261-4/+12
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-2632-390/+209
* Fix bug 1858 - array subscript out of range in gamma driver.Brian Paul2005-07-263-3/+2
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-2425-1215/+198
* make i810PrintSetupFlags() static, first param constBrian Paul2005-07-212-4/+1
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-2011-18/+36
* Fix the FFB driver for the renderbuffer changesAlan Hourihane2005-07-188-94/+316
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-185-90/+99
* disable call to via_sse_memcpy() until it's fixedmesa_20050715Brian Paul2005-07-151-1/+7
* remove duplicate "User disable" stringBrian Paul2005-07-151-1/+0
* replace gcc with $(CC) (Egbert Eich)Brian Paul2005-07-151-4/+2
* added a few more fallbackStrings (Andreas Stenglein)Brian Paul2005-07-141-1/+5
* Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger2005-07-061-2/+0
* Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev2005-07-022-0/+11
* Adding RV350_NJ ID.Jerome Glisse2005-07-011-0/+2
* Adapt extension string to new GL dispatch schema proposedJerome Glisse2005-07-011-1/+48
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-013-317/+27
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-0119-475/+124
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-3017-268/+6408
* -"fix" page flippingAapo Tahkola2005-06-302-13/+30
* Uncomment a couple of helper functions.Vladimir Dergachev2005-06-271-10/+1
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-275-140/+148
* Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul2005-06-272-6/+6
* Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt2005-06-262-2/+14
* Remove the #if 0-ed out old span code.Eric Anholt2005-06-261-45/+0
* Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt2005-06-261-1/+2
* Zero out the ENGPACKET allocated on the stack, to avoid sending uninitializedEric Anholt2005-06-261-0/+2
* Back out the actual enabling of depth tiling.Nicolai Haehnle2005-06-211-7/+0
* Add PCI ID for R420 JI.Nicolai Haehnle2005-06-211-0/+2
* r300 driver side of color tiling support.Aapo Tahkola2005-06-213-2/+8
* Make sure texture base addresses are used correctly.Nicolai Haehnle2005-06-212-2/+2
* Fix gloss breakage when using hw tnl.Aapo Tahkola2005-06-162-1/+21
* Use depth tiling.Aapo Tahkola2005-06-162-7/+28
* Support 16-bit modes.Aapo Tahkola2005-06-163-7/+21
* Fix problems with elts when immediate mode is on.Aapo Tahkola2005-06-161-9/+9
* Turn off VBO's.Aapo Tahkola2005-06-161-3/+27