summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-20sna/trapezoids: Clamp cells to valid rangeChris Wilson
2013-02-20sna/trapezoids: Embed a few cells into the stackChris Wilson
2013-02-20sna/trapezoids: Perform the cell allocation upfrontChris Wilson
2013-02-19sna/video: Only setup XvMC if we first setup XvChris Wilson
2013-02-19sna: Assert that the GPU damage is NULL before destroy a proxyChris Wilson
2013-02-18sna: Assert that the gpu_bo exists if it is entirely damagedChris Wilson
2013-02-18sna: A couple more assertions that we forcibly attach pixmaps correctlyChris Wilson
2013-02-18sna/dri: Prevent swapping a decoupled DRI2BufferChris Wilson
2013-02-18uxa/gen7: Don't use a message register to store vlDamien Lespiau
2013-02-17Confirm that i915.ko has KMS enabled before binding to the deviceChris Wilson
2013-02-13sna/gen4: Restore nonrectiinear spans workaroundChris Wilson
2013-02-13sna: Avoid stalling on a SHM upload when otherwise idleChris Wilson
2013-02-13Revert "sna: Avoid promoting SHM CPU bo to GPU to maintain coherence with SHM...Chris Wilson
2013-02-13sna/dri: Fix typo limiting gen4 to TILING_X depth buffersChris Wilson
2013-02-13sna: Handle scanouts still active at the time of destructionChris Wilson
2013-02-12sna/dri: Validate that the scanout flag is setChris Wilson
2013-02-12sna: Prefer inplace readback if the GPU doesn't support cacheable BLTsChris Wilson
2013-02-12sna: Only use the inplace read fallback if we have no CPU bo supportChris Wilson
2013-02-12sna/dri: Assert that we are not passed deceased DRI2BuffersChris Wilson
2013-02-11sna/dri: Assert that the old scanout is clear before overwritingChris Wilson
2013-02-11sna/dri: Update flush status for tear-free exported GPU boChris Wilson
2013-02-11sna/dri: Harden the replacement of the back buffer against alloc failureChris Wilson
2013-02-11sna: Fix inaccurate use of __attribute__((const))Chris Wilson
2013-02-11sna/dri: Ignore a compiler barf breaking an assertionChris Wilson
2013-02-11sna/dri: Couple up the flush pixmap after checking for allocation failuresChris Wilson
2013-02-11sna/dri: Tighten the assertions that we have one DRI2Buffer per PixmapChris Wilson
2013-02-11sna: Assert that we do not destroy a GPU bo for an active DRI pixmapChris Wilson
2013-02-11sna: Avoid stalling for changing cache levels on an active scanoutChris Wilson
2013-02-11sna/dri: Only clear the GPU bo flush flag when the last export is destroyedChris Wilson
2013-02-10sna: Restore glyphs with xorg-1.12Chris Wilson
2013-02-10sna: Reorder some includes so that compat-api.h comes after the headers it wraps2.21.1Chris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-02-09sna: Fix alignment of the base of partial buffers for pre-G33 chipsetsChris Wilson
2013-02-09sna: Promote to GPU is only partially damaged on the CPU but busy on the GPUChris Wilson
2013-02-08sna: Randomly perturb 'wedged' to hunt for faultsChris Wilson
2013-02-08sna/gen6: Use GT2 settings for both GT2 and GT2+Chris Wilson
2013-02-08sna: Force the fallback path for unaccelerated randr damageChris Wilson
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson
2013-02-08sna: Remove the bogus assertions on buffer domainsChris Wilson
2013-02-07sna: Fixup an invalid assertionChris Wilson
2013-02-07sna: Also assert that the GPU is not wedged before continuing a batchChris Wilson
2013-02-07sna: Force GTT readback if the GPU is wedgedChris Wilson
2013-02-07sna: Allow inplace uploads to utilise GTT on LLC machinesChris Wilson
2013-02-07sna: Only try the SRC fixup into the buffer if it is CPU mappedChris Wilson
2013-02-07sna: Correctly align used buffers to the following page boundaryChris Wilson
2013-02-06sna: Fallback to non-LLC paths after an allocation failure for an LLC bufferChris Wilson
2013-02-06intel: Becareful not to match UMS against future generationsChris Wilson
2013-02-06sna: Free the handle after pwrite buffer allocation failureChris Wilson
2013-02-06sna: Flush our caches if we fail to mmap an objectChris Wilson
2013-02-06sna: Correctly handle failure to CPU map a new allocationChris Wilson