summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-222.21.10 release2.21.10Chris Wilson
2013-06-22sna: Refine the self-cow copy hack to reduce collateral damageChris Wilson
2013-06-21sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_xChris Wilson
2013-06-21sna: Allow PutImage to write inplace using manual tilingChris Wilson
2013-06-21sna: Inspect availablity of render before prefering to use the GPUChris Wilson
2013-06-21sna: Check if we may want to simply upload for a CopyAreaChris Wilson
2013-06-21sna: Fix inspection of transfer extents for deciding transportChris Wilson
2013-06-20sna: Mark overwriting CopyArea as not needing the dst damageChris Wilson
2013-06-20sna: Promote the CopyArea to the GPU if it subsumes the CPU damageChris Wilson
2013-06-20sna: Fix tiled scanout limits for ValleyviewChris Wilson
2013-06-19sna: Tidy a redundant conditional for CopyAreaChris Wilson
2013-06-19sna: Fix the pitch limits for gen3 scanoutChris Wilson
2013-06-19Revert "sna: Apply scanout stride limits to tiling selection"Chris Wilson
2013-06-19sna: Switch to a per-crtc pixmap if the pitch exceeds scanout limitationsChris Wilson
2013-06-19sna: Apply scanout stride limits to tiling selectionChris Wilson
2013-06-19sna: Assert that the scanout fits within the allocated bufferChris Wilson
2013-06-19configure: test for librt (clock_gettime)Jonathan Gray
2013-06-18sna: Allow wedged pixmaps to be accessed via GTTChris Wilson
2013-06-18sna: Specialise mi calls to PolyFillRectChris Wilson
2013-06-18sna: Add extra assertions to sanity check CPU access is coherentChris Wilson
2013-06-18sna: Do not sync after a failed mappingChris Wilson
2013-06-18sna: Try falling back through an upload if inplace mapping failsChris Wilson
2013-06-18sna: Mark the base bo as unreusable for temporary mappingsChris Wilson
2013-06-17sna: Unwrap proxies for subpage offset SHM pixmaps during syncChris Wilson
2013-06-17sna: Refactor scanout flushingChris Wilson
2013-06-15sna: Be explicit in not marking an upload buffer as being on the cpuChris Wilson
2013-06-14sna/gen3+: Remove redundant clearing of clear hint in video playbackChris Wilson
2013-06-14sna: Tighten a few asserts on pixmap migrationChris Wilson
2013-06-13sna/gen7: Set sampler swizzle for video sourcesChris Wilson
2013-06-13sna/gen2+: Promote a conditional dirty into an assertionChris Wilson
2013-06-12sna: Do not enlarge the read back region if there is already CPU damageChris Wilson
2013-06-12sna/video: Free the private video (adaptor/port) arrays upon CloseScreenChris Wilson
2013-06-12sna/video: Catch allocation failure whilst setting up the TexturedAdaptorChris Wilson
2013-06-12sna: Allow the throttling to be woken by SIGINTChris Wilson
2013-06-11sna: Make sure the source is coherent on the CPU before uploadingChris Wilson
2013-06-11sna: Mollify an assert to allow us to call busy_ioctl on a GTT writeChris Wilson
2013-06-11sna: Make sure the source is coherent on the CPU before uploadingChris Wilson
2013-06-11sna: Tidy batch submission around CRTC updatesChris Wilson
2013-06-10sna: Move the GTT dirty tracking from the pixmap to the boChris Wilson
2013-06-10sna: s/bo->dirty/bo->gpu_dirty/ to avoid later confusionChris Wilson
2013-06-10sna: Make sure all sna_write_boxes* flag the GTT is dirtyChris Wilson
2013-06-10sna: Keep the cached EDID if it hasn't changedChris Wilson
2013-06-09sna: Streamline connector probingChris Wilson
2013-06-07sna: Set the needs_flush flag on the bo when the scanout is dirtyChris Wilson
2013-06-07sna: Track when we write directly to bo through the GTTChris Wilson
2013-06-07sna/dri: Check rather than assert for a change in back/front sizesChris Wilson
2013-06-07sna/dri: Fix transcription error in commit ab47433b20Chris Wilson
2013-06-07sna/dri: Do not decouple the flip after chaining up a blitChris Wilson
2013-06-06sna/video: Select vsync by default based on "SwapbuffersWait"Chris Wilson
2013-06-06sna/video: Fixup formats to select visualsChris Wilson