aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* 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
* need parenthesis in realloc callBrian Paul2005-06-261-1/+1
* Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul2005-06-232-72/+0
* 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
* DirectFB updates (Claudio Ciccani)Brian Paul2005-06-202-131/+155
* 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
* lost_context never gets reset.Aapo Tahkola2005-06-161-2/+3