summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_blit.c
AgeCommit message (Expand)Author
2007-07-18swapbuffers with non-current contexts, cleanupsRoland Scheidegger
2007-07-16get rid of more cliprects...Roland Scheidegger
2007-07-13bugfixes (wrt fb updates), cleanupsRoland Scheidegger
2007-07-12don't use driDrawable information directly, don't resize at makecurrentRoland Scheidegger
2007-07-11restrict blitted area to size of rendered areaRoland Scheidegger
2007-07-11Fix screen corruption on resize.Keith Whitwell
2007-07-11some fixes, fake frontbufferRoland Scheidegger
2007-07-10copybuffer/cliprect fixupsRoland Scheidegger
2007-07-10First attempt at using private back/z buffers.Roland Scheidegger
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer
2007-02-20intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests.Michel Dänzer
2007-02-20i915tex: Support page flipping on both CRTCs independently.Michel Dänzer
2007-02-20i915tex: Make page flipping work again.Michel Dänzer
2006-11-21blend, logicop changes for intelEmitCopyBlit backported to i915Keith Whitwell
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell