summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-05-25uxa: Apply the drawable offset to the solid rectsChris Wilson
2010-05-25i915: Emit CA over using OutReverse + Add passesChris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25uxa: Composite glyphs directly onto dst when possible.Chris Wilson
2010-05-25i915: compute normalized texcoords using a scale factor.Chris Wilson
2010-05-25uxa: translate the region in line for compositesChris Wilson
2010-05-25i915: Add special case primitive emitters for glyphs.Chris Wilson
2010-05-25i915: Move vertices into a vertex buffer object.Chris Wilson
2010-05-25Use pwrite to upload the batch bufferChris Wilson
2010-05-25Kill paranoid assertions on every write into the batchbuffer.Chris Wilson
2010-05-25i915: Emit composite primitive with specialised functions.Chris Wilson
2010-05-25i915: amalgamate composite into a single primitive listChris Wilson