summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
2012-12-08sna: Flush upon change of target if GPU is idleChris Wilson
2012-12-07sna: Only inspect the target ring for busynessChris Wilson
2012-12-07sna: Only flush before adding fresh surfaces to the batchChris Wilson
2012-12-07sna: Only flush at the low apeture watermark if idleChris Wilson
2012-12-07sna: Mark proxies as dirty on first relocationChris Wilson
2012-12-05sna: Assume that future hardware only gets more flexibleChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-30sna: Prevent gen4 from rendering to I915_TILING_YChris Wilson
2012-11-30sna: Increase tiling alignment to an even tileChris Wilson
2012-11-26sna: Use a single execobject flag to mark read/write domainsChris Wilson
2012-11-21sna: Remove the kgem_bo_is_mappable refcnt assertion from freed pathsChris Wilson
2012-11-21sna: Add a few refcnt assertionsChris Wilson
2012-11-10sna: Fix use of uninitialised value in DBGChris Wilson
2012-11-10sna: Specify read/write domains for no-relocation fastpathChris Wilson
2012-11-10sna: Allow snooped buffers to be retained (and reused) between batchesChris Wilson
2012-11-09sna: Mark no-reloc write buffersChris Wilson
2012-11-08sna: Experiment with using reloc.handle as an index into the execbufferChris Wilson
2012-11-08sna: Set the known offset for the batch as wellChris Wilson
2012-11-08sna: Support a fast no relocation changed pathChris Wilson
2012-11-07sna: Abandon kernels that do not support execbuffer2Chris Wilson
2012-10-23sna: Beware 16-bit overflow when computing sample areasChris Wilson
2012-10-17sna: secure batches accepted upstream, so simply use runtime detectionChris Wilson
2012-10-17sna: Enable support for SECURE batch buffersChris Wilson
2012-10-11sna: Limit available space for gen2Chris Wilson
2012-10-11sna: Use high/low watermarks for fenced aperture countingChris Wilson
2012-10-09sna: Check the map exists before trying to release itChris Wilson
2012-10-07sna: Only reduce the maximum batch size for old kernelsChris Wilson
2012-10-05sna: Do not create an unsnooped CPU mapping for readbacksChris Wilson
2012-10-04sna/gen2: Prevent using the GTT maps with I915_TILING_Y on 855gmChris Wilson
2012-10-03sna: Protect against undefined O_CLOEXECChris Wilson
2012-09-30sna: Cache repeated use of the temporary CPU mapping for tiled_x uploadsChris Wilson
2012-09-30sna: set_cacheing returns a bool not an error-codeChris Wilson
2012-09-28sna: Restore LLC cache level after using a buffer for scanout (uncached)Chris Wilson
2012-09-21sna: Use inplace X tiling for LLC uploadsChris Wilson
2012-09-15sna: Improve handling of probe failure during initialisationChris Wilson
2012-09-12sna: Keep a very small, short-lived cache of large buffersChris Wilson
2012-09-12sna: Propagate busyness when creating the proxyChris Wilson
2012-09-12sna: Add some DBG as to why kgem_check_bo() flushesChris Wilson
2012-09-12sna: Ensure tiling upload buffers are trimmed to fit in the cacheChris Wilson
2012-09-12sna: Flush after operating on large buffersChris Wilson
2012-09-06sna: Apply the minimum 256 pitch to CREATE_USAGE_SHARED pixmaps as wellChris Wilson
2012-09-05Revert "sna: Flush the batch before a render operation if the GPU is idle"Chris Wilson
2012-09-05sna/video: Use the scanout flag and FB id for sprite framebuffersChris Wilson
2012-09-05sna: Add DBG control to disable CPU boChris Wilson
2012-09-04sna: Flush the batch before a render operation if the GPU is idleChris Wilson
2012-09-04sna: Fix a typo in an error messageChris Wilson
2012-09-04sna: Fixup CREATE_USAGE_SHAREDChris Wilson
2012-09-04sna: Fix typo for detecting prime ioctlsChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-09-02sna: Don't retire when searching for a snoopable buffer without hw supportChris Wilson