summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-022.20.6 release2.20.6Chris Wilson
2012-09-02sna: Tweak placement rules if we already have a CPU boChris Wilson
2012-09-01sna/dri: Remove busy-wait spin from vblank chaining of swapbuffersChris Wilson
2012-09-01sna: Nullify gpu_bo after free in case final release is deferred in destroyChris Wilson
2012-09-01sna/gen2+: Add the missing assertions in case the drawrect is invalidChris Wilson
2012-09-01sna: Discard cached CPU upload early when clearing with a solid fillChris Wilson
2012-08-30sna/dri: Use common routine for testing busyness after flushChris Wilson
2012-08-30sna/dri: Hold a reference to the vsync blitChris Wilson
2012-08-29sna: Remove inconsistent assertionChris Wilson
2012-08-28sna: Align active upload buffers to the next page for reuseChris Wilson
2012-08-28sna: Discard inplace flag if we create a CPU map for the upload bufferChris Wilson
2012-08-28sna: Propagate the request to flush rather than directly submit the batchChris Wilson
2012-08-28sna: Make sure we reset the domain tracking when exporting DRI boChris Wilson
2012-08-27sna: Track outstanding requests per-ringChris Wilson
2012-08-27sna: Ensure that we create a GTT mapping for the inplace upload bufferChris Wilson
2012-08-27sna: Force the stall if using a busy ShmPixmap bo with PutImageChris Wilson
2012-08-27sna: Add a modicum of DBG to kgem_is_idle()Chris Wilson
2012-08-27sna: Fix crash with broken DBG missing one of its argumentsChris Wilson
2012-08-27sna: A little more DBG to try and identify ratelimiting opsChris Wilson
2012-08-27sna: Assert that the bo is marked as 'flush' when exported to DRI clientsChris Wilson
2012-08-27sna: Upload PutImage inplace to a fresh GPU bo if the device doesn't snoopChris Wilson
2012-08-27sna: Flush the batch if it references a ShmPixmap and the GPU is idleChris Wilson
2012-08-27Revert "sna: Cleanup composite redirection after substituting the BLT"Chris Wilson
2012-08-26Add Option "Backlight" to override the probed backlight control interfaceChris Wilson
2012-08-26sna/gen5+: Use the common methods for choosing the render targetsChris Wilson
2012-08-26sna: Use a fast span emitter for mono trapezoids without damage or clippingChris Wilson
2012-08-26sna/gen6+: Do not call sna_blt_composite() after prepping the composite opChris Wilson
2012-08-26sna/gen6+: Simplify prefer_blt_boChris Wilson
2012-08-26sna: Add some DBG to kgem_is_idle()Chris Wilson
2012-08-26sna: Add some DBG to BLT composite substitute to show if redirection is usedChris Wilson
2012-08-26sna: Cleanup composite redirection after substituting the BLTChris Wilson
2012-08-26sna/gen4+: Check for allocation failure for the clear solid boChris Wilson
2012-08-262.20.5 release2.20.5Chris Wilson
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-23Fix seriously malformed list syntax on intel(4).Eric S. Raymond
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