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
/
test
/
fake_output_surface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declaring the weak_ptr_factory in proper order.
kulkarni.a
2014-08-26
1
-1
/
+2
*
Pass resourceless software mode in SetExternalConstraints
boliu@chromium.org
2014-07-10
1
-6
/
+0
*
cc: Allow DeferredInitialize to use DelegatingRenderer
boliu@chromium.org
2014-05-22
1
-3
/
+3
*
cc: Handle retroactive BeginFrames in the Scheduler.
brianderson@chromium.org
2014-04-12
1
-6
/
+4
*
cc: Remove TestWebGraphicsContext3D overhead from RasterWorkerPool perf tests.
reveman@chromium.org
2014-03-17
1
-1
/
+1
*
Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.
danakj@chromium.org
2014-02-05
1
-4
/
+0
*
cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}
danakj@chromium.org
2013-12-10
1
-2
/
+2
*
Move test-only stuff from cc/debug/ to cc/test
jamesr@chromium.org
2013-10-31
1
-2
/
+2
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).
dominikg@chromium.org
2013-10-23
1
-5
/
+5
*
Don't try to access the ResourceProvider when it may be NULL.
ccameron@chromium.org
2013-10-10
1
-0
/
+5
*
CC: WeakPtrFactory should be the last member.
dmichael@chromium.org
2013-10-08
1
-1
/
+1
*
cc: Invalidate appropriate FBO attachment for offscreen rendering
skyostil@chromium.org
2013-09-11
1
-0
/
+8
*
cc: Remove most methods from RendererClient.
danakj@chromium.org
2013-09-09
1
-0
/
+7
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
1
-27
/
+34
*
aura,cc: Make TestContextProvider usable outside cc.
danakj@chromium.org
2013-08-13
1
-1
/
+1
*
cc: Make DelegatedRendererLayer tests work with a DelegatingRenderer.
danakj@chromium.org
2013-08-09
1
-0
/
+7
*
cc: draw_and_swap_full_viewport_every_frame OS cap
boliu@chromium.org
2013-07-30
1
-0
/
+7
*
Adds a new callback as this signal is required to pass up to the application
joth@chromium.org
2013-07-19
1
-0
/
+6
*
Implement shareResources==true in TestWebGraphicsContext3D
piman@chromium.org
2013-07-17
1
-8
/
+3
*
OutputSurfaceClient::ReleaseGL
boliu@chromium.org
2013-07-13
1
-0
/
+2
*
Use a direct include of time headers in cc/.
avi@chromium.org
2013-06-27
1
-1
/
+1
*
Zero-budget TileManager in resourceless software mode
boliu@chromium.org
2013-06-20
1
-2
/
+4
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
1
-0
/
+1
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-18
1
-1
/
+3
*
Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."
reveman@google.com
2013-06-17
1
-3
/
+1
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-13
1
-1
/
+3
*
Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."
skaslev@chromium.org
2013-06-12
1
-3
/
+1
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-12
1
-1
/
+3
*
Unified OutputSurface::SwapBuffers.
aelias@chromium.org
2013-06-11
1
-9
/
+5
*
cc::OutputSurfaceClient::DeferredInitialize
boliu@chromium.org
2013-06-07
1
-1
/
+7
*
Implement transform/clip support for Android WebView.
aelias@chromium.org
2013-06-06
1
-1
/
+1
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
1
-1
/
+1
*
cc: Rename VSync to BeginFrame
brianderson@chromium.org
2013-05-23
1
-5
/
+5
*
Makes the resource provider and tile manager optional in LayerTreeHostImpl.
joth@chromium.org
2013-05-21
1
-0
/
+14
*
DelegatingRenderer: send frame on SwapBuffers instead of DrawFrame
piman@chromium.org
2013-05-08
1
-0
/
+4
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-17
1
-1
/
+0
*
Revert 194394 "Move swapcomplete callback into OutputSurface"
cpu@chromium.org
2013-04-16
1
-0
/
+1
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-16
1
-1
/
+0
*
cc: Hook vsync time source to output surface
skyostil@chromium.org
2013-03-26
1
-0
/
+8
*
Fix cpplint errors in cc/(animation|input|layers|trees|test)/
jamesr@chromium.org
2013-03-26
1
-2
/
+2
*
cc: Chromify FakeOutputSurface
enne@chromium.org
2013-03-21
1
-8
/
+6
*
Part 4 of cc/ directory shuffles: output
jamesr@chromium.org
2013-03-18
1
-3
/
+3
*
Changed SoftwareOutputDevice interface.
skaslev@chromium.org
2013-03-06
1
-1
/
+1
*
Have a common implementation of cc::OutputSurface instead of multiple duplica...
skaslev@chromium.org
2013-02-13
1
-24
/
+15
*
Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting()
jamesr@chromium.org
2013-02-12
1
-4
/
+4
*
cc: Set the max frames pending from the thread proxy.
danakj@chromium.org
2013-01-16
1
-0
/
+16
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-16
1
-1
/
+7
*
Revert 175690
estade@chromium.org
2013-01-09
1
-7
/
+1
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-09
1
-1
/
+7
*
Revert 175275
jamesr@chromium.org
2013-01-07
1
-16
/
+0
[next]