summaryrefslogtreecommitdiff
path: root/src/uxa
AgeCommit message (Expand)AuthorFilesLines
2014-06-15destroygc whitespaceHEADmasterEric Anholt1-4/+4
2014-06-15uxa: use glamor_destroy_gc when availableKeith Packard1-7/+20
2014-06-15uxa: Move non-glamor code past the glamor check in uxa_get_imageKeith Packard1-7/+7
2014-06-15fix up style for copywindow.Eric Anholt1-9/+9
2014-06-15uxa: use glamor_copy_window when running glamorKeith Packard1-1/+13
2014-06-15uxa: Clean up compiler warningsKeith Packard2-2/+2
2014-06-15Fix up style for the text changes.Eric Anholt1-22/+22
2014-06-15uxa: Use glamor text when availableKeith Packard1-0/+69
2014-06-15Update for glamor in the 1.16 server.Eric Anholt1-0/+8
2014-06-09configure: Allow disabling control over the backlightChris Wilson1-0/+4
2014-06-08uxa: Do not FreePixmap(screen->devPrivate)Chris Wilson1-0/+2
2014-06-02Only enable the new Cursor API for the next pre-release of XorgChris Wilson1-1/+1
2014-06-02uxa: Add Present extension supportKeith Packard4-0/+427
2014-06-02uxa: Restructure DRM event handling.Keith Packard3-54/+376
2014-06-02uxa: Support 64-bit MSC values. Handle kernel vageries about MSC reportingKeith Packard3-86/+163
2014-06-02uxa: Add DRI3 and miSyncShm supportChris Wilson7-38/+402
2014-05-28Silence CLang (almost)Chris Wilson2-3/+3
2014-05-26uxa: Silence the compiler over a couple of unused variablesChris Wilson1-2/+0
2014-05-26uxa: Silence compiler for warnings in Cursor API changesChris Wilson1-1/+5
2014-05-21uxa: fix getmsc to not fail hardDave Airlie1-1/+2
2014-05-20uxa: fix pageflips on 3 head scenariosDave Airlie1-1/+3
2014-04-21uxa: Remove misnomer from ATI logsChris Wilson1-1/+1
2014-04-10uxa: Fix load_cursor_argb for the new Xorg ABI.Eric Anholt1-2/+18
2014-04-10Use fbpict.h instead of defining its prototypes ourselves.Eric Anholt1-16/+1
2014-04-10Update for glamor in the 1.16 server.Eric Anholt1-1/+7
2014-03-18uxa: Implement minimal flushing for bdw+Chris Wilson1-5/+12
2014-03-18uxa: Add support for server managed fds (via intel_device)Chris Wilson1-64/+6
2014-03-13uxa: Enable BLT acceleration on Broadwell.Kenneth Graunke5-17/+24
2014-03-13uxa: Remove implicit length from BLT command #defines.Kenneth Graunke2-9/+9
2014-02-15backlight: Amalgamate hardcoded priority tablesChris Wilson1-42/+11
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson1-184/+34
2014-02-13uxa: Check for access to backlight interfaceChris Wilson1-0/+8
2014-02-13Revert "uxa: Do not change DPMS mode on unconnected outputs"Chris Wilson1-5/+4
2014-02-06uxa: Do not expose TextureVideo Xv adapters when acceleration is disabledChris Wilson1-1/+2
2014-02-01glamor: Enable Xv supportChris Wilson3-2/+26
2014-01-28Allow selection of glamor as the default acceleration methodChris Wilson1-1/+2
2014-01-23glamor: Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Chris Wilson1-0/+2
2014-01-17Provide DRI2DriverVDPAU for future compatibilityRinat1-2/+3
2014-01-06uxa: Always treat DPMSModeSuspend/Standby similar to DPMSModeOffChris Wilson1-2/+2
2014-01-06uxa: Disable updating properties upon reading their valuesChris Wilson1-3/+3
2014-01-06uxa/dri: Pixmap are offscreen and not attached to any displayChris Wilson1-2/+3
2013-11-25uxa: fix order of inline BoolZdenek Kabelac1-1/+1
2013-11-25uxa,legacy: use unsigned for comparition of unsignedZdenek Kabelac1-1/+1
2013-11-25uxa: Avoid relying on an assert and cleanup iteratorZdenek Kabelac1-5/+5
2013-11-25uxa: rename some local variable to not shadow global onesZdenek Kabelac1-7/+7
2013-11-25uxa: Ensure mask_picture is definedZdenek Kabelac1-0/+1
2013-11-25Correct type of uevent_handlerChris Wilson2-5/+3
2013-11-25Remove uneeded headersZdenek Kabelac7-15/+0
2013-11-25Makefile convert @var@ to $(var)Zdenek Kabelac1-7/+7
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson3-6/+11