summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-112.21.4 release2.21.4Chris Wilson
2013-03-11sna: Tighten checking for coherent mapsChris Wilson
2013-03-10sna: Tweak CPU mappings to be only used if a read is requiredChris Wilson
2013-03-10sna/dri: Flatten _sna_dri_destroy_buffer()Chris Wilson
2013-03-10sna/dri: Add a couple more basic assertionsChris Wilson
2013-03-08sna: Only shrink the maximum GPU size to fit into cacheChris Wilson
2013-03-08sna/gen4: Initialise a pair of unimportant variablesChris Wilson
2013-03-07sna: Fallback if we cannot fit the tiling copy into the apertureChris Wilson
2013-03-07sna: Trim tile sizes to fit aperture constraintsChris Wilson
2013-03-07sna: Remove the unused output and crtc listsChris Wilson
2013-03-07sna: Disambiguate sna_crtc_resize()Chris Wilson
2013-03-07sna: Supply a fake pipe to run completely headlessChris Wilson
2013-03-07sna: Return early if there are no outputs to setupChris Wilson
2013-03-07intel: Relax the has-kms test slightlyChris Wilson
2013-03-06sna: Disable read-read optimisationsChris Wilson
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