summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-06sna: Lighten the wakeup handler slightlyChris Wilson
2013-03-05sna: Typo ('unsuported') in DBG messagesChris Wilson
2013-03-05sna: Assert that the pixmap is not pinned before releasing the GPU boChris Wilson
2013-03-05sna: The GPU bo submit is still required before mapping for inplace operationsChris Wilson
2013-03-05sna: Use drawable_gc_flags() to select placement for PolyArcChris Wilson
2013-03-05sna: Fix deference of just nullified GPU bo in previous commitChris Wilson
2013-03-05sna: Refactor the is-mappable test for inplace operationsChris Wilson
2013-03-05sna: Prefer GPU for self-copies when undamaged on the CPUChris Wilson
2013-03-05sna: Be explicit when checking for an idle bo after CPU synchronisationChris Wilson
2013-03-05sna: Ensure that the tearfree swap is unmapped afterwardsChris Wilson
2013-03-04sna: Drop a local variable only used to hold a constantChris Wilson
2013-03-04sna: Ensure we do not attempt to operate inplace on a very large pixmapChris Wilson
2013-03-04sna/gen3: Always prefer BLT for copiesChris Wilson
2013-03-04sna/gen3: Perform alpha-fixup upon copy sourcesChris Wilson
2013-03-03sna: Only destroy the cached CLEAR picture if it existsChris Wilson
2013-03-03sna: Nullify cache pointers upon server regenChris Wilson
2013-03-03sna/gen3: Correct typo in assertionChris Wilson
2013-03-03sna/gen3: Add some debug around rendercopies of the fbconChris Wilson
2013-03-03sna: CPUID return ISA features in ecx/edxChris Wilson
2013-03-03sna: Undo preferred depth for gen3Chris Wilson
2013-03-03sna: Probe for kernel support of framebuffer formatsChris Wilson
2013-03-03sna/dri: Guard against failed batch submissionChris Wilson
2013-03-03sna: Eliminate a few used-once local variablesChris Wilson
2013-03-01Fix Haswell CRW PCI-IDsChris Wilson
2013-03-01sna: Chain up CloseScreenChris Wilson
2013-03-01sna: Assert that inplace operations are done on coherent mapsChris Wilson
2013-03-01sna: Assert that when caching a pixmap header the pScreen matchChris Wilson
2013-03-01sna: Assert that we do not resurrect stale pixmap across a server regenChris Wilson
2013-03-01sna: Assert that the ScrnInfo and ScreenPtr relationship is correctChris Wilson
2013-03-01sna: Move some conditional code out-of-lineChris Wilson
2013-03-01sna: Use depth-15 rather than depth-16 for reduced bw devicesChris Wilson
2013-03-01sna: Track number of pixmaps allocated whilst counting bo leaksChris Wilson
2013-02-28sna/video: Correct scaling of source offsetsChris Wilson
2013-02-27sna: Fix syntax for __get_cpuid()Chris Wilson
2013-02-27sna/dri: Fix use of uninitialised pipe along error pathChris Wilson
2013-02-27sna: Prettify GCC version detection in headersChris Wilson
2013-02-27sna: Improve compatibility of cpuid.h detectionChris Wilson
2013-02-27sna: Remove the trailing '.' from the previous commitChris Wilson
2013-02-27sna: Migrate dirty tracking across ScreenPixmap updatesChris Wilson
2013-02-26sna/gen2: Add SSE2 fast paths for vertex emissionChris Wilson
2013-02-26sna: Force GCC to use the SSE unit for SSE2 routinesChris Wilson
2013-02-26sna: Flatten the glyph emittersChris Wilson
2013-02-26sna/gen3: Expand the number of SSE2 routines for basic composite opsChris Wilson
2013-02-26sna/trapezoids: Add a pair of unlikely hints for forced box emissionChris Wilson
2013-02-26sna: Improve handling of migrated userptr boChris Wilson
2013-02-26sna: Flatten unaligned box emissionChris Wilson
2013-02-26sna: Bump required GCC for sse2Chris Wilson
2013-02-26sna: Conditionally compile sse2 routinesChris Wilson
2013-02-26sna: Conditionally compile sse4_2 routinesChris Wilson
2013-02-26sna: Conditionally compile avx routinesChris Wilson