summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-30uxa/glyphs: Fallback rather than fail to render with a non-solid SourceChris Wilson
2011-10-30sna: Loop over all clip rects for glyph blt rather than fallbackChris Wilson
2011-10-30sna: Don't mess with NDEBUGChris Wilson
2011-10-30configure: Bump version to 2.16.9012.16.901Chris Wilson
2011-10-30NEWS: Add release notes for 2.16.901Chris Wilson
2011-10-30i810: kill mmio vga access helpersDaniel Vetter
2011-10-30i810: use vgahw functions instead of roll-your-ownDaniel Vetter
2011-10-30i810: rip out PIO access functionsDaniel Vetter
2011-10-30i810: kill dead i830 definesDaniel Vetter
2011-10-30sna: Convert PolyRectangles to use Box32Chris Wilson
2011-10-30sna: Fix compilationChris Wilson
2011-10-30sna: Rewrite box32_add_rect() to enable int32_t promotionChris Wilson
2011-10-30sna: Push overflow detection to the end of extentsChris Wilson
2011-10-30Revert "sna: Don't flush the render caches if in the process of writing again"Chris Wilson
2011-10-30sna/composite: Fix incorrect operator reduction for RenderFillRectanglesChris Wilson
2011-10-29Use malloc/calloc/realloc/free directlyJeremy Huddleston
2011-10-29sna/gen3: Set the src flags for fillChris Wilson
2011-10-29sna/genX: Improve reduction of Render operator to BLT aluChris Wilson
2011-10-29sna: Tweak PolyRectangle blittingChris Wilson
2011-10-29sna: Further clipping bugsChris Wilson
2011-10-29sna: Increment clip box when short-circuiting the iterationChris Wilson
2011-10-29sna: Retire and search inactive again before creating new bufferChris Wilson
2011-10-28sna: Don't flush the render caches if in the process of writing againChris Wilson
2011-10-28sna: Faster unclipped rectilinear segmentsChris Wilson
2011-10-28sna: Call miZeroArcLine where appropriate for GPU pathsChris Wilson
2011-10-28sna: Faster unclipped PolyFillRectChris Wilson
2011-10-28sna: Faster unclipped PolyPointChris Wilson
2011-10-28sna: Call directly into tiled rects for tiled spans.Chris Wilson
2011-10-28sna: Faster unclipped spansChris Wilson
2011-10-27sna/gen2: Reset BLT registers across 2D/3D context switchesChris Wilson
2011-10-27sna: Fast path typically unclipped tiled rectsChris Wilson
2011-10-27sna: Use private identifier for internal scratch pixmapsChris Wilson
2011-10-27sna: Create scratch pixmap on the CPUChris Wilson
2011-10-27sna: Tweak zero line spans to include missing last segmentChris Wilson
2011-10-27sna: Fix advance through clip boxes for fill->boxesChris Wilson
2011-10-27sna: Fix PolyPoint not to always send 512 boxesChris Wilson
2011-10-27sna: Use fill->boxes to pack PolyFillRectangleChris Wilson
2011-10-27sna: Use fill->boxes for rectilinear blitsChris Wilson
2011-10-27sna: Clip PolyLines to the current clip boxChris Wilson
2011-10-27sna: Handle singular clip regions for PolyRectanglesChris Wilson
2011-10-27sna/io: Update batch mode after submitting partial requestsChris Wilson
2011-10-27sna: Further improve use of fill->boxes for PolyRectangleChris Wilson
2011-10-27sna/blt: After submitting the batch, it will be emptyChris Wilson
2011-10-27sna/blt: Convert Copy with color 0 into a ClearChris Wilson
2011-10-27sna: Suppress an overwritten fillChris Wilson
2011-10-27sna/gen2: Cache the last solid colour for spansChris Wilson