summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-24sna: Submit the partial batch before throttlingChris Wilson
2012-08-24sna: Allow the batch to be flushed if the GPU is idle upon a context switchChris Wilson
2012-08-24sna: Correct a pair of DBG messagesChris Wilson
2012-08-23sna: Tidy up users of __kgem_bo_is_busy()Chris Wilson
2012-08-23sna: Use a temporary userptr mapping for a large upload into a busy targetChris Wilson
2012-08-23sna: Flush the batch if it contains any DRI pixmapsChris Wilson
2012-08-23sna: Mark the CPU damage as needing flushing for DRI buffersChris Wilson
2012-08-22sna: Flush before adding any SHM pixmap into the batchChris Wilson
2012-08-22sna: Only use the GPU for an active CPU bo unless forcedChris Wilson
2012-08-22sna: If we cannot use the CPU bo along a render pathway, promote to GPUChris Wilson
2012-08-22sna: Convert to using IGNORE_CPU flag rather than complicating the CPU damageChris Wilson
2012-08-22sna: Assert that the CPU bo is not used if the GPU is clearChris Wilson
2012-08-22sna: Make sure the opposite damage is destroyed after reducing to allChris Wilson
2012-08-22sna: Discard a no-longer-used GPU bo after moving to the CPU domainChris Wilson
2012-08-22sna: Balance CPU bo accounting for SHM pixmapsChris Wilson
2012-08-21sna: Display still resident memory in inactive/snoop caches under DEBUG_MEMORYChris Wilson
2012-08-21sna: Add a DBG to log pixmap destructionChris Wilson
2012-08-21sna: Fix the assertion for tracking proxies in the batchChris Wilson
2012-08-21sna: Mark all levels of a proxy as dirtyChris Wilson
2012-08-21sna/gen6+: Only mark the dst as dirty again if it already is in the batchChris Wilson
2012-08-20sna/gen3: Fix assertion to check the freshly allocated vertex boChris Wilson
2012-08-20sna: Allow target bo promotion to GPU even on old architecturesChris Wilson
2012-08-20sna: Assign a unique id to snoopable CPU boChris Wilson
2012-08-20sna/gen3: Convert to sna_drawable_use_bo()Chris Wilson
2012-08-20sna: Trim a parameter from kgem_bo_mark_dirty() and add some assertionsChris Wilson
2012-08-20sna: Keep a stash of the most recently allocated requestsChris Wilson
2012-08-20sna: A few more buffer cache management assertionsChris Wilson
2012-08-20Check that the module that indeed i915 before using custom ioctlsChris Wilson
2012-08-20Only open the matching BusID and not the first namedChris Wilson
2012-08-20sna: Add a couple of buffer cache management assertionsChris Wilson
2012-08-20sna: Remove confusing is_cpu()Chris Wilson
2012-08-20sna: Refine decision making for maybe-inplace trapezoidsChris Wilson
2012-08-20sna: Correct ordering of calls to memcpy for BLT cpu composite pathsChris Wilson
2012-08-20Missing includes for b5b76ad849bChris Wilson
2012-08-20sna: Add a modicum of DBG for PolyFillRectChris Wilson
2012-08-20Sanity check that the driver is an i915.ko GEM device before claiming itChris Wilson
2012-08-20sna: Avoid migrating the BLT composite src to the GPU if the dst is notChris Wilson
2012-08-20sna: Remove unneeded source bo unref after __sna_render_pixmap_bo()Chris Wilson
2012-08-20sna: Flush the batch before preparing for a FlushCallbackChris Wilson
2012-08-19sna: Do not use the GPU to migrate to the CPU whilst wedged!Chris Wilson
2012-08-19sna: Experiment with flushing the batch prior to rendering to a ShmPixmapChris Wilson
2012-08-19sna: Don't promote a ShmPixmap to GPU for a CopyAreaChris Wilson
2012-08-19sna/gen3: Tidy vbo discardChris Wilson
2012-08-19sna: Tweak is_cpu/is_gpu heuristicsChris Wilson
2012-08-19sna: Discard GPU (and damage) after applying clear on migration to CPUChris Wilson
2012-08-19sna/trapezoids: Accept more operators for maybe-inplaceChris Wilson
2012-08-19sna: Update maybe_inplace to recognise more types of handled pixel formatsChris Wilson
2012-08-19sna: Only submit the batch if flushing a DRI client boChris Wilson
2012-08-19sna: compare the correct trailing dword when skipping identical bitmap linesChris Wilson
2012-08-19sna: Enable BLT composite functions to target CPU buffersChris Wilson