summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-04sna/gen6: Poor man's spans layered on top of the exisiting compositeChris Wilson
2011-11-04sna: Make sure the alpha map is accessible by the CPU on fallbacksChris Wilson
2011-11-04sna: Don't reuse partial vmapped boChris Wilson
2011-11-04sna: Submit the batch on the next blockhander if operation overflowsChris Wilson
2011-11-03sna: Compute the correct extents for the PolyRectangleChris Wilson
2011-11-03uxa: Remove caching of surface binding locationChris Wilson
2011-11-03sna: Support binding of a bo for multiple formatsChris Wilson
2011-11-03sna: Clean up the fallback code for glyphsChris Wilson
2011-11-03sna: Restore the lowlevel glyph routines for the sake of DamageChris Wilson
2011-11-03sna: Skip encoding zero sized glyphsChris Wilson
2011-11-03sna: Unroll the quadword upload of the glyph dataChris Wilson
2011-11-03sna: Add the missing returns to prevent fbImageGlyphBlt fallbacksChris Wilson
2011-11-03sna: Coalesce reduction of cpu damageChris Wilson
2011-11-03sna: Coalesce reduction of gpu damageChris Wilson
2011-11-03sna: Translate glyphs into MSBFirst upon initial loadChris Wilson
2011-11-03sna: gc->miTranslate is always 1Chris Wilson
2011-11-03sna: Trimming is redundant given that we always have a CompositeClipChris Wilson
2011-11-03sna: Simplify the uncommon check for gpu-only damage by using damage-allChris Wilson
2011-11-03sna: Don't call into retire unless there are outstanding requestsChris Wilson
2011-11-03sna: Use an integer value for the sentinelChris Wilson
2011-11-03sna: Pack small 1-bpp uploads into immediate buffersChris Wilson
2011-11-03sna: gc->pCompositeClip always exists after validateChris Wilson
2011-11-02sna: defer calling fbValidateGC until we fallbackChris Wilson
2011-11-02sna: Wait an extra interval before switching off periodic updatesChris Wilson
2011-11-02sna: Only execute the accel block handler if we are about to blockChris Wilson
2011-11-02sna: Use the packed 8x8 stipple for non-repeating small rectanglesChris Wilson
2011-11-02sna: Fix the 8x8 stippled pattern originChris Wilson
2011-11-02sna: Add clipped stippled upload supportChris Wilson
2011-11-02sna: Quieten a fewer compiler sign compare warningsChris Wilson
2011-11-01sna: Use bo for scratch pixmaps allocated by the dix/mi routinesChris Wilson
2011-11-01sna: Fix debugging assertions for CompositeChris Wilson
2011-11-01sna: Accelerate deep-plane copyChris Wilson
2011-11-01sna: Accelerate XYPixmap upload when using GXcopyChris Wilson
2011-11-01sna: Implement 8x8 stippled rect fillsChris Wilson
2011-11-01sna: Accelerate 1bpp uploadsChris Wilson
2011-10-31sna: Improve rendering of thin segmentsChris Wilson
2011-10-31sna: Improve rendering of thin linesChris Wilson
2011-10-31sna/gen3: Fix invalid assertChris Wilson
2011-10-31sna: Fix a few minor cut'n'paste errorsChris Wilson
2011-10-31sna: Apply the GPU damage for clipped PolyFillRectanglesChris Wilson
2011-10-31sna: Fix placement of clipped wide PolyRectangleChris Wilson
2011-10-31sna: Set the flush interval based on output vrefreshChris Wilson
2011-10-31sna: Fix reversal of zero/wide for PolyRectangleChris Wilson
2011-10-31sna/video: Fix copy region for cropped videoChris Wilson
2011-10-31sna/blt: Optimise fill with GXcopy and pixel==0 to a GXclearChris Wilson
2011-10-31sna/blt: Don't idiotically override alu for pixel==0 and track aluChris Wilson
2011-10-31sna: Add an option to disable the delayed flushChris Wilson
2011-10-30sna: Report whether anything was retired to the inactive listChris Wilson
2011-10-30sna: Stash the last scratch pixmapChris Wilson
2011-10-30sna: Correct PolyRectangle verticals to be the end-point not the lengthChris Wilson