aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915tex/intel_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* i915tex: The intended triple buffering fix.Michel Dänzer2007-03-191-22/+0
* i915tex: Fix triple buffering after recent Mesa core changes.Michel Dänzer2007-03-191-0/+22
* i915tex: Don't crash when intel_fb->color_rb[i] is NULL.Michel Dänzer2007-03-121-1/+5
* i915tex: Fix build against libdrm git...Michel Dänzer2007-03-101-1/+1
* i915tex: Fix build against released version of libdrm.Michel Dänzer2007-03-101-0/+17
* i915tex: Wait for pending scheduled flips before switching vsync pipe.Michel Dänzer2007-03-091-0/+19
* i915tex: Sync pages between pipes immediately again.Michel Dänzer2007-03-091-2/+12
* i915tex: Do not wait for pending flips on both pipes at the same time.Michel Dänzer2007-03-091-9/+4
* i915tex: Sync pages differently when crossing pipe borders.Michel Dänzer2007-02-281-12/+18
* i915tex: Also update intel_rb->vbl_pending when scheduled swap is not a flip.Michel Dänzer2007-02-281-3/+3
* i915tex: Schedule flips when possible.Michel Dänzer2007-02-221-22/+112
* i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer2007-02-201-16/+31
* intelWindowMoved: Some debugging output was accidentally left always enabled.Michel Dänzer2007-02-201-1/+1
* intelRotateWindow: Only use back buffer and cliprects in very specific cases.Michel Dänzer2007-02-201-7/+6
* i915tex: Support page flipping on both CRTCs independently.Michel Dänzer2007-02-201-34/+122
* i915tex: Make page flipping work again.Michel Dänzer2007-02-201-22/+28
* i915tex: Recalculate viewport related hardware state in intelWindowMoved().Michel Dänzer2006-12-071-8/+11
* Fix GL_EXT_packed_depth_stencil crash, but shadowtex still brokenBrian Paul2006-11-021-1/+1
* remove GetBufferSize codeBrian Paul2006-11-021-28/+0
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-9/+5
* Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul2006-11-011-17/+11
* Import texmem i915 driver to its new location as i915tex.Keith Whitwell2006-11-011-0/+966