summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-07Support RandR 1.4 interface changes for per-crtc pixmapsrandr-1.4Keith Packard3-78/+193
2010-06-07Use the direct dixGevPrivate() API when availableChris Wilson2-2/+9
2010-06-07Adapt glyphs for changes in devPrivates APIChris Wilson2-10/+29
2010-06-06Adapt to DevPrivate API changesKeith Packard4-0/+25
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt16-127/+127
2010-06-06uxa: Force fallback for copies.Chris Wilson1-2/+7
2010-06-02dri: Protect against NULL dereference following GPU hang.Chris Wilson1-3/+11
2010-06-01i830: Remove unused coord-adjust.Chris Wilson1-3/+0
2010-06-01i915: Centre sampling.Chris Wilson1-145/+85
2010-06-01i915; Avoid the implicit flush on changing BUF_INFOChris Wilson3-31/+40
2010-06-01DRI2: fix new buffer exchange checkJesse Barnes1-31/+31
2010-05-31uxa: Spans, try again to get the early break correct.Chris Wilson1-1/+1
2010-05-31uxa: Sign reversal on early break from spans passing the YXbandChris Wilson1-1/+1
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson9-13/+40
2010-05-31uxa: Mega-Glyphs!Chris Wilson4-840/+704
2010-05-31i915: Support textured video on an extended desktop.Chris Wilson1-35/+76
2010-05-29dri: Compilation fix.Chris Wilson1-1/+1
2010-05-29dri: Only flip if the front and back pixmaps match.Chris Wilson1-6/+38
2010-05-29Revert "dri: Use size from backing pixmap when creating buffers."Chris Wilson1-11/+11
2010-05-29dri: Use size from backing pixmap when creating buffers.Chris Wilson1-11/+11
2010-05-28i915: Don't re-emit vertex size unless it has changed.Chris Wilson3-5/+7
2010-05-28uxa: Fix prepare_solid being called without check_solid first.Eric Anholt1-0/+5
2010-05-28uxa: Skip the redundant miComputeCompositeRects() when adding to the maskChris Wilson1-33/+20
2010-05-28uxa: Make the glyph caches' fixed size explicit.Chris Wilson2-9/+6
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson3-196/+141
2010-05-26Decouple non-reusuable pixmaps from batch lists on unref.Chris Wilson1-2/+5
2010-05-26Add vertex bo to the list of buffers to be torn down.Chris Wilson1-1/+8
2010-05-26i965: Remove ATOMIC_BATCH.Chris Wilson1-2/+0
2010-05-26Add a workaround for Ironlake errata relating to disabling the clipper.Eric Anholt1-0/+9
2010-05-26Add a workaround for Ironlake errata regarding blits and other engines.Eric Anholt1-0/+24
2010-05-26Remove remaining REG_DUMPER build stuff.Eric Anholt1-2/+0
2010-05-26uxa: Perform manual damage for CompositeRectsChris Wilson1-0/+5
2010-05-26uxa: Force the alpha value to 0xffff when treating Over as SrcChris Wilson1-1/+3
2010-05-26uxa: Use Composite rather than solid blitter for PolyRectChris Wilson1-22/+105
2010-05-26uxa: Add PICT format mapping for depth 4 pixmaps.Chris Wilson1-0/+1
2010-05-26i830: Skip an empty fill.Chris Wilson1-0/+3
2010-05-25uxa: Apply the drawable offset to the solid rectsChris Wilson1-6/+9
2010-05-24Merge branch 'glyphs'Chris Wilson19-830/+1708
2010-05-24i915: Emit CA over using OutReverse + Add passesChris Wilson4-132/+183
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson9-123/+431
2010-05-24uxa: Composite glyphs directly onto dst when possible.Chris Wilson3-158/+324
2010-05-24i915: compute normalized texcoords using a scale factor.Chris Wilson1-44/+44
2010-05-24uxa: translate the region in line for compositesChris Wilson1-19/+14
2010-05-24i915: Add special case primitive emitters for glyphs.Chris Wilson1-5/+83
2010-05-24i915: Move vertices into a vertex buffer object.Chris Wilson7-225/+298
2010-05-24Use pwrite to upload the batch bufferChris Wilson5-42/+25
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson9-148/+23
2010-05-24i915: Emit composite primitive with specialised functions.Chris Wilson2-206/+358
2010-05-23i915: amalgamate composite into a single primitive listChris Wilson5-6/+43
2010-05-23uxa: Spans! OMG!Chris Wilson3-27/+187