summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2014-01-16sna: Regularly check that the devPrivate.ptr is validChris Wilson
2013-12-11sna/gen8: Initial backend for BroadwellChris Wilson
2013-12-03sna: More assertions around tracking mapped stateChris Wilson
2013-11-25Correct type of uevent_handlerChris Wilson
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson
2013-11-21sna: Set supported rotations on virtual outputsChris Wilson
2013-10-30sna: Allow limited recursion within sigtrapped routinesChris Wilson
2013-10-25sna: Remove stale mappings when replacing GPU boChris Wilson
2013-10-25sna/io: Propagate failure to XOR uploadsChris Wilson
2013-10-21sna: Eliminate the synchronous wait from inside TearFreeChris Wilson
2013-10-18sna: Tighten pixmap map assertionsChris Wilson
2013-10-17sna: Assert mapped stateChris Wilson
2013-10-16sna/glyphs: Fix computation of extents for long stringsChris Wilson
2013-10-10sna/gen6+: Share the common routines for ring preferrenceChris Wilson
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-09-19sna: Do not change DPMS mode on unconnected outputsChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-09-17intel: Make the option to control VSync and PageFlip explictChris Wilson
2013-09-10sna: Disable use of Y-tiling for gen4Chris Wilson
2013-09-07sna: Split get_drawable_deltas()Chris Wilson
2013-09-07Revert "sna: Add XMir support"Chris Wilson
2013-09-06sna: Listen to ACPI events for power state notificationsChris Wilson
2013-09-04sna: Add XMir supportChris Wilson
2013-09-04sna: Fix sna_pixmap_move_area_to_gpu() to return the sna_pixmapChris Wilson
2013-08-31sna: Expand the array of fake outputs if the last is usedChris Wilson
2013-08-30sna: Protect against unattached pixmaps when peeking inside for a GPU boChris Wilson
2013-08-30sna: Allow user specification of number of VirtualHeadsChris Wilson
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson
2013-08-18sna/gen6+: Tweak semaphore avoidance for composite operationsChris Wilson
2013-08-16sna/video: Expose an attribute to keep the overlay always on topChris Wilson
2013-08-14sna: Rename sna_pixmap_get_bo()Chris Wilson
2013-08-10sna/glyphs: Micro-optimise glyph drawingChris Wilson
2013-08-09intel: Disable incompatible features whilst hostedChris Wilson
2013-08-08Micro-optimise box intersectionsRaul Fernandes
2013-08-01sna/dri: Disable TripleBuffering by default for compositorsChris Wilson
2013-07-19sna: Return true from get_drawable_deltas() if the pixmap is offsetChris Wilson
2013-07-11sna: Remove the duplicated open-coding of SetScreenPixmapChris Wilson
2013-07-02sna: Simplify validation of active CRTCsChris Wilson
2013-07-01sna: Experiment with cpu mappings for migrationChris Wilson
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson
2013-06-21sna: Determine swizzling once during initialisation and choose memcpy_to_tiled_xChris Wilson
2013-06-10sna: Move the GTT dirty tracking from the pixmap to the boChris Wilson
2013-06-07sna: Track when we write directly to bo through the GTTChris Wilson
2013-05-21sna/video: Convert to a pure Xv backendChris Wilson
2013-05-21sna: Undo a few more overwritten operations upon a boChris Wilson
2013-05-17sna: Undo the clone when replacing the DRI pixmapChris Wilson
2013-05-17sna: Avoid replacing pinned bo when undoing a cloneChris Wilson
2013-05-14sna: Basic copy-on-write support for cloning pixmapsChris Wilson