summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix mesa's handling of fbo's / window fb (again)Roland Scheidegger2007-07-186-41/+77
* more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger2007-07-183-3/+14
* 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 up mesa's probably bogus framebuffer updates with different read/write fbsRoland Scheidegger2007-07-171-14/+26
* fix mesa fb bindingRoland Scheidegger2007-07-174-7/+12
* 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
* 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