index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
output
/
output_surface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-28
1
-1
/
+1
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
1
-3
/
+3
*
cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}
danakj@chromium.org
2013-12-10
1
-4
/
+4
*
Pipe SwapBuffers call{,backs} through ContextSupport
jamesr@chromium.org
2013-12-10
1
-1
/
+0
*
Remove always-on compositor capabilities
jamesr@chromium.org
2013-12-06
1
-1
/
+0
*
Revert 234928 "Use software compositor for windows under 64 pixe..."
jbauman@chromium.org
2013-11-15
1
-5
/
+0
*
Use software compositor for windows under 64 pixels wide or tall.
jbauman@chromium.org
2013-11-13
1
-0
/
+5
*
Do not give GPU memory to backgrounded compositors.
ccameron@chromium.org
2013-11-01
1
-2
/
+1
*
Move memory allocation/stats structs to gpu:: and remove bazillion copies
jamesr@chromium.org
2013-10-29
1
-1
/
+0
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).
dominikg@chromium.org
2013-10-23
1
-18
/
+18
*
Estimate GPU latency in OutputSurface
ajuma@chromium.org
2013-10-10
1
-0
/
+12
*
CC: WeakPtrFactory should be the last member.
dmichael@chromium.org
2013-10-08
1
-1
/
+2
*
Expose only one LayerTreeHostClient::OffscreenContextProvider()
jamesr@chromium.org
2013-09-27
1
-1
/
+1
*
cc: Implement deadline scheduling disabled by default
brianderson@chromium.org
2013-09-21
1
-5
/
+5
*
Add memory manager for software compositor frontbuffers.
jbauman@chromium.org
2013-09-18
1
-1
/
+2
*
cc: Always use SetNeedsBeginFrame to request the next BeginFrame
brianderson@chromium.org
2013-09-14
1
-1
/
+1
*
cc: Invalidate appropriate FBO attachment for offscreen rendering
skyostil@chromium.org
2013-09-11
1
-1
/
+5
*
cc: Remove most methods from RendererClient.
danakj@chromium.org
2013-09-09
1
-0
/
+4
*
Fix UpdateTilePriorities viewport in Android WebView.
aelias@chromium.org
2013-09-05
1
-1
/
+3
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
1
-14
/
+11
*
cc: Avoid double ticking RetroactiveBeginFrames
brianderson@chromium.org
2013-08-15
1
-1
/
+1
*
Add external stencil support for Android WebView.
aelias@chromium.org
2013-07-30
1
-0
/
+1
*
cc: draw_and_swap_full_viewport_every_frame OS cap
boliu@chromium.org
2013-07-30
1
-0
/
+2
*
OutputSurfaceClient::ReleaseGL
boliu@chromium.org
2013-07-13
1
-0
/
+2
*
android: Do not SetNeedsBeginFrame(true) multiple times
brianderson@chromium.org
2013-07-02
1
-0
/
+6
*
cc: Pipe visibility and memory allocation to DelegatingRenderer
piman@chromium.org
2013-06-29
1
-0
/
+3
*
cc: Trigger BeginFrames that were just missed retroactively
brianderson@chromium.org
2013-06-20
1
-0
/
+8
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
1
-4
/
+12
*
cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.
danakj@chromium.org
2013-06-18
1
-4
/
+5
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-18
1
-6
/
+38
*
Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."
reveman@google.com
2013-06-17
1
-38
/
+6
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-13
1
-6
/
+38
*
Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."
skaslev@chromium.org
2013-06-12
1
-38
/
+6
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-12
1
-6
/
+38
*
Unified OutputSurface::SwapBuffers.
aelias@chromium.org
2013-06-11
1
-9
/
+14
*
Factor out cc::OutputSurface::InitializeAndSetContext3D
boliu@chromium.org
2013-06-07
1
-2
/
+12
*
Implement transform/clip support for Android WebView.
aelias@chromium.org
2013-06-06
1
-0
/
+3
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
1
-1
/
+1
*
Move cc/debug/latency_info to ui/base.
jbauman@chromium.org
2013-05-29
1
-3
/
+4
*
Part 1/3 (compositor) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-24
1
-1
/
+1
*
cc: Rename VSync to BeginFrame
brianderson@chromium.org
2013-05-23
1
-4
/
+4
*
Makes the resource provider and tile manager optional in LayerTreeHostImpl.
joth@chromium.org
2013-05-21
1
-1
/
+3
*
cc: Add tile-free software compositing mode.
aelias@chromium.org
2013-05-10
1
-0
/
+5
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-17
1
-0
/
+3
*
Revert 194394 "Move swapcomplete callback into OutputSurface"
cpu@chromium.org
2013-04-16
1
-3
/
+0
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-16
1
-0
/
+3
*
Plumb cc::LatencyInfo through command buffer and output surface
jbauman@chromium.org
2013-04-12
1
-2
/
+3
*
cc: Fix lint errors in cc.
danakj@chromium.org
2013-03-28
1
-6
/
+4
*
cc: Hook vsync time source to output surface
skyostil@chromium.org
2013-03-26
1
-0
/
+5
*
Part 4 of cc/ directory shuffles: output
jamesr@chromium.org
2013-03-18
1
-0
/
+107