summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* set the _BaseFormat for window-framebuffers, could hit some assertion otherwiseRoland Scheidegger2007-07-211-0/+15
* minor cleanups, disable debuggingRoland Scheidegger2007-07-206-26/+6
* remove some more really old ifdefed out code...Roland Scheidegger2007-07-191-48/+0
* more cleanups (looks pretty reasonable now)Roland Scheidegger2007-07-196-358/+45
* fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger2007-07-191-1/+7
* swapbuffers with non-current contexts, cleanupsRoland Scheidegger2007-07-184-17/+17
* get rid of checks for old ddxRoland Scheidegger2007-07-172-4/+3
* remove some more old stuffRoland Scheidegger2007-07-172-6/+0
* get rid of more pageflip/rotation code.Roland Scheidegger2007-07-174-66/+6
* fix mesa fb bindingRoland Scheidegger2007-07-172-3/+6
* remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger2007-07-178-314/+30
* increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger2007-07-171-1/+1
* fix resize bugs (fb size updated too late), fix typos, cleanups...Roland Scheidegger2007-07-165-8/+14
* small cleanupsRoland Scheidegger2007-07-162-43/+4
* get rid of more cliprects...Roland Scheidegger2007-07-162-23/+17
* more cliprect elimination (swrast span)Roland Scheidegger2007-07-161-12/+7
* get rid of more fake cliprects (drawpixel), and enable blit draw with scissorRoland Scheidegger2007-07-164-64/+87
* get rid of more cliprects (readpixel)...Roland Scheidegger2007-07-161-76/+91
* allow blit path for read pixels if pack->alignment isn't 1.Roland Scheidegger2007-07-161-6/+7
* change back driver change from previous commitRoland Scheidegger2007-07-151-3/+6
* fix bogus fb/drawable information (fixes xdemos/wincopy)Roland Scheidegger2007-07-151-2/+3
* fix the texture copypixels pathRoland Scheidegger2007-07-151-9/+14
* begin getting rid of fake clip rects (copy_pixel)Roland Scheidegger2007-07-152-54/+80
* fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger2007-07-144-6/+12
* bugfixes (wrt fb updates), cleanupsRoland Scheidegger2007-07-136-46/+44
* don't use driDrawable information directly, don't resize at makecurrentRoland Scheidegger2007-07-1212-114/+77
* restrict blitted area to size of rendered areaRoland Scheidegger2007-07-113-24/+30
* Fix screen corruption on resize.Keith Whitwell2007-07-113-102/+17
* remove bogus assertion, change drawable updatesRoland Scheidegger2007-07-114-9/+18
* drop some more code no longer neededRoland Scheidegger2007-07-113-0/+5
* some fixes, fake frontbufferRoland Scheidegger2007-07-116-40/+59
* copybuffer/cliprect fixupsRoland Scheidegger2007-07-103-3/+44
* First attempt at using private back/z buffers.Roland Scheidegger2007-07-106-9/+89
* r300: only init swtcl on tcl-less cardsDave Airlie2007-07-042-10/+18
* r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie2007-07-021-4/+3
* r300: oops wrong logic for swtclDave Airlie2007-07-011-1/+1
* r300: oops turn back off cmd buf debuggingDave Airlie2007-07-011-1/+1
* Merge branch 'r300-swtcl'Dave Airlie2007-07-0113-63/+917
|\
| * fix tabbingDave Airlie2007-07-011-231/+226
| * r300: add authorshipDave Airlie2007-07-011-1/+2
| * r300: remove some unused codeDave Airlie2007-07-011-31/+0
| * r300: cleanup some of the swtcl codeDave Airlie2007-07-015-106/+19
| * r300: fixup manytex, we needed to emit the vic/vir/vof every timeDave Airlie2007-07-011-46/+52
| * r300: fix tabbingDave Airlie2007-07-011-1/+1
| * r300: 2288 is a tcl only regDave Airlie2007-06-242-9/+15
| * clean up cache flush emission into one placeDave Airlie2007-06-225-40/+25
| * clean up color0 codeDave Airlie2007-06-211-15/+1
| * add a mem use for current dma bufferDave Airlie2007-06-211-2/+5
| * fix unfilled tris/quadsDave Airlie2007-06-211-3/+7
| * ensure cmd buffer spaceDave Airlie2007-06-211-0/+1