Age | Commit message (Expand) | Author |
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 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-02 | add const to wglSetPixelFormat() to match .h declaration | Brian |
2007-07-02 | r300: fix compiz crash on swtcl - doesn't fix compiz though. | Dave Airlie |
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 |
2007-07-01 | r300: oops turn back off cmd buf debugging | Dave Airlie |
2007-07-01 | Merge branch 'r300-swtcl' | Dave Airlie |
2007-07-01 | fix tabbing | Dave Airlie |
2007-07-01 | r300: add authorship | Dave Airlie |
2007-07-01 | r300: remove some unused code | Dave Airlie |
2007-07-01 | r300: cleanup some of the swtcl code | Dave Airlie |
2007-07-01 | r300: fixup manytex, we needed to emit the vic/vir/vof every time | Dave Airlie |
2007-07-01 | r300: fix tabbing | Dave Airlie |
2007-06-29 | nouveau: match drm changes (0.0.7) | Ben Skeggs |
2007-06-29 | nouveau: NV30_TCL viewport/scissor fixes | Ben Skeggs |
2007-06-28 | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian |
2007-06-28 | a variety of fixes for MingW | zhang |
2007-06-24 | r300: Initial work on merging the real and generated vertex program functions. | Oliver McFadden |
2007-06-24 | r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT. | Oliver McFadden |
2007-06-24 | r300: The vpi, vpp, and vps counts are already initialized; don't do it twice. | Oliver McFadden |
2007-06-24 | r300: Clean up the vertex program state code slightly; still needs lots of work. | Oliver McFadden |
2007-06-24 | r300: Vertex program position end bits are known. | Oliver McFadden |