summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/compositor_output_surface.h
Commit message (Expand)AuthorAgeFilesLines
* content: Improve thread priority for raster threads.reveman2016-02-251-8/+0
* Switch to standard integer types in content/renderer/.avi2015-12-251-7/+10
* Re-land: cc: Implement shared worker contexts.reveman2015-09-241-0/+1
* Revert of cc: Implement shared worker contexts. (patchset #9 id:160001 of htt...kbr2015-09-171-1/+0
* cc: Implement shared worker contexts.reveman2015-09-161-0/+1
* Remove SoftwareFrameDatajbauman2015-08-071-3/+1
* CompositorOutputSurface should change thread priority on the target threadtoyoshim2015-06-261-1/+3
* Revert of Revert of Allow creating context for cc worker thread. (patchset #1...caseq2015-02-101-0/+2
* Revert of Allow creating context for cc worker thread. (patchset #5 id:80001 ...caseq2015-02-101-2/+0
* Allow creating context for cc worker thread.jbauman2015-02-101-0/+2
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-15/+3
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-4/+4
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-4/+4
* Deliver IPC messages together with SwapCompositorFramemkosiba@chromium.org2014-07-221-0/+3
* cc: Handle retroactive BeginFrames in the Scheduler.brianderson@chromium.org2014-04-121-2/+2
* aura: Remove old GL paths from RenderWidgetHostViewAura.piman@chromium.org2014-04-051-0/+11
* Revert of aura: Remove old GL paths from RenderWidgetHostViewAura. (https://c...vsevik@chromium.org2014-03-241-11/+0
* aura: Remove old GL paths from RenderWidgetHostViewAura.danakj@chromium.org2014-03-221-0/+11
* Revert 250798 "Revert of Read compositor VSync information from ..."sergeyu@chromium.org2014-02-121-2/+2
* Revert of Read compositor VSync information from platform, when possible (htt...sheu@chromium.org2014-02-121-2/+2
* Read compositor VSync information from platform, when possiblesheu@chromium.org2014-02-111-2/+2
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-2/+2
* Add memory manager for software compositor frontbuffers.jbauman@chromium.org2013-09-181-0/+2
* Connect OutputSurface buffer management and document SoftwareOutputDevicerjkroege@chromium.org2013-09-141-2/+0
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-201-0/+2
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-7/+7
* Associate an id with the output surface to handle lost contextspiman@chromium.org2013-07-181-1/+4
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* cc: Add BeginFrameArgs brianderson@chromium.org2013-06-191-1/+2
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-4/+5
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-2/+2
* base: Cleanup setting thread priorities (no functional changes).epenner@chromium.org2013-05-241-1/+1
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-231-2/+2
* CC: Avoid use-after free when accessing sync_message_filterepenner@chromium.org2013-04-231-0/+2
* Send vsync notification from browser to renderer on Androidskyostil@chromium.org2013-04-191-0/+6
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-121-1/+5
* Implemented software output device for Aura.skaslev@chromium.org2013-04-021-0/+1
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-181-1/+1
* [cc] Mailbox Output Surface Supportsievers@chromium.org2013-03-031-0/+7
* Have a common implementation of cc::OutputSurface instead of multiple duplica...skaslev@chromium.org2013-02-131-8/+0
* cc: Reduce renderer_main thread priority when prefer_smoothness is setepenner@chromium.org2013-01-231-0/+7
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-161-2/+1
* Revert 175690estade@chromium.org2013-01-091-1/+2
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-091-2/+1
* Send compositor frame IPC with metadata.aelias@chromium.org2012-12-181-0/+1
* cc: Move WebCompositorOutputSurface and related classes into cc/danakj@chromium.org2012-12-071-16/+15
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-1/+1
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-5/+8
* Dont let messages hit CompositorOutputSurface after it is destroyed.nduca@chromium.org2012-10-031-1/+22
* Flag and adapter class for software compositing.aelias@chromium.org2012-09-241-2/+5