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
/
surfaces
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TextureMailboxDeleter to cc::Display.
jbauman
2014-09-29
2
-3
/
+7
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-1
/
+1
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-1
/
+1
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-1
/
+1
*
Use custom ListContainer to allocate DrawQuads
weiliangc
2014-09-26
4
-33
/
+51
*
Fix SurfaceResourceHolder destruction order
jamesr
2014-09-24
2
-2
/
+18
*
Support distributing vsync info with surfaces.
jbauman
2014-09-23
3
-1
/
+9
*
Limit outstanding surface draw swaps to max_frames_pending.
jbauman
2014-09-23
3
-2
/
+19
*
Mark Surface as damaged when it receives a CopyOutputRequest.
jbauman
2014-09-22
1
-0
/
+1
*
Ensure SurfaceManager is only ever used from one thread.
jbauman
2014-09-19
2
-0
/
+8
*
Check SurfaceFactory WeakPtr before dereffing resources.
jbauman
2014-09-17
1
-1
/
+2
*
Compile specific parts of the Android build with -O2.
fdegans
2014-09-17
1
-0
/
+5
*
Support doing CopyOutputRequests on surfaces.
jbauman
2014-09-16
5
-12
/
+128
*
Always make context current in ViewManager's BitmapUploader, be laxer in Surf...
jamesr
2014-09-16
1
-1
/
+2
*
Convert view manager to surfaces with uploading shim in client lib
jamesr
2014-09-12
2
-2
/
+0
*
cc: Use correct message loop proxy in BlockingTaskRunner
skyostil
2014-09-04
4
-3
/
+21
*
Add LatencyInfo support for Surfaces.
jbauman
2014-09-04
4
-2
/
+30
*
Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of http...
scottmg
2014-09-02
4
-28
/
+2
*
Add LatencyInfo support for Surfaces.
jbauman
2014-09-02
4
-2
/
+28
*
Allow requesting a copy of a surface.
jbauman
2014-08-28
4
-0
/
+24
*
Aggregate damage rects in surface aggregator
jbauman
2014-08-27
8
-54
/
+246
*
Add callback when queueing frame on Surface to create backpressure.
jbauman
2014-08-23
8
-17
/
+47
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
6
-38
/
+39
*
cc: Remove all traces of SkPicture cloning.
reveman@chromium.org
2014-08-22
1
-1
/
+0
*
Fix clip rect for quads aggregated from surfaces.
jbauman@chromium.org
2014-08-18
2
-0
/
+17
*
Enqueuing new frames in a Surface should cause Displays to reaggregate it
jbauman@chromium.org
2014-08-16
11
-24
/
+122
*
Remove unused RenderPassDrawQuad fields
danakj@chromium.org
2014-08-12
1
-2
/
+0
*
Implement HiDPI and pinch-zoom scaling of filter params
garykac@chromium.org
2014-08-08
1
-0
/
+1
*
Tiling priorities in Android Webview.
hush@chromium.org
2014-07-31
1
-0
/
+2
*
Make Surface::GetEligibleFrame const
jbauman@chromium.org
2014-07-25
5
-18
/
+26
*
Enable more tests in GN build.
brettw@chromium.org
2014-07-22
1
-0
/
+39
*
Fixes for re-enabling more MSVC level 4 warnings: misc edition #3
pkasting@chromium.org
2014-07-20
1
-1
/
+1
*
Allocate render pass textures when displaying surfaces.
jbauman@chromium.org
2014-07-18
1
-0
/
+1
*
Mojo surfaces service and example app
jamesr@chromium.org
2014-07-13
1
-0
/
+4
*
Move Copy method from DrawQuad to RenderPass
weiliangc@chromium.org
2014-07-11
1
-5
/
+6
*
Pass resourceless software mode in SetExternalConstraints
boliu@chromium.org
2014-07-10
1
-1
/
+1
*
Use RenderPass to create DrawQuad in unittests
weiliangc@chromium.org
2014-07-10
2
-38
/
+29
*
Fix SurfaceAggregatorWithResourcesTest.TakeResourcesOneSurface in libc++ builds.
earthdok@chromium.org
2014-07-07
1
-1
/
+5
*
Create DrawQuad in RenderPass and only give out raw pointer to layers
weiliangc@chromium.org
2014-07-03
1
-4
/
+4
*
Allocate surface IDs on client side
jamesr@chromium.org
2014-07-02
13
-64
/
+122
*
ASAN fix for SurfaceAggregatorWithResourcesTest.TakeResourcesOneSurface
jamesr@chromium.org
2014-07-01
1
-20
/
+26
*
Use a SurfaceFactory and manage resources for that group of surfaces
jamesr@chromium.org
2014-06-27
20
-755
/
+1129
*
cc: Support on demand raster with gpu rasterization
boliu@chromium.org
2014-06-21
1
-0
/
+1
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
3
-4
/
+8
*
Manage resource lifetimes in frames submitted to Surfaces
jamesr@chromium.org
2014-06-17
4
-2
/
+476
*
Use a struct for cc::Surface ids for more type safety
jamesr@chromium.org
2014-06-13
13
-44
/
+81
*
Correctly set up LayerTreeSettings for cc::Display.
jbauman@chromium.org
2014-06-12
2
-3
/
+3
*
Fix header guard in cc/surfaces/display
jamesr@chromium.org
2014-06-11
2
-5
/
+5
*
Switch Display to use ResourceProvider and *Renderer directly.
jbauman@chromium.org
2014-06-11
2
-96
/
+141
*
Invert DSF to map from delegated frame to layer space
jamesr@chromium.org
2014-06-10
1
-1
/
+0
[next]