summaryrefslogtreecommitdiffstats
path: root/ui/surface
Commit message (Expand)AuthorAgeFilesLines
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Restructure the events target into two components:ben@chromium.org2013-11-061-2/+2
* Remove apatrick@ from OWNERSpiman@chromium.org2013-11-041-1/+2
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-4/+9
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-242-5/+4
* Report LatencyInfo through trace buffermiletus@chromium.org2013-10-111-1/+2
* Histogram display refresh rate on windowsjamesr@chromium.org2013-10-031-0/+4
* events: Create a separate events component out of ui.sadrul@chromium.org2013-10-011-0/+2
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-301-0/+2
* Revert 225857 "gfx: Create a separate gfx component out of ui."ckocagil@chromium.org2013-09-281-2/+0
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-281-0/+2
* Tighten DEPS rules further.ben@chromium.org2013-09-241-0/+2
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+4
* Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."ben@chromium.org2013-09-241-4/+0
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+4
* Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""ben@chromium.org2013-09-232-2/+2
* Revert 224496 "Move ui/base/latency_info* to ui/events"ben@chromium.org2013-09-202-2/+2
* Move ui/base/latency_info* to ui/eventsben@chromium.org2013-09-202-2/+2
* Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.hben@chromium.org2013-09-202-3/+4
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-2/+2
* Move ui/base/win/dpi.h to ui/gfx/dpi_win.hben@chromium.org2013-09-101-4/+4
* Remove using the Shell desktop Window when we don't have an acceleated widget.cpu@chromium.org2013-08-302-19/+0
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-1/+1
* Get dialogs to paint again in AURA windows.ananta@chromium.org2013-08-131-1/+2
* don't hack client area, fix last pixel rendering on aurascottmg@chromium.org2013-08-071-2/+0
* Remove backer from WATCHLISTS and OWNERSbacker@chromium.org2013-08-011-1/+0
* Fix a race condition which could allow an accelerated surface to be read from...zturner@chromium.org2013-07-172-0/+19
* Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks.miu@chromium.org2013-07-171-0/+2
* Remove old GPU latency test.jbauman@chromium.org2013-07-011-8/+0
* Use a direct include of time headers in ui/.avi@chromium.org2013-06-282-2/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-3/+3
* Move io_surface_support_mac to ui/gl.danakj@chromium.org2013-06-194-379/+1
* Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead)girard@chromium.org2013-06-171-11/+10
* Delete usage and support for EGL_ANGLE_software_display extension.apatrick@chromium.org2013-06-171-2/+1
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-112-2/+2
* Pass LatencyInfo struct through win AcceleratedSurface.jbauman@chromium.org2013-06-012-5/+26
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Streamline SIMD targets in media.gypdalecurtis@google.com2013-05-241-1/+1
* Windows: Synchronize browser process D3D adapters with GPU process D3D adapters.apatrick@chromium.org2013-05-244-6/+76
* Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.cevans@chromium.org2013-05-174-16/+7
* Rationalize dependency on khronos EGL headers in place of angle.rjkroege@chromium.org2013-05-131-1/+1
* Change use of GetShellWindow() to GetDesktopWindow(), since GetShellWindow() ...zturner@chromium.org2013-05-082-2/+3
* accelerated_surface_transformer_win: Improve readback and scaling performancenick@chromium.org2013-05-076-112/+188
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-1/+1
* Rationalize linux vs x11 in uidavemoore@chromium.org2013-04-291-4/+8
* ui: Update the includes of message_loop_proxy.h to its new location.tfarina@chromium.org2013-04-071-1/+1
* Simplify the transport dib situation across our various platforms, as acevans@chromium.org2013-04-055-120/+45
* Implemented software output device for Aura.skaslev@chromium.org2013-04-021-0/+4