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