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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Remove dead function declaration
enne@chromium.org
2013-12-10
1
-2
/
+0
*
Removed unnecessary forward declarations.
alokp@chromium.org
2013-12-10
1
-4
/
+0
*
cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}
danakj@chromium.org
2013-12-10
54
-352
/
+373
*
cc: Added invalidation frequency for picture pile.
vmpstr@chromium.org
2013-12-10
8
-34
/
+232
*
cc: Fix cc_perftests DenseBrowerUI
powei@chromium.org
2013-12-10
1
-9
/
+31
*
Support for drawing a debug border around animated layers
avallee@chromium.org
2013-12-10
10
-1
/
+68
*
Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo...
reed@google.com
2013-12-10
3
-12
/
+42
*
cc: Remove DeviceViewport and DeviceClip from the RendererClient
danakj@chromium.org
2013-12-10
17
-559
/
+705
*
Pipe SwapBuffers call{,backs} through ContextSupport
jamesr@chromium.org
2013-12-10
13
-181
/
+94
*
Use bit fields inside cc to reduce memory usage.
vivek.vg@samsung.com
2013-12-10
6
-59
/
+57
*
cc: Allow 'overflow: hidden' layers to be scrolled again.
sadrul@chromium.org
2013-12-10
3
-20
/
+7
*
cc: Fix checkboard after a pinch-zoom followed by a scroll.
kaanb@chromium.org
2013-12-10
1
-1
/
+4
*
Add monotonic time and target property to cc::AnimationDelegate notifications
ajuma@chromium.org
2013-12-09
5
-27
/
+90
*
cc: Inline GLRenderer::Initialize into the constructor
danakj@chromium.org
2013-12-09
5
-39
/
+8
*
Rely on lost context callbacks intead of polling
jamesr@chromium.org
2013-12-08
13
-495
/
+60
*
Use GLES2Interface for shaders and programs
jamesr@chromium.org
2013-12-08
14
-170
/
+278
*
Route surface visibility notifications through ContextSupport/GpuControl
jamesr@chromium.org
2013-12-08
6
-13
/
+35
*
For main thread event handling, if event causes
miletus@chromium.org
2013-12-08
12
-13
/
+397
*
cc: Move manhattanDistance from tile priority to rect.
vmpstr@chromium.org
2013-12-07
4
-46
/
+7
*
cc: Add histogram for unserviced copy requests and return by reference.
danakj@chromium.org
2013-12-07
3
-8
/
+16
*
cc: Clean up tick times used for LayerAnimationControllerTests
ajuma@chromium.org
2013-12-07
2
-115
/
+125
*
Remove direct-to-backbuffer Ganesh path
enne@chromium.org
2013-12-06
16
-236
/
+12
*
cc: Don't require DelegatedRendererLayer to push properties every frame
danakj@chromium.org
2013-12-06
1
-4
/
+1
*
Remove always-on compositor capabilities
jamesr@chromium.org
2013-12-06
16
-83
/
+26
*
cc: Added tile bundles
vmpstr@chromium.org
2013-12-06
29
-528
/
+1587
*
Dirty rects always contain full tiles with delegated rendering.
prashant.n@samsung.com
2013-12-05
6
-30
/
+64
*
Added necessary Tile flags for GPU rasterization.
skaslev@chromium.org
2013-12-05
13
-17
/
+58
*
cc: Allow activating to something other than high-res
enne@chromium.org
2013-12-05
12
-17
/
+303
*
Expose GLES2Interface to cc
jamesr@chromium.org
2013-12-04
6
-2
/
+19
*
cc: Fix passing initialized value to getInteger
boliu@chromium.org
2013-12-04
1
-0
/
+1
*
Introduce gpu::Capabilities
boliu@chromium.org
2013-12-04
3
-0
/
+26
*
cc: remove unused devtools_instrumentation events
caseq@chromium.org
2013-12-04
4
-6
/
+0
*
Remove DCHECK(context3d_) checks that check nothing.
danakj@chromium.org
2013-12-04
1
-11
/
+0
*
Modified the structure ContextProvider::Capabilities to use bitfields.
behara.ms@samsung.com
2013-12-04
1
-16
/
+16
*
Un-refcount media::VideoFrame::MailboxHolder
sheu@chromium.org
2013-12-04
2
-13
/
+16
*
cc: Reduce number of trace calls during update
enne@chromium.org
2013-12-04
2
-17
/
+4
*
cc: Fix cc_perftests: 10_10_layer_tree.json and DenseBrowserUI
powei@chromium.org
2013-12-04
3
-1458
/
+1890
*
Add plumbing for video pixel formats with JPEG color range.
rileya@chromium.org
2013-12-04
1
-0
/
+4
*
cc: Clip the damage rect for DelegatedRendererLayerImpl to bounds.
danakj@chromium.org
2013-12-04
1
-2
/
+4
*
cc: Fix comment about update rect. This rect is in layer space.
danakj@chromium.org
2013-12-04
1
-1
/
+1
*
cc: Remove DelegatingRendererLayerClient
powei@chromium.org
2013-12-04
9
-98
/
+16
*
Revert 238458 "cc: Defer first OutputSurface creation until clie..."
robliao@chromium.org
2013-12-03
12
-164
/
+93
*
cc: Defer first OutputSurface creation until client is ready
sievers@chromium.org
2013-12-03
12
-93
/
+164
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
cc: Allow copy requests to provide a texture.
danakj@chromium.org
2013-12-03
8
-689
/
+935
*
cc: Remove unused CopyOutputRequest::Equals()
danakj@chromium.org
2013-12-03
1
-5
/
+0
*
Plumbing for layout rectangle debug info. Companion to
chrishtr@gmail.com
2013-12-03
5
-4
/
+64
*
Revert 225751 "BitmapContentLayerUpdater shouldn't reallocate bi..."
jbauman@chromium.org
2013-12-03
4
-17
/
+16
*
cc: Remove old fake_context_provider.cc file
danakj@chromium.org
2013-12-03
1
-110
/
+0
*
cc: Support animating scroll offset
ajuma@chromium.org
2013-12-03
22
-20
/
+499
[next]