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_buffers.c
Age
Commit message (
Expand
)
Author
2007-09-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-11
Update depth test state when binding new framebuffer object
Brian
2007-09-11
intel: disentangle planes & pipes
Jesse Barnes
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