summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-12sna/gen4: Tweak compilation flags to avoid mixed settings across functionsChris Wilson
2013-03-12uxa: don't crash when freeing an uninitialized screenAaron Plattner
2013-03-12sna/gen3: Tweak code generation for gen3_emit_composite_primitive_constant__sse2Chris Wilson
2013-03-12sna/gen3: Tweak code generation for gen3_emit_composite_primitive_identity_gr...Chris Wilson
2013-03-12sna/gen3: Reduce another use of transformsChris Wilson
2013-03-12uxa/glamor: Prevent a crash when trying to load a misconfigured glamorChris Wilson
2013-03-12sna: Missing git-add for 09862a85eba243bChris Wilson
2013-03-12sna: Improve asserts that the CPU bo is not busy after synchronisationChris Wilson
2013-03-12sna: Mark redirect proxies with a unique idChris Wilson
2013-03-12sna: Apply the source offset to the transform when fixing up gradientsChris Wilson
2013-03-11sna: Improve sna_copy_boxes DBG by printing the bo handlesChris Wilson
2013-03-11sna: Only allocate addition space if we need pixel dataChris Wilson
2013-03-11sna: Mark the userptr as a CPU mappingChris Wilson
2013-03-11sna/dri: Free the event on the impossible error pathChris Wilson
2013-03-11sna/dri: Free chained swaps upon CloseWindowChris Wilson
2013-03-11sna/dri: Reorder assert to avoid NULL dereferenceChris 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