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