summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-18Remove duplicated chunk due to merge, *sigh*.2.9.1-ogaOwain G. Ainsworth
2010-07-18Merge branch 'bleeding_edge-oga' into 2.9.1-ogaOwain G. Ainsworth
2010-07-18Revert 4deb8a793907015dbf821d2e343d9527a5ae2512 plus a one linerOwain G. Ainsworth
2010-07-05pull in a local commit in cvs that got lost:Owain G. Ainsworth
2010-06-30partially revert kernel commitOwain G. Ainsworth
2010-06-24Limit maximum tiled stride to 8k and untiled to 32k.Chris Wilson
2010-06-22Temporarily disable the pageflipping stuff. It isn't 100% on ironlakeOwain G. Ainsworth
2010-06-21i965: Compile fix.Chris Wilson
2010-06-21Do not clear need_mi_flush within the batch.Chris Wilson
2010-06-21i965: Mark the render target as dirty within composite_setup()Chris Wilson
2010-06-21Also submit any pending flush for *this* batch in the BlockHander.Chris Wilson
2010-06-21Only append the pixmap to the flushing list if we are writing to it.Chris Wilson
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-17i830: Remove domain tracking from pixmaps.Chris Wilson
2010-06-17i830: GetImage acceleration.Chris Wilson
2010-06-17i830: Tidy i830_uxa_put_image()Chris Wilson
2010-06-17i915: Force the emission of BUF_INFO on every composite_setupChris Wilson
2010-06-14i965: Sanity check ComponentAlpha status in prepare_compositeChris Wilson
2010-06-14Compile fix for alternate list.h from xserver-1.9Chris Wilson
2010-06-10implicit-flushChris Wilson
2010-06-07Don't forget to do modeset_ctl on dpms, also make sure we disable the crtc th...Owain G. Ainsworth
2010-06-07Whitespace and a double semi-colon.Owain G. Ainsworth
2010-06-07Make pipe_enabled and the palette functions bow down before ironlake.Owain G. Ainsworth
2010-06-07fix typos in conditionalOwain G. Ainsworth
2010-06-07Avoid warning by moving declaration before code.Owain G. Ainsworth
2010-06-07Split out the two steps of ironlake dpms to ironlake_crtc_enable() and ironla...Owain G. Ainsworth
2010-06-07A few more assorted lvds bits just to keep us the same as kms.Owain G. Ainsworth
2010-06-07Fix SSC frequency of Ironlake.Owain G. Ainsworth
2010-06-07port over ironlake fdi/dpms code from 2.6.34 kernel (cherry picked from commi...Owain G. Ainsworth
2010-06-07Fix up panel fitting (lvds still does not work)Owain G. Ainsworth
2010-06-07pipeconf fixes (cherry picked from commit f24f0b2e1499260ff5d2266eb4d77539cc5...Owain G. Ainsworth
2010-06-07Initial Ironlake supportOwain G. Ainsworth
2010-06-07uxa: Setup acceleration functions prior to the damage layerChris Wilson
2010-06-07i915: Fix typo from previous commit.Chris Wilson
2010-06-07i915: Remove screen size limit from video setup.Chris Wilson
2010-06-07i915: Replace structure passing with macros for shader generation.Chris Wilson
2010-06-07Use the direct dixGevPrivate() API when availableChris Wilson
2010-06-07Adapt glyphs for changes in devPrivates APIChris Wilson
2010-06-07Adapt to DevPrivate API changesKeith Packard
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-07dri: Protect against NULL dereference following GPU hang.Chris Wilson
2010-06-07i830: Remove unused coord-adjust.Chris Wilson
2010-06-07i915: Centre sampling.Chris Wilson
2010-06-07i915; Avoid the implicit flush on changing BUF_INFOChris Wilson
2010-06-07Don't forget to do modeset_ctl on dpms, also make sure we disable the crtc theOwain G. Ainsworth
2010-05-31Whitespace and a double semi-colon.Owain G. Ainsworth
2010-05-31Make pipe_enabled and the palette functions bow down before ironlake.Owain G. Ainsworth
2010-05-31fix typos in conditionalOwain G. Ainsworth
2010-05-31Avoid warning by moving declaration before code.Owain G. Ainsworth
2010-05-31Split out the two steps of ironlake dpms to ironlake_crtc_enable() andOwain G. Ainsworth