summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-05-17i915: Load texture into directly into OC when possible.Chris Wilson
2010-05-17Split the prepare blitter functions into check + prepare.Chris Wilson
2010-05-17i915: Don't force alpha=1 for RGB drawables in the shader.Chris Wilson
2010-05-17i830: Teardown batch entries on reset.Chris Wilson
2010-05-17i915: Force output alpha to 1. if dst has no alpha channel.Chris Wilson
2010-05-17i830: Prevent allocation of bo larger than half the apertureChris Wilson
2010-05-17xvmc: Build fix with -pedanticChris Wilson
2010-05-17i830: Never create a bo for depth=1 pixmaps.Chris Wilson
2010-05-17i830: Use set_pixmap_bo() instead of open-coding.Chris Wilson
2010-05-17i830: Do not cache in-flight non-reusable buffers.Chris Wilson
2010-05-17Must call ValidateGC in i830_uxa_put_image for scratch GCKeith Packard
2010-05-17i915: Fix pixmap based masks.Chris Wilson
2010-05-17i830: Update stride when swapping bo for PutImageChris Wilson
2010-05-17uxa,i915: Handle SourcePict through uxa_composite()Chris Wilson
2010-05-17i915: Use 1x1R pixmap for solid drawablesChris Wilson
2010-05-17uxa: Rearrange checking and preparing of composite textures.Chris Wilson