summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-14COPYING: replace stub file with actual Copyright notices.Gaetan Nadon
2010-06-14uxa: Always clip glyphs to destination.Chris Wilson
2010-06-10uxa: Handle all-clipped out case with destination glyphs.Chris Wilson
2010-06-10implicit-flushChris Wilson
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-31uxa: Spans, try again to get the early break correct.Chris Wilson
2010-05-31uxa: Sign reversal on early break from spans passing the YXbandChris Wilson
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
2010-05-31i915: Support textured video on an extended desktop.Chris Wilson
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-31Remove all code that pretends to work if we lack drm and gem.Owain G. Ainsworth
2010-05-31Stop conditionalising on kernel_exec_fencing.Owain G. Ainsworth
2010-05-30Don't reload the lookup table on gamma set on i8XXOwain G. Ainsworth
2010-05-30uxa: Skip the redundant miComputeCompositeRects() when adding to the maskChris Wilson
2010-05-30i915: Don't re-emit vertex size unless it has changed.Chris Wilson
2010-05-30uxa: Fix prepare_solid being called without check_solid first.Eric Anholt
2010-05-30A few more assorted lvds bits just to keep us the same as kms.Owain G. Ainsworth
2010-05-30Fix SSC frequency of Ironlake.Owain G. Ainsworth
2010-05-29port over ironlake fdi/dpms code from 2.6.34 kernelOwain G. Ainsworth
2010-05-29Fix up panel fitting (lvds still does not work)Owain G. Ainsworth
2010-05-29pipeconf fixesOwain G. Ainsworth
2010-05-29Initial Ironlake supportOwain G. Ainsworth
2010-05-28uxa: Make the glyph caches' fixed size explicit.Chris Wilson
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson
2010-05-27Decouple non-reusuable pixmaps from batch lists on unref.Chris Wilson
2010-05-27Add vertex bo to the list of buffers to be torn down.Chris Wilson
2010-05-27i965: Remove ATOMIC_BATCH.Chris Wilson
2010-05-27Add a workaround for Ironlake errata relating to disabling the clipper.Eric Anholt
2010-05-27Add a workaround for Ironlake errata regarding blits and other engines.Eric Anholt
2010-05-27uxa: Perform manual damage for CompositeRectsChris Wilson
2010-05-27uxa: Force the alpha value to 0xffff when treating Over as SrcChris Wilson
2010-05-27uxa: Use Composite rather than solid blitter for PolyRectChris Wilson
2010-05-27uxa: Add PICT format mapping for depth 4 pixmaps.Chris Wilson
2010-05-27i830: Skip an empty fill.Chris Wilson