summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-11-08sna: Always schedule upload buffers for retirement after useChris Wilson
2013-11-07sna: Only assert that the bo is small enough to be mmappedChris Wilson
2013-11-07sna/gen7: Request secure batches for Haswell vsyncChris Wilson
2013-11-06sna: Always copy from the tile sourceChris Wilson
2013-11-06sna: Remove erroneous assertion from sna_tiling_blt_compositeChris Wilson
2013-11-06sna: Add a DBG breadcrumb to kgem_bo_convert_to_gpu()Chris Wilson
2013-11-06sna: Use tiling BLT fallback for BLT composite operationsChris Wilson
2013-11-06sna: Trim create flags if tiled sizes are too largeChris Wilson
2013-11-06sna: Fences are power-of-two sizesChris Wilson
2013-11-06sna: Fixup unwind checks for future BLT commandsChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Move initialisation of loop counter to common codeChris Wilson
2013-11-06sna: Clear the execlist if we completely unwind a batch after using 8x8 tilingChris Wilson
2013-11-06sna: Be more pessimistic for tiling sizes on older genChris Wilson
2013-11-06sna: Only operate inplace if no existing CPU damage for a readChris Wilson
2013-11-06sna: Trim the overestimate of required aperture space for fence alignmentChris Wilson
2013-11-06sna: Mark partial move_area_to_gpu with MOVE_READ on promotion to move_to_gpuChris Wilson
2013-11-05sna: Submit execution on the bo before changing its caching statusChris Wilson
2013-11-05sna: Clear snoop flag after converting from a CPU boChris Wilson
2013-11-05sna: Use an inplace exchange for large untiled BOChris Wilson
2013-11-05sna: Be move conservative with tiling sizes for older fenced genChris Wilson
2013-11-04testChris Wilson
2013-11-04sna: Check for loss of state after setting up a fill BLT opChris Wilson
2013-11-04sna: s/active/busy/ to silence compiler warningChris Wilson
2013-11-04sna: Promote uint16_t to a full int to avoid overflow in computing w*h in mem...Chris Wilson
2013-11-04sna: Apply the BLT source offset for individual copiesChris Wilson
2013-11-04sna: Only use the simple stipple upload path if wholly containedChris Wilson
2013-11-04sna: Update DBG formats for larger BO offset integersChris Wilson
2013-11-04sna: Remove the replace indirection prior to performing write_boxesChris Wilson
2013-11-04sna: Only destroy the old GPU after successfully replacing itChris Wilson
2013-11-04sna: Rename the two variants of pwrite so very relative dangers are obviousChris Wilson
2013-11-04sna: Use the unoptimized pwrite for general buffersChris Wilson
2013-11-03sna: Use fast-path target placement if we are also IGNORE_CPUChris Wilson
2013-11-03sna: Wrap staging buffer access with sigtrap handlerChris Wilson
2013-11-02sna: Discard bo->exec when unwinding a glyph no-opChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-11-02sna: Jump to the right escape target when bypassing a self-copyChris Wilson
2013-11-02sna: Add some more asserts around inactive VMA listsChris Wilson
2013-11-02sna: Tweak estimate of maximum usable aperture for strict fencingChris Wilson
2013-11-02Prepare for changes in the BLT unit on future generationsChris Wilson
2013-11-02sna: Fallback when wedged and trying to use the BLT copy routinesChris Wilson
2013-11-01sna: Guard the replace-with-xor fallback pathChris Wilson
2013-11-01sna: Process all clip boxes when rastering segmentsChris Wilson
2013-11-01sna/gen7: Undo overzealous flushingChris Wilson
2013-11-01sna: Scale uses of aperture_mappable by PAGE_SIZEChris Wilson
2013-10-31sna/gen7: Flush render cache when changing CC stateChris Wilson
2013-10-31sna/gen6: Tweak flush around CC state changesChris Wilson
2013-10-31sna: Tweak deletion of used buffersChris Wilson
2013-10-30sna: Allow limited recursion within sigtrapped routinesChris Wilson
2013-10-30Revert "sna: Detect and handle mi recursion"Chris Wilson