Age | Commit message (Expand) | Author |
2007-07-31 | simplify clear.x1,y2,x2,y2 setup | Brian |
2007-07-31 | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell |
2007-07-20 | minor cleanups, disable debugging | Roland Scheidegger |
2007-07-19 | more cleanups (looks pretty reasonable now) | 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 | get rid of more pageflip/rotation code. | Roland Scheidegger |
2007-07-17 | remove old code, remaining bits of static handles, disable (no longer functio... | Roland Scheidegger |
2007-07-17 | Merge branch 'origin' into softpipe_0_1_branch | Keith Whitwell |
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-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 | i915tex: Only wait for vblank when really necessary. | Michel Dänzer |
2007-03-19 | i915tex: The intended triple buffering fix. | Michel Dänzer |
2007-03-19 | i915tex: Fix triple buffering after recent Mesa core changes. | Michel Dänzer |
2007-03-12 | i915tex: Don't crash when intel_fb->color_rb[i] is NULL. | Michel Dänzer |
2007-03-10 | i915tex: Fix build against libdrm git... | Michel Dänzer |
2007-03-10 | i915tex: Fix build against released version of libdrm. | Michel Dänzer |
2007-03-09 | i915tex: Wait for pending scheduled flips before switching vsync pipe. | Michel Dänzer |
2007-03-09 | i915tex: Sync pages between pipes immediately again. | Michel Dänzer |
2007-03-09 | i915tex: Do not wait for pending flips on both pipes at the same time. | Michel Dänzer |
2007-02-28 | i915tex: Sync pages differently when crossing pipe borders. | Michel Dänzer |
2007-02-28 | i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip. | Michel Dänzer |
2007-02-22 | i915tex: Schedule flips when possible. | Michel Dänzer |
2007-02-20 | i915tex: Triple buffering support, only effective with page flipping so far. | Michel Dänzer |
2007-02-20 | intelWindowMoved: Some debugging output was accidentally left always enabled. | Michel Dänzer |
2007-02-20 | intelRotateWindow: Only use back buffer and cliprects in very specific cases. | Michel Dänzer |
2007-02-20 | i915tex: Support page flipping on both CRTCs independently. | Michel Dänzer |
2007-02-20 | i915tex: Make page flipping work again. | Michel Dänzer |
2006-12-07 | i915tex: Recalculate viewport related hardware state in intelWindowMoved(). | Michel Dänzer |
2006-11-02 | Fix GL_EXT_packed_depth_stencil crash, but shadowtex still broken | Brian Paul |
2006-11-02 | remove GetBufferSize code | Brian Paul |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-11-01 | Don't use the x/y/width/height params passed to Clear(). Get them | Brian Paul |
2006-11-01 | Import texmem i915 driver to its new location as i915tex. | Keith Whitwell |