summaryrefslogtreecommitdiff
path: root/src/uxa
AgeCommit message (Expand)Author
2014-09-12intel_present.c does not need to include uxa.hKeith Packard
2014-09-12Move some UXA-specific code under #if USE_UXA.Keith Packard
2014-09-12Move UXA hardware initialization into intel_uxa_initKeith Packard
2014-09-12Add intel_flush to abstract flushing pending acceleration operationsKeith Packard
2014-09-12Rename uxa-specific functions and structsKeith Packard
2014-09-12Move intel_alloc_framebuffer to intel_memory.cKeith Packard
2014-09-12Do more checks for proposed flip pixmapsKeith Packard
2014-09-12Eliminate pixmap private 'stride' field, which duplicates devKindKeith Packard
2014-09-12Don't use GetScratchPixmapHeader for shadow pixmapsKeith Packard
2014-09-12Declare variable holding option value as 'const char *'Keith Packard
2014-09-12Remove redundant calls to drm_intel_bo_disable_reuseKeith Packard
2014-09-12Fix present debug outputKeith Packard
2014-09-12glamor: Add DRI3 support to glamor code pathsKeith Packard
2014-09-12Correct BO allocation alignmentKeith Packard
2014-09-12Do not clear pending kernel events on mode switchKeith Packard
2014-09-08uxa: actually create the randr outputs for hotplug connectorsDave Airlie
2014-09-07uxa: add MST support.Dave Airlie
2014-09-07uxa: drop mode_res caching.Dave Airlie
2014-08-07uxa: Compile fix for Ubuntu 11.04Chris Wilson
2014-08-05intel: Use NOACCEL to avoid a symbol clash on old XorgChris Wilson
2014-07-27configure: Expose no acceleration by default (--with-default-accel=none)Chris Wilson
2014-07-23sna: Disable all outputs when initializing as a slaved output providerChris Wilson
2014-06-27uxa: Update Screen Pixmap width/height firstChris Wilson
2014-06-18uxa: Mark the output as off before making pipe changesHans de Goede
2014-06-18uxa: When the output is off, report the cached backlight valueHans de Goede
2014-06-16uxa: Allocate frontbuffer to meet old fence constaintsChris Wilson
2014-06-16uxa: Add some explanation to why bo were rejectedChris Wilson
2014-06-09configure: Allow disabling control over the backlightChris Wilson
2014-06-08uxa: Do not FreePixmap(screen->devPrivate)Chris Wilson
2014-06-02Only enable the new Cursor API for the next pre-release of XorgChris Wilson
2014-06-02uxa: Add Present extension supportKeith Packard
2014-06-02uxa: Restructure DRM event handling.Keith Packard
2014-06-02uxa: Support 64-bit MSC values. Handle kernel vageries about MSC reportingKeith Packard
2014-06-02uxa: Add DRI3 and miSyncShm supportChris Wilson
2014-05-28Silence CLang (almost)Chris Wilson
2014-05-26uxa: Silence the compiler over a couple of unused variablesChris Wilson
2014-05-26uxa: Silence compiler for warnings in Cursor API changesChris Wilson
2014-05-21uxa: fix getmsc to not fail hardDave Airlie
2014-05-20uxa: fix pageflips on 3 head scenariosDave Airlie
2014-04-21uxa: Remove misnomer from ATI logsChris Wilson
2014-04-10uxa: Fix load_cursor_argb for the new Xorg ABI.Eric Anholt
2014-04-10Use fbpict.h instead of defining its prototypes ourselves.Eric Anholt
2014-04-10Update for glamor in the 1.16 server.Eric Anholt
2014-03-18uxa: Implement minimal flushing for bdw+Chris Wilson
2014-03-18uxa: Add support for server managed fds (via intel_device)Chris Wilson
2014-03-13uxa: Enable BLT acceleration on Broadwell.Kenneth Graunke
2014-03-13uxa: Remove implicit length from BLT command #defines.Kenneth Graunke
2014-02-15backlight: Amalgamate hardcoded priority tablesChris Wilson
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson
2014-02-13uxa: Check for access to backlight interfaceChris Wilson