summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Enable EGL support in 'linux-dri' configJon Smirl2005-08-071-5/+7
* Fix card_extensions by following corresponding r200 code.Vladimir Dergachev2005-08-061-50/+12
* Fixes bugzillla #812.Ian Romanick2005-08-051-8/+0
* remove the drmAddressAlan Hourihane2005-08-051-1/+0
* 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 oldIan 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
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-263-76/+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
* ----------------------------------------------------------------------Jouk Jansen2005-07-221-0/+3
* 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
* include driverfuncs.hBrian Paul2005-07-191-2/+0
* 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
* XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson2005-07-161-0/+7
* strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson2005-07-161-6/+0
* disable call to via_sse_memcpy() until it's fixedBrian 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
* Fix a prototypeKarl Schultz2005-07-011-5/+5
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-013-317/+27
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-012-15/+7
* 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-274-11/+11
* 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