summaryrefslogtreecommitdiff
path: root/src/sna/sna_driver.c
AgeCommit message (Expand)Author
2013-05-30sna: Cleanup up error reporting after failure to init KMS interfaceChris Wilson
2013-05-21sna: Warn about the consequences of disabling tilingChris Wilson
2013-05-21sna/video: Convert to a pure Xv backendChris Wilson
2013-04-10sna: Align uploads to start on page boundariesChris Wilson
2013-04-10sna: Suppress hotplug events whilst VT switched awayChris Wilson
2013-03-04sna: Drop a local variable only used to hold a constantChris Wilson
2013-03-03sna: Undo preferred depth for gen3Chris Wilson
2013-03-03sna: Probe for kernel support of framebuffer formatsChris Wilson
2013-03-01sna: Chain up CloseScreenChris 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-02-26sna: Print detected CPU featuresChris Wilson
2013-02-25sna: Detect available instruction sets at runtimeChris Wilson
2013-02-24sna: Reduce DefaultDepth to 16 on older chipsetsChris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-01-24sna: Experiment with a threaded renderer for fallback compositingChris Wilson
2013-01-20sna: Make DEBUG_SYNC a configure optionChris Wilson
2013-01-10sna: Make sure all outputs are disabled if no CompatOutput is definedChris Wilson
2013-01-10sna: Open-code xf86CompatOutput() to avoid invalid pointersChris Wilson
2013-01-01sna: Remove some obsolete OptionsChris Wilson
2013-01-01sna: Tidy compat interfacesChris Wilson
2012-12-16intel: Support debugging through AccelMethodChris Wilson
2012-12-15sna/dri: Honour TripleBuffer OptionChris Wilson
2012-12-10sna: Try installing a fallback config on VT enter in case full desiredMode failsChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-26sna: Disable shadow tracking upon regenChris Wilson
2012-11-08Remove reliance on hard-coded DRI nameChris Wilson
2012-11-02sna: Add a small delay during startup if another master is still activeChris Wilson
2012-10-24sna: Disable RandR hotplug events if Xinerama is enabledChris Wilson
2012-10-22sna: Tidy udev install/remove and add a couple of lines of DBGChris Wilson
2012-09-29sna: Release the front buffer and drop DRM master early during shutdownChris Wilson
2012-09-26Kill mibstore pretend backwards compatibilityChris Wilson
2012-09-25sna: Remove unused reference to mibstore.h, removed in future XorgChris Wilson
2012-09-18sna/gen7: Add some ring switching sanity checksChris Wilson
2012-09-10sna: Fixup possible_crtcs for ZaphodHeadsChris Wilson
2012-09-05Add PlatformProbe to handle sharing of device entitiesChris Wilson
2012-09-05sna: Harden against initialisation failuresChris Wilson
2012-09-05sna: Drop master after discarding framebuffersChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-09-03sna: Enable platform probingChris Wilson
2012-08-20Only open the matching BusID and not the first namedChris Wilson
2012-08-12sna: Make the failure to create render caches non-fatalChris Wilson
2012-08-04Fix build failure when passing --with-builderstring.Cyril Brulebois
2012-08-03Pass the chipset info through driverPrivate rather than a global pointerChris Wilson
2012-07-29Don't disable acceleration on 830/845g by defaultChris Wilson
2012-07-28sna: Honour the Option "DRI"Chris Wilson
2012-07-23sna: Remove a surplus functionChris Wilson
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson