summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-30i915: Don't re-emit vertex size unless it has changed.Chris Wilson
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-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-27i830: Skip an empty fill.Chris 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-25i915: compute normalized texcoords using a scale factor.Chris 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
2010-05-17dri: Check error code from GetScratchGC()Chris Wilson
2010-05-17i830: Encode surface bpp into formatChris Wilson
2010-05-17i830: Remove xrgb conversion to argb, no longer required.Chris Wilson
2010-05-17i830: Remove incorrectly mapped tex formats.Chris Wilson