summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Revert "sna: Add XMir support"Chris Wilson1-30/+5
2013-09-06sna: Listen to ACPI events for power state notificationsChris Wilson1-0/+20
2013-09-04sna: Add XMir supportChris Wilson1-5/+30
2013-09-04sna: Fix sna_pixmap_move_area_to_gpu() to return the sna_pixmapChris Wilson1-1/+1
2013-08-31sna: Expand the array of fake outputs if the last is usedChris Wilson1-0/+4
2013-08-30sna: Protect against unattached pixmaps when peeking inside for a GPU boChris Wilson1-1/+3
2013-08-30sna: Allow user specification of number of VirtualHeadsChris Wilson1-1/+1
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson1-1/+1
2013-08-18sna/gen6+: Tweak semaphore avoidance for composite operationsChris Wilson1-0/+5
2013-08-16sna/video: Expose an attribute to keep the overlay always on topChris Wilson1-0/+5
2013-08-14sna: Rename sna_pixmap_get_bo()Chris Wilson1-1/+1
2013-08-10sna/glyphs: Micro-optimise glyph drawingChris Wilson1-1/+1
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson1-0/+1
2013-08-08Micro-optimise box intersectionsRaul Fernandes1-1/+6
2013-08-01sna/dri: Disable TripleBuffering by default for compositorsChris Wilson1-0/+11
2013-07-19sna: Return true from get_drawable_deltas() if the pixmap is offsetChris Wilson1-2/+3
2013-07-11sna: Remove the duplicated open-coding of SetScreenPixmapChris Wilson1-1/+1
2013-07-02sna: Simplify validation of active CRTCsChris Wilson1-1/+0
2013-07-01sna: Experiment with cpu mappings for migrationChris Wilson1-3/+1
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson1-1/+0
2013-06-21sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_xChris Wilson1-6/+1
2013-06-10sna: Move the GTT dirty tracking from the pixmap to the boChris Wilson1-1/+0
2013-06-07sna: Track when we write directly to bo through the GTTChris Wilson1-0/+2
2013-05-21sna/video: Convert to a pure Xv backendChris Wilson1-0/+6
2013-05-21sna: Undo a few more overwritten operations upon a boChris Wilson1-0/+1
2013-05-17sna: Undo the clone when replacing the DRI pixmapChris Wilson1-0/+3
2013-05-17sna: Avoid replacing pinned bo when undoing a cloneChris Wilson1-1/+3
2013-05-14sna: Basic copy-on-write support for cloning pixmapsChris Wilson1-0/+6
2013-04-17Revert "xgvevent"Chris Wilson1-6/+0
2013-04-16xgveventChris Wilson1-0/+6
2013-04-10sna: Align uploads to start on page boundariesChris Wilson1-1/+2
2013-04-10sna: Suppress hotplug events whilst VT switched awayChris Wilson1-0/+1
2013-03-18sna: Skip processing an all-clipped-out glyphChris Wilson1-0/+15
2013-03-07sna: Remove the unused output and crtc listsChris Wilson1-3/+0
2013-03-07sna: Supply a fake pipe to run completely headlessChris Wilson1-0/+1
2013-03-01sna: Track number of pixmaps allocated whilst counting bo leaksChris Wilson1-4/+4
2013-02-26sna: Ignore SSE4a - not an Intel ISA!Chris Wilson1-5/+4
2013-02-26sna: Print detected CPU featuresChris Wilson1-0/+1
2013-02-25sna: Detect available instruction sets at runtimeChris Wilson1-0/+14
2013-02-11sna: Fix inaccurate use of __attribute__((const))Chris Wilson1-5/+5
2013-02-11sna/dri: Tighten the assertions that we have one DRI2Buffer per PixmapChris Wilson1-2/+1
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson1-3/+12
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson1-2/+1
2013-01-29sna: Only migrate the sample box if using the BLT engine for a compositeChris Wilson1-0/+3
2013-01-27sna: Begin sketching out a threaded rasteriser for spansChris Wilson1-0/+1
2013-01-24sna: Use threads for simple mask generationChris Wilson1-0/+4
2013-01-24sna: Refactor to use a common fbComposite fallbackChris Wilson1-0/+9
2013-01-24sna: Experiment with a threaded renderer for fallback compositingChris Wilson1-0/+14
2013-01-20sna: Make DEBUG_SYNC a configure optionChris Wilson1-1/+0
2013-01-17sna: Remove the confusion of the pixmap->undamagedChris Wilson1-1/+0