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
*
Remove root layer specialness in calculateDrawTransforms
shawnsingh@chromium.org
2012-10-30
7
-165
/
+237
*
Attach GPU memory management IPCs and structures from the compositor through ...
ccameron@chromium.org
2012-10-30
3
-7
/
+104
*
Fixed mask positioning and texture UVs bugs in
skaslev@chromium.org
2012-10-30
2
-24
/
+30
*
Added support for YUV videos to the software compositor.
skaslev@chromium.org
2012-10-30
11
-106
/
+214
*
cc: Remove the remaining uses of WTF::ThreadSafeRefCounted.
tfarina@chromium.org
2012-10-30
4
-15
/
+18
*
Revert 164723 - Remove root layer specialness in calculateDrawTransforms
sergeyu@chromium.org
2012-10-30
7
-225
/
+159
*
Add non-member non-mutating methods for common gfx::Rect operations.
danakj@chromium.org
2012-10-29
4
-8
/
+4
*
Fix texture leak in applyImageFilter().
senorblanco@chromium.org
2012-10-29
1
-1
/
+2
*
Remove root layer specialness in calculateDrawTransforms
shawnsingh@chromium.org
2012-10-29
7
-159
/
+225
*
cc: Remove 'using' namespace directive of WTF from thread_task_unittest.cc
tfarina@chromium.org
2012-10-29
1
-5
/
+2
*
cc: Convert more usages from Vector to std::vector.
tfarina@chromium.org
2012-10-29
8
-25
/
+22
*
Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc
jamesr@chromium.org
2012-10-29
18
-120
/
+115
*
cc: Get rid of Vector usage from tree syncronizer unittest.
tfarina@chromium.org
2012-10-28
1
-13
/
+14
*
Verify that contentsTextureManager is non-NULL before dereferencing it.
ccameron@chromium.org
2012-10-27
2
-10
/
+22
*
Aura: Resize locks with --ui-enable-threaded-compositing
backer@chromium.org
2012-10-27
10
-0
/
+116
*
cc: Get rid of the remaining wtf Vector includes.
tfarina@chromium.org
2012-10-26
7
-25
/
+23
*
cc: Get rid of wtf ThreadingPrimitives.h include.
tfarina@chromium.org
2012-10-26
1
-2
/
+1
*
cc: Get rid of the remaining includes to MathExtras.h.
tfarina@chromium.org
2012-10-26
2
-10
/
+5
*
Prevent TextureLayer from triggering commits and texture acquisitions when
junov@chromium.org
2012-10-26
5
-4
/
+96
*
cc: Remove wtf includes from delay_based_time_source.cc
tfarina@chromium.org
2012-10-26
1
-2
/
+1
*
cc: Rename TextureUpdate to ResourceUpdate.
reveman@google.com
2012-10-25
39
-186
/
+186
*
Report memory usage statistics from the renderer.
ccameron@chromium.org
2012-10-25
17
-3
/
+155
*
One good thing (the only good thing?) about the recent texture
epenner@chromium.org
2012-10-25
7
-80
/
+32
*
Throttle prepaints to avoid colliding with post-load work
jamesr@chromium.org
2012-10-25
2
-2
/
+22
*
cc: Rename CanvasLayerUpdater to ContentLayerUpdater.
reveman@google.com
2012-10-25
17
-198
/
+198
*
cc: Rename LayerUpdater::Texture to LayerUpdater::Resource.
reveman@chromium.org
2012-10-25
14
-68
/
+68
*
cc: Make --jank-instead-of-checkerboard jank more often
enne@chromium.org
2012-10-24
1
-1
/
+2
*
Re-submit 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.
wjmaclean@chromium.org
2012-10-24
1
-1
/
+1
*
Fix glTexSubImage2D for non-32bpp formats (rev. 2)
sheu@chromium.org
2012-10-24
4
-26
/
+34
*
Re-introduce crash instrumentation for invalid resources.
ccameron@chromium.org
2012-10-24
5
-2
/
+62
*
cc: Apply the layer's initial CSS scale to the contentsScale to render text a...
danakj@chromium.org
2012-10-24
13
-128
/
+516
*
This keeps a sorted history of the texture upload rate and increases
brianderson@chromium.org
2012-10-24
2
-20
/
+18
*
Fix a 'gclient hooks' error.
hbono@chromium.org
2012-10-24
1
-1
/
+0
*
cc: Remove CC*.h temporary includes, part 6/4.
tfarina@chromium.org
2012-10-24
95
-268
/
+140
*
Revert 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.
wjmaclean@chromium.org
2012-10-23
1
-1
/
+1
*
cc: Add predictive pre-painting.
epenner@chromium.org
2012-10-23
3
-31
/
+174
*
Fix initialisation of s_acceleratedAnimationEnabled flag.
wjmaclean@chromium.org
2012-10-23
1
-1
/
+1
*
Fix usage of TestRenderPass
piman@chromium.org
2012-10-23
5
-34
/
+35
*
cc: Rename LayerTextureUpdater to LayerUpdater.
reveman@google.com
2012-10-23
29
-530
/
+530
*
Fix asserts in CC filters: m_filter or m_filters can be non-empty, but not b...
senorblanco@chromium.org
2012-10-23
2
-4
/
+4
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
5
-9
/
+13
*
cc: Remove FrameBufferSkPictureCanvasLayerTextureUpdater class.
reveman@chromium.org
2012-10-23
6
-91
/
+42
*
cc: Fix video shader after cc renaming
enne@chromium.org
2012-10-23
3
-9
/
+9
*
Implement SkImageFilter support in the compositor.
senorblanco@chromium.org
2012-10-23
16
-13
/
+196
*
Revert 163477 - Fix glTexSubImage2D for non-32bpp formats.
hbono@chromium.org
2012-10-23
3
-33
/
+25
*
cc: Remove CC*.h temporary includes, part 5/4.
tfarina@chromium.org
2012-10-23
93
-257
/
+159
*
Fix glTexSubImage2D for non-32bpp formats.
sheu@chromium.org
2012-10-23
3
-25
/
+33
*
cc: Rename cc classes and members to match filenames
enne@chromium.org
2012-10-22
261
-7819
/
+7819
*
Conditionalize memory allocation limit based on visibility
ccameron@chromium.org
2012-10-22
21
-67
/
+289
*
cc: Fix flaky CCLayerTreeHost unit tests
danakj@chromium.org
2012-10-22
2
-20
/
+32
[next]