summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2012-01-15sna: Defer ring switching until after a period of idlenessChris Wilson
2012-01-15sna: Restore the kgem_create_map() symbolChris Wilson
2012-01-15sna: Various DBG typosChris Wilson
2012-01-15sna: Prefer read-boxes inplace againChris Wilson
2012-01-15sna/gen7: Check reused source for validityChris Wilson
2012-01-15sna/gen6: Check reused source for validityChris Wilson
2012-01-15sna/gen5: Check reused source for validityChris Wilson
2012-01-15sna/gen4: Check reused source for validityChris Wilson
2012-01-15sna/gen3: Check reused source for validityChris Wilson
2012-01-15sna/gen2: Check reused source for validityChris Wilson
2012-01-15sna: Fix read back of partial mmapped buffersChris Wilson
2012-01-15sna: Discard read buffers after useChris Wilson
2012-01-15sna: Do not assume that the mappable aperture size is a power of twoChris Wilson
2012-01-14sna/gen[23]: Check for room in the batch before emitting pipeline flushesChris Wilson
2012-01-14sna/gen6: Allow greater use of BLTChris Wilson
2012-01-14sna/gen6: Tidy markup for when using the BLT is truly preferrableChris Wilson
2012-01-14sna: Be more lenient wrt switching rings if the kernel supports semaphoresChris Wilson
2012-01-14sna: Ensure that the batch mode is always declared before emitting dwordsChris Wilson
2012-01-14sna/glyphs: Cache the glyph image on the fallback path as wellChris Wilson
2012-01-14sna/gen5: Disable render glyphs_to_dstChris Wilson
2012-01-14sna: Pass render operation to flush and avoid the implicit flush-on-batch-endChris Wilson
2012-01-14sna: Upload continuation vertices into mmapped buffersChris Wilson
2012-01-14sna: Reverse the chronological sort order of inactive vma entriesChris Wilson
2012-01-14sna: Remove the short-circuiting of all-damage in move_to_cpuChris Wilson
2012-01-14sna: Hint whether we prefer to use the GPU for a pixmapChris Wilson
2012-01-14sna/trapezoids: Quieten the debugging of the gory details of the rasteriserChris Wilson
2012-01-14sna: Be more lenient in not forcing to the GPU if the sources have CPU damageChris Wilson
2012-01-14sna: Use top_srcdir to detect .git rather than top_builddirChris Wilson
2012-01-14sna: Experiment with GTT mmapped upload buffersChris Wilson
2012-01-14sna: Relinquish the GTT mmap on inactive buffers if moved out of the apertureChris Wilson
2012-01-13sna: Decouple dirty pixmaps from list if we fail to upload themChris Wilson
2012-01-13sna: Decouple from CPU dirty list after removing all CPU damageChris Wilson
2012-01-12sna: Correct iteration counter for stippled blitsChris Wilson
2012-01-12sna/dri: Hook up a compile option to switch colour buffers to Y-tilingChris Wilson
2012-01-12sna: Reorder composite-done to destroy mask bo before source boChris Wilson
2012-01-12sna/damage: Fix union of extents with dirty damage but no regionChris Wilson
2012-01-12sna: Pass a hint that we may like to perform the fallback in placeChris Wilson
2012-01-12sna: Use the GPU bo if it is all damagedChris Wilson
2012-01-12sna: Dump batch contents for debugging before modificationChris Wilson
2012-01-12sna: Update for removal of backwards compatible miWideDashChris Wilson
2012-01-12sna: Re-enable min-alignment workaround on pre-SNB hwChris Wilson
2012-01-12sna: Only shrink a partial buffer if it is no longer used.Chris Wilson
2012-01-12sna: Improve a DBG messageChris Wilson
2012-01-12sna: Prevent 60Hz wakeups if the client stops in mid-renderChris Wilson
2012-01-12sna: Align the partial buffer contents to cachelinesChris Wilson
2012-01-12sna: Replace the open-coded bubble sort of the partial listChris Wilson
2012-01-12sna/video: Fix for changes in damage apiChris Wilson
2012-01-12sna: Don't call RegionIntersect for the trivial PutImageChris Wilson
2012-01-12sna: Disable the min alignment workaroundChris Wilson
2012-01-12sna: Prevent shrinking a partial buffer stolen for a readChris Wilson