summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger2007-07-179-314/+32
* 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-152-2/+14
* 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
* added vec2(vec4) constructor, bug 11404Brian2007-07-032-54/+60
* add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian2007-07-031-0/+8
* fix StepX/StepY typoBrian2007-07-031-1/+1
* use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian2007-07-031-6/+5
* fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1...Roland Scheidegger2007-07-031-1/+1
* add const to wglSetPixelFormat() to match .h declarationBrian2007-07-021-1/+1
* avoid unnecessary clamping of depth values (bug 11448)Brian2007-07-021-28/+51
* r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie2007-07-021-4/+3
* Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2007-07-013-25/+55
* Fixed initialization of render buffer and deinitialization of context.Claudio Ciccani2007-07-011-11/+16
* 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
| * fix up vertex emission before state changeDave Airlie2007-06-212-19/+11