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
/
pixel_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Drop ContextProvider references on the impl thread before quitting
danakj@chromium.org
2013-09-10
1
-0
/
+5
*
cc: Remove most methods from RendererClient.
danakj@chromium.org
2013-09-09
1
-31
/
+17
*
Fix UpdateTilePriorities viewport in Android WebView.
aelias@chromium.org
2013-09-05
1
-3
/
+18
*
cc: Cleanup offscreen context plumbing.
danakj@chromium.org
2013-08-28
1
-6
/
+15
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
1
-5
/
+2
*
aura: Allow in process ContextProvider to hold onscreen contexts.
danakj@chromium.org
2013-08-14
1
-1
/
+1
*
Add memory policy limit by number of resources.
aelias@chromium.org
2013-08-03
1
-2
/
+2
*
Add external stencil support for Android WebView.
aelias@chromium.org
2013-07-30
1
-1
/
+12
*
Adds a new callback as this signal is required to pass up to the application
joth@chromium.org
2013-07-19
1
-0
/
+1
*
OutputSurfaceClient::ReleaseGL
boliu@chromium.org
2013-07-13
1
-0
/
+1
*
cc: Pipe visibility and memory allocation to DelegatingRenderer
piman@chromium.org
2013-06-29
1
-2
/
+2
*
Remove GpuMemoryAllocationForRenderer::enforce_but_do_not_keep_as_policy
piman@chromium.org
2013-06-26
1
-2
/
+0
*
Change WGC3DInProcessCBImpl factories to return a base class pointer.
sievers@chromium.org
2013-06-21
1
-1
/
+1
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
1
-1
/
+1
*
cc: Add ability to request copy of compositor output as a texture.
danakj@chromium.org
2013-06-18
1
-51
/
+29
*
Implement transform/clip support for Android WebView.
aelias@chromium.org
2013-06-06
1
-9
/
+67
*
Move webkit/gpu into webkit/common/gpu
jamesr@chromium.org
2013-05-26
1
-2
/
+2
*
Part 1/3 (compositor) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-24
1
-0
/
+3
*
cc: Add CopyAsBitmapRequest class to hold the readback callback.
danakj@chromium.org
2013-05-24
1
-2
/
+3
*
Add flag for drawing layers to screen with Ganesh
enne@chromium.org
2013-05-21
1
-2
/
+3
*
cc: Fix readback from non-root layers.
danakj@chromium.org
2013-05-08
1
-1
/
+12
*
cc: Make async readback path use async glReadPixels.
danakj@chromium.org
2013-05-01
1
-3
/
+12
*
cc: Add software renderer pixel tests
enne@chromium.org
2013-04-29
1
-24
/
+38
*
cc: Async readback.
danakj@chromium.org
2013-04-26
1
-12
/
+26
*
Revert 196713 "cc: Async readback."
danakj@chromium.org
2013-04-26
1
-26
/
+12
*
cc: Async readback.
danakj@chromium.org
2013-04-26
1
-12
/
+26
*
Revert 196592 "cc: Async readback."
kinuko@chromium.org
2013-04-26
1
-26
/
+12
*
cc: Async readback.
danakj@chromium.org
2013-04-26
1
-12
/
+26
*
Add create WGC3DInProcessCommandBuffer for on-screen context
boliu@chromium.org
2013-04-19
1
-4
/
+4
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-17
1
-2
/
+0
*
Revert 194394 "Move swapcomplete callback into OutputSurface"
cpu@chromium.org
2013-04-16
1
-0
/
+2
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-16
1
-2
/
+0
*
CC: HUD layer shouldn't cause damage when --show-surface-damage-rects
backer@chromium.org
2013-04-03
1
-0
/
+3
*
cc: Use highp precision for texture coords if available and needed
brianderson@chromium.org
2013-04-01
1
-2
/
+3
*
cc: Made image comparison for pixel tests error tolerant.
ernstm@chromium.org
2013-03-29
1
-3
/
+2
*
Optimize SkColorFilters when drawing RenderPassQuads
clholgat@chromium.org
2013-03-28
1
-2
/
+4
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-27
1
-2
/
+2
*
Revert 190786 "Optimize SkColorFilters when drawing RenderPassQuads"
jam@chromium.org
2013-03-26
1
-4
/
+2
*
Optimize SkColorFilters when drawing RenderPassQuads
clholgat@chromium.org
2013-03-26
1
-2
/
+4
*
Fix cpplint errors in cc/(animation|input|layers|trees|test)/
jamesr@chromium.org
2013-03-26
1
-2
/
+2
*
Revert 189820 "Lazy initialize WGC3DInProcessCommandBufferImpl". Causing che...
pkasting@chromium.org
2013-03-23
1
-2
/
+2
*
Lazy initialize WGC3DInProcessCommandBufferImpl
boliu@chromium.org
2013-03-22
1
-2
/
+2
*
Remove support for WebGraphicsContext3DInProcessImpl.
danakj@chromium.org
2013-03-21
1
-2
/
+1
*
Revert 189019 "Remove support for WebGraphicsContext3DInProcessI..."
kbr@chromium.org
2013-03-19
1
-1
/
+2
*
Remove support for WebGraphicsContext3DInProcessImpl.
danakj@chromium.org
2013-03-19
1
-2
/
+1
*
Part 8 of cc/ directory shuffles: resources
jamesr@chromium.org
2013-03-18
1
-1
/
+1
*
Part 4 of cc/ directory shuffles: output
jamesr@chromium.org
2013-03-18
1
-3
/
+3
*
Make ContextProvider::InitializeOnMainThread implicit.
danakj@chromium.org
2013-03-15
1
-5
/
+6
*
cc: Add layer-based pixel tests.
danakj@chromium.org
2013-03-15
1
-0
/
+99