index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915tex
/
intel_blit.c
Age
Commit message (
Expand
)
Author
2007-07-18
swapbuffers with non-current contexts, cleanups
Roland Scheidegger
2007-07-16
get rid of more cliprects...
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
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-02-22
i915tex: Schedule flips when possible.
Michel Dänzer
2007-02-20
intelCopyBuffer: Remove incorrect intel_fb->pf_current_page tests.
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-11-21
blend, logicop changes for intelEmitCopyBlit backported to i915
Keith Whitwell
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