summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2013-10-30sna: Assert that the batch is in the correct mode prior to inserting BLT comm...Chris Wilson
2013-10-30sna: Detect and handle mi recursionChris Wilson
2013-10-30sna: Queue retirement when placing a BO on the deferred flushing listChris Wilson
2013-10-30sna: Check for wedged after submittingChris Wilson
2013-10-29sna: Wrap access of upload buffers with sigtrapChris Wilson
2013-10-29sna/gen7: Refactor BYT vsync using IVB routinesChris Wilson
2013-10-29sna: Fix assertion checks for fake flushing requestsChris Wilson
2013-10-29sna: Remove an overzealous assertChris Wilson
2013-10-29sna: Handle deferred retiring of active-buffersChris Wilson
2013-10-29sna: Always run the retire_buffers during ring_idleChris Wilson
2013-10-29sna: Perform an explicit retire for old active upload buffersChris Wilson
2013-10-29sna: Check for retired upload buffers after checking for an idle ringChris Wilson
2013-10-29sna: asserts bitmap uploads are correctChris Wilson
2013-10-29sna: Don't attempt to move the GC back to the GPU before it is moved awayChris Wilson
2013-10-29sna: Try harder to complete writesChris Wilson
2013-10-28sna: Quieten a couple of valgrind warnings about unknown ioctlsChris Wilson
2013-10-28sna: Tidy RegionNil checksChris Wilson
2013-10-28sna: And be pessimistic when checking aperture limitsChris Wilson
2013-10-28sna: Account for extra guard pages around snooped BO in aperture checksChris Wilson
2013-10-28sna: Defer opportunistic flush if all bo are current on the GPUChris Wilson
2013-10-28sna: Leave extra room in the mappable aperture for fence alignmentChris Wilson
2013-10-28sna: Use page-count for mappable aperture sizeChris Wilson
2013-10-27sna: Fallthrough to opportunistic flushing after aperture checksChris Wilson
2013-10-27sna: Handle transient TearFree flip failuresChris Wilson
2013-10-25sna: Trim usuable fenced aperture by unfenced usageChris Wilson