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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
13
-191
/
+155
*
cc: clang-format shader.cc
enne
2014-10-16
1
-669
/
+795
*
Stop using AutoScratchTexture.
bsalomon
2014-10-16
1
-19
/
+16
*
Include mask texture size in RenderPassDrawQuad
enne
2014-10-16
3
-44
/
+45
*
cc: Make RenderPassAndMaskWithPartialQuad not use arbitrary uvs
enne
2014-10-15
1
-7
/
+6
*
gpu: Compositor management of GpuMemoryBuffer instances.
reveman
2014-10-13
4
-4
/
+27
*
cc: Make OutputSurface::SwapBuffers pure virtual
sievers
2014-10-10
5
-50
/
+41
*
Accelerate the 'lighten' blendmode.
ed
2014-10-10
2
-44
/
+64
*
Avoid destroying surface before the parent surface stops referencing it.
jbauman
2014-10-10
1
-0
/
+4
*
Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack
sievers
2014-10-09
1
-0
/
+2
*
Refactoring the GLRenderer::GetBackgroundWithFilters method.
rosca
2014-10-08
2
-73
/
+135
*
Revert "Change FlippedFramebuffer return for surfaceless"
Stephen White
2014-10-07
7
-127
/
+16
*
Change FlippedFramebuffer return for surfaceless
achaulk
2014-10-07
7
-16
/
+127
*
Clean the usage of QuadList (Const)Iterator
weiliangc
2014-10-07
4
-17
/
+10
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
13
-109
/
+109
*
Make browser compositor and display share a context
jbauman
2014-10-03
1
-2
/
+3
*
gpu: Remove Echo and SwapCompletion GL interfaces
sievers
2014-10-02
1
-5
/
+6
*
Revert of cc:: Add LatencyQuery logic back into OutputSurface. (patchset #2 i...
orglofch
2014-10-01
2
-104
/
+0
*
cc: Leave using_image capability as false when using software.
reveman
2014-09-30
1
-1
/
+0
*
gpu: Rename Capabilities::map_image to Capabilities::image.
reveman
2014-09-30
4
-6
/
+7
*
Refactoring the way begin frame sources inside scheduler work.
mithro
2014-09-30
3
-11
/
+69
*
Implement mix-blend-mode=screen using glBlendFunc.
ed
2014-09-30
2
-6
/
+31
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
8
-39
/
+34
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
8
-34
/
+39
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
8
-39
/
+34
*
cc: Removed DCHECK that asserted MapPoint returns clipped as true
hendrikw
2014-09-27
1
-5
/
+3
*
Use custom ListContainer to allocate DrawQuads
weiliangc
2014-09-26
6
-23
/
+28
*
cc: Add BitmapRasterWorkerPool.
reveman
2014-09-24
1
-1
/
+0
*
cc: Null-check the result of GrContext::wrapBackendTexture.
danakj
2014-09-24
1
-2
/
+22
*
remove unneeded reference to SkBitmapDevice.h
reed
2014-09-19
2
-2
/
+0
*
Declaring the weak_ptr_factory in proper order in src/cc.
kulkarni.a
2014-09-17
2
-8
/
+8
*
cc:: Add LatencyQuery logic back into OutputSurface.
orglofch
2014-09-11
2
-3
/
+109
*
Adding support for blending in cc::SoftwareRenderer
rosca
2014-09-09
2
-10
/
+4
*
Revert of Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBi...
arv
2014-09-05
1
-41
/
+49
*
Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc...
bsalomon
2014-09-05
1
-49
/
+41
*
Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc.
bsalomon
2014-09-05
1
-41
/
+49
*
tryAllocPixels returns bool, allocPixels requires success
reed
2014-09-05
1
-1
/
+1
*
cc: Use correct message loop proxy in BlockingTaskRunner
skyostil
2014-09-04
5
-54
/
+138
*
Manual fixups in compositor code scoped_refptr operator T* removal.
dcheng
2014-08-28
2
-3
/
+2
*
cc: Remove OutputSurface::SetThrottleFrameProduction()
simonhong
2014-08-28
1
-3
/
+0
*
Minor scoped_refptr cleanup in cc::OutputSurface.
dcheng
2014-08-26
4
-11
/
+12
*
Remove implicit conversions from scoped_refptr to T* in cc/
dcheng
2014-08-26
4
-22
/
+24
*
Plumb selection edge points through the compositor
jdduke@chromium.org
2014-08-22
2
-3
/
+4
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
9
-108
/
+110
*
cc: Remove all traces of SkPicture cloning.
reveman@chromium.org
2014-08-22
6
-96
/
+5
*
Replace overdraw_bottom_height with top_controls_layout_height.
aelias@chromium.org
2014-08-22
2
-3
/
+1
*
cc: Use a normal texture for background texture.
dongseong.hwang@intel.com
2014-08-21
5
-29
/
+32
*
Early wait on texture resource sync points in gl_renderer.
vmiura@chromium.org
2014-08-16
5
-5
/
+33
*
Fix interchange of red and blue content when using rgba_4444_textures
e.hakkinen@samsung.com
2014-08-13
1
-0
/
+42
*
Remove unused RenderPassDrawQuad fields
danakj@chromium.org
2014-08-12
1
-14
/
+0
[next]