summaryrefslogtreecommitdiffstats
path: root/ui/ozone/platform
Commit message (Expand)AuthorAgeFilesLines
* [Ozone-Drm] Pick pending buffer over current buffer when modesettingdnicoara2015-03-272-2/+10
* [Ozone-Drm] Fix Ozone initialization orderdnicoara2015-03-242-4/+4
* ozone: drm: Remove unused interface from DrmCursorspang2015-03-232-11/+7
* [Ozone-Drm] Notify cursor of channel established lastdnicoara2015-03-206-29/+28
* Fix for menus blocking user activity detection (Retry 2).afakhry2015-03-191-1/+12
* [Ozone-Drm] Change file locking from Posix to BSD stylednicoara2015-03-191-7/+2
* ozone: Preliminary atomic patchachaulk2015-03-1816-15/+390
* Revert of Fix for menus blocking user activity detection (Retry). (patchset #...afakhry2015-03-181-12/+1
* Fix for menus blocking user activity detection (Retry).afakhry2015-03-181-1/+12
* [Ozone] Update GYP and GN to include a DRM platformdnicoara2015-03-164-1/+8
* [Ozone-Drm] Do not try to take ref_ptr from destructordnicoara2015-03-161-1/+2
* [Ozone-Drm] Wait for Frecon to finish using the DRM devicednicoara2015-03-146-0/+88
* [Ozone-Drm] Properly clear display configuration callbacksdnicoara2015-03-122-6/+22
* Fix software mirror mode on Ozone part 2/2pkotwicz2015-03-101-1/+1
* [Ozone-Drm] More LOG cleanupdnicoara2015-03-096-11/+15
* [Ozone-Drm] Replace some LOGs with PLOGs and some with VLOGsdnicoara2015-03-069-36/+30
* [Ozone-Dri] Add dummy plane if driver reports no primary plane for a crtc.hshi2015-03-065-38/+45
* [Ozone] Rename and split the DRI platform for claritydnicoara2015-03-0596-1371/+1360
* [Ozone-Dri] Merge the DriWindowDelegate with the implementationdnicoara2015-03-0412-209/+157
* Add logging to diagnose the display configuration issue on boot/startup.oshima2015-03-041-0/+3
* [Ozone-Dri] Make GbmDevice destructor privatetiago.vignatti2015-03-031-1/+2
* ui: ozone: dri: fix compilationlionel.g.landwerlin2015-03-031-1/+1
* [Ozone-Dri] Rename DriWrapper to DrmDevicednicoara2015-03-0355-480/+465
* [Ozone-Gbm] Explicitly crash if trying software rendering on GBMdnicoara2015-03-022-0/+9
* [Ozone-Dri] Set DPMS when configuring displays and remove ForceDPMSOndnicoara2015-02-275-19/+6
* ozone: dri: add synchronous SwapBuffers support on surfacelesslionel.g.landwerlin2015-02-2713-48/+91
* Force glFinish for page flips on a UDL device.hshi2015-02-274-6/+30
* [Ozone-Gbm] Revert back to selectively using EGL_DEFAULT_DISPLAYdnicoara2015-02-271-0/+6
* [Ozone-Dri] Allocate cursor buffers on the correct DRM devicednicoara2015-02-263-36/+79
* [Ozone-Dri] Do not call AddFramebuffer with cursor buffersdnicoara2015-02-255-13/+18
* Figure out the default graphics card on the Browser processdnicoara2015-02-256-14/+25
* Use the DrmDeviceManager to get the primary device in GbmSurfaceFactorydnicoara2015-02-253-13/+5
* [Ozone-Dri] Replace blend with copy to the modeset bufferdnicoara2015-02-241-1/+4
* [Ozone-Dri] Gracefully handle DRM devices with no resourcesdnicoara2015-02-249-20/+59
* Fix UiThreadGpu initialization for video accelerator testsdnicoara2015-02-211-3/+5
* [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-2013-17/+213
* [Ozone-Dri] Make GbmWrapper destructor privatetiago.vignatti2015-02-201-1/+2
* ui: Cleanup the usage of scoped_ptr throughout.tfarina2015-02-199-9/+9
* 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-183-6/+6
* Sort GN files under uisatorux2015-02-181-5/+5
* 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] 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-Dri] Store the DRM wrapper into the display snapshotdnicoara2015-02-103-13/+22