summaryrefslogtreecommitdiffstats
path: root/ui/ozone
Commit message (Expand)AuthorAgeFilesLines
* [Ozone-Dri] Gracefully handle DRM devices with no resourcesmatthewyuan2015-02-249-20/+59
* [Ozone-Dri] Replace blend with copy to the modeset bufferDaniel Nicoara2015-02-241-1/+4
* Fix UiThreadGpu initialization for video accelerator testsdnicoara2015-02-217-70/+80
* [ozone] clang warning fix for https://codereview.chromium.org/905873003alexst2015-02-212-2/+2
* [Ozone-Dri] Pass DRM FD to GPU process on hotplug eventdnicoara2015-02-2014-19/+217
* [Ozone-Dri] Make GbmWrapper destructor privatetiago.vignatti2015-02-201-1/+2
* ui: Cleanup the usage of scoped_ptr throughout.tfarina2015-02-1910-12/+12
* ozone: dri: Fix missing cursor update when moving to screen locationspang2015-02-181-0/+2
* [Ozone-Dri] Remove unneeded param to DriWindowDelegateImpldnicoara2015-02-184-11/+5
* Sort GYP files under uisatorux2015-02-184-8/+8
* Sort GN files under uisatorux2015-02-182-7/+7
* ozone: choose a card useful for display rather than by defaultzachr2015-02-174-6/+32
* [Ozone-Dri] Remove display configuration logic from GpuPlatformSupportdnicoara2015-02-126-250/+196
* [Ozone-Demo] Fix debug builddnicoara2015-02-122-3/+19
* [Ozone] Fix mouse clicks after swapping the primary monitorpkotwicz2015-02-113-6/+22
* [Ozone-Dri] Allow NativeDisplayDelegateDri to handle multiple DRM devicesdnicoara2015-02-1114-177/+243
* [Ozone-Dri] Remove DriWrapper from WindowDelegate constructordnicoara2015-02-114-10/+8
* [Ozone-Dri] Use the correct DRM wrapper when allocating buffersdnicoara2015-02-1121-43/+211
* [Ozone-Demo] Add support for NativeDisplayDelegatednicoara2015-02-114-62/+272
* [Ozone-Dri] Store the DRM wrapper into the display snapshotdnicoara2015-02-103-13/+22
* [Ozone-Dri] Use base::File when dealing with DRM FDsdnicoara2015-02-1013-106/+105
* [Ozone-Dri] Move the ForceInitializationOfPrimaryDisplay from ScreenManagerdnicoara2015-02-109-86/+74
* [Ozone-Dri] Make {Dri,Gbm}Wrapper ref counteddnicoara2015-02-1035-143/+152
* [Ozone-Dri] Set DPMS to off when disabling a displaydnicoara2015-02-061-0/+5
* [Ozone-Gbm] Return true on resize of surfaceless surfacesdnicoara2015-02-051-2/+1
* ozone: dri: Re-add call to show cursor after bounds changespang2015-02-051-0/+1
* ozone: dri: Fix undefined references in DRI platform GN buildspang2015-02-0415-28/+47
* ozone: Add more missing dependenciesspang2015-02-043-0/+3
* ozone: Add missing dependencies to buildspang2015-02-0310-0/+14
* vaapi plumbing to allow hardware video overlaysachaulk2015-02-032-2/+18
* [Ozone-DRI] Remove the extra helper thread and reuse the IO onednicoara2015-02-036-70/+21
* ozone: fix HDPMLegacy - do the PF after overlays, also clear old overlaysachaulk2015-01-296-17/+78
* Dump property values for the touch log sourcesheckylin2015-01-282-0/+14
* Revert of Dump property values for the touch log source (patchset #11 id:2000...jamescook2015-01-282-14/+0
* [Ozone-DRI] Assume window IPC arrives before surface IPCdnicoara2015-01-287-44/+20
* Dump property values for the touch log sourcesheckylin2015-01-282-0/+14
* Mechanical rename of tracing includes for /uissid2015-01-279-9/+9
* [Ozone] Constrain the cursor when overscan insets are setpkotwicz2015-01-279-29/+72
* [Ozone] Fix building ozone unittests in component builddnicoara2015-01-262-5/+6
* add ui/display/util dependency where necessary under ui/ozoneoshima2015-01-242-0/+2
* [Ozone-DRI] Check the host_id when resetting the cursor IPC callbackdnicoara2015-01-232-3/+10
* Read EDID for the 1st display for startuposhima2015-01-239-29/+170
* [Ozone-Dri] Decouple the IO helper thread from DriWrapperdnicoara2015-01-2314-38/+115
* [Ozone] Initialize the message filter from the dummy channeldnicoara2015-01-231-0/+6
* Add presubmit check for scoped_ptr usage.tfarina2015-01-236-8/+8
* [Ozone-Dri] Create GbmWrapperdnicoara2015-01-2211-85/+132
* [Ozone-Dri] Pass in the DRM device to the buffer generatordnicoara2015-01-228-20/+22
* [Ozone-Gbm] Allow changing the MESA platformdnicoara2015-01-224-0/+22
* [Ozone] Fix bezelspkotwicz2015-01-221-1/+20
* [ozone] Remove temporary workaround to gpu cursor starting on main thread.alexst2015-01-211-10/+2