summaryrefslogtreecommitdiff
path: root/src/sna/kgem.h
AgeCommit message (Expand)Author
2014-12-16sna: Make error debug tracing available at normal debug levelsChris Wilson
2014-11-19sna: gen8 BLT broken when address has bit 4 setMika Kuoppala
2014-11-06sna: Experimental support for write-combining mmapsChris Wilson
2014-10-31sna: Treat external bo carefully when marking as idleChris Wilson
2014-10-31sna: Retire all requests when a bo is found to be not busyChris Wilson
2014-10-29sna: Reuse the same fence until retiredChris Wilson
2014-10-21sna: Avoid pwriting large batchesChris Wilson
2014-09-08sna: Avoid u16 underflow when computing reserved batch spaceChris Wilson
2014-08-14sna: Do not force creation of a linear GPU bo that we don't wantChris Wilson
2014-08-02sna: Restrict fencing to only use the low 256MiBChris Wilson
2014-07-23sna: Disable rendering with the DRM device whilst away from VTChris Wilson
2014-06-29sna: Tidy calling memcpy_from_tiledChris Wilson
2014-06-23sna: Inject a batch flush before adding a fresh boChris Wilson
2014-06-18sna: Assert that we do not try to mmap a proxyChris Wilson
2014-06-13sna: Track the pageflip bo's busynessChris Wilson
2014-06-06sna: Auto-retire upload proxiesChris Wilson
2014-06-05sna/dri2: Enable immediate buffer exchangesChris Wilson
2014-06-03sna: Allow replacements to cancel operations between both bo under a PixmapChris Wilson
2014-06-02sna: Add support for DRI3Chris Wilson
2014-06-02sna: Add DBG hints for using inplace CPU mmappingsChris Wilson
2014-05-30sna: Do not allow imported buffers to be cachedChris Wilson
2014-05-30sna: Unexport kgem_get_unique_id()Chris Wilson
2014-05-26sna: Implicit release of upload buffers considered badChris Wilson
2014-05-14sna: Add some DBG to track rogue requestsChris Wilson
2014-03-12sna: Only couple up a proxy->rq when inserting into the request->buffers listChris Wilson
2014-02-04sna: Rearrange assertion to ease use of substitute cached boChris Wilson
2014-02-01sna: Allow more inplace promotions of CPU to GPU boChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2013-12-08sna: Simplify kgem_bo_can_map()Chris Wilson
2013-12-02sna: Drop forced alignment to 64 on pre-gen4 devicesChris Wilson
2013-11-27sna: Add a few more refcnt assertsChris Wilson
2013-11-06sna: Trim the overestimate of required aperture space for fence alignmentChris Wilson
2013-11-05sna: Use an inplace exchange for large untiled BOChris Wilson
2013-11-04sna: Update DBG formats for larger BO offset integersChris Wilson
2013-11-02sna: Eliminate the redundancy between is_mappable/can_mapChris Wilson
2013-11-02Prepare for changes in the BLT unit on future generationsChris Wilson
2013-11-01sna: Guard the replace-with-xor fallback pathChris Wilson
2013-11-01sna: Scale uses of aperture_mappable by PAGE_SIZEChris Wilson
2013-10-31sna: Tweak deletion of used buffersChris Wilson
2013-10-29sna: Try harder to complete writesChris Wilson
2013-10-21sna: Tweak opportunistic flushing to reduce power consumptionChris Wilson
2013-09-29sna: Apply the non-relaxed fencing partial paranoia everywhereChris Wilson
2013-09-23sna: Track CPU/GTT maps independentlyChris Wilson
2013-09-10sna: Disable use of Y-tiling for gen4Chris Wilson
2013-09-03sna: Add some more DBGChris Wilson
2013-08-18sna/gen6+: Tweak semaphore avoidance for composite operationsChris Wilson
2013-08-14Correct misspelled cachingSedat Dilek
2013-08-09sna: Rewrite the can-mmap-cpu test to handle stolen unclaimed boChris Wilson
2013-08-04sna: Mark the entire userptr proxy chain as flush/non-reusableChris Wilson
2013-08-02sna: Reserve relocation entries for the deferred VBOChris Wilson