summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-29fix range reduction for sin/cos in i915tex (#11609)Roland Scheidegger2-10/+4
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger4-1/+16
2007-07-21set the _BaseFormat for window-framebuffers, could hit some assertion otherwiseRoland Scheidegger1-0/+15
2007-07-20fix bogus recently introduced function param commentsRoland Scheidegger1-2/+0
2007-07-20minor cleanups, disable debuggingRoland Scheidegger6-26/+6
2007-07-19remove some more really old ifdefed out code...Roland Scheidegger1-48/+0
2007-07-19more cleanups (looks pretty reasonable now)Roland Scheidegger6-358/+45
2007-07-19fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger1-1/+7
2007-07-18fix mesa's handling of fbo's / window fb (again)Roland Scheidegger6-41/+77
2007-07-18more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger3-3/+14
2007-07-18swapbuffers with non-current contexts, cleanupsRoland Scheidegger4-17/+17
2007-07-17get rid of checks for old ddxRoland Scheidegger2-4/+3
2007-07-17remove some more old stuffRoland Scheidegger2-6/+0
2007-07-17get rid of more pageflip/rotation code.Roland Scheidegger4-66/+6
2007-07-17fix up mesa's probably bogus framebuffer updates with different read/write fbsRoland Scheidegger1-14/+26
2007-07-17fix mesa fb bindingRoland Scheidegger4-7/+12
2007-07-17remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger9-314/+32
2007-07-17increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger1-1/+1
2007-07-16fix resize bugs (fb size updated too late), fix typos, cleanups...Roland Scheidegger5-8/+14
2007-07-16small cleanupsRoland Scheidegger2-43/+4
2007-07-16get rid of more cliprects...Roland Scheidegger2-23/+17
2007-07-16more cliprect elimination (swrast span)Roland Scheidegger1-12/+7
2007-07-16get rid of more fake cliprects (drawpixel), and enable blit draw with scissorRoland Scheidegger4-64/+87
2007-07-16get rid of more cliprects (readpixel)...Roland Scheidegger1-76/+91
2007-07-16allow blit path for read pixels if pack->alignment isn't 1.Roland Scheidegger1-6/+7
2007-07-15change back driver change from previous commitRoland Scheidegger1-3/+6
2007-07-15fix bogus fb/drawable information (fixes xdemos/wincopy)Roland Scheidegger2-2/+14
2007-07-15fix the texture copypixels pathRoland Scheidegger1-9/+14
2007-07-15begin getting rid of fake clip rects (copy_pixel)Roland Scheidegger2-54/+80
2007-07-14fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger4-6/+12
2007-07-13bugfixes (wrt fb updates), cleanupsRoland Scheidegger6-46/+44
2007-07-12don't use driDrawable information directly, don't resize at makecurrentRoland Scheidegger12-114/+77
2007-07-11restrict blitted area to size of rendered areaRoland Scheidegger3-24/+30
2007-07-11Fix screen corruption on resize.Keith Whitwell3-102/+17
2007-07-11remove bogus assertion, change drawable updatesRoland Scheidegger4-9/+18
2007-07-11drop some more code no longer neededRoland Scheidegger3-0/+5
2007-07-11some fixes, fake frontbufferRoland Scheidegger6-40/+59
2007-07-10copybuffer/cliprect fixupsRoland Scheidegger3-3/+44
2007-07-10First attempt at using private back/z buffers.Roland Scheidegger6-9/+89
2007-07-04r300: only init swtcl on tcl-less cardsDave Airlie2-10/+18
2007-07-03added vec2(vec4) constructor, bug 11404Brian2-54/+60
2007-07-03add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian1-0/+8
2007-07-03fix StepX/StepY typoBrian1-1/+1
2007-07-03use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian1-6/+5
2007-07-03fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1...Roland Scheidegger1-1/+1
2007-07-02add const to wglSetPixelFormat() to match .h declarationBrian1-1/+1
2007-07-02avoid unnecessary clamping of depth values (bug 11448)Brian1-28/+51
2007-07-02r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie1-4/+3
2007-07-01Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani3-25/+55
2007-07-01Fixed initialization of render buffer and deinitialization of context.Claudio Ciccani1-11/+16