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
*
Re-land: cc: Fix anti-aliasing of axis-aligned quads.
reveman@chromium.org
2013-04-25
3
-12
/
+106
*
Revert 196423 "cc: Fix anti-aliasing of axis-aligned quads."
nick@chromium.org
2013-04-25
3
-106
/
+12
*
cc: Fix anti-aliasing of axis-aligned quads.
reveman@chromium.org
2013-04-25
3
-12
/
+106
*
cc: Shader cleanup.
reveman@chromium.org
2013-04-25
2
-58
/
+62
*
cc: Support highp texture coordinates in tile shaders
brianderson@chromium.org
2013-04-24
3
-103
/
+154
*
cc: Don't pass simple well-defined classes by reference.
danakj@chromium.org
2013-04-23
2
-36
/
+36
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-23
1
-1
/
+1
*
cc: Fix gl_renderer lint
brianderson@chromium.org
2013-04-22
2
-3
/
+3
*
Add compositor support for the LatencyInfo.
jbauman@chromium.org
2013-04-22
8
-13
/
+14
*
cc: Add missing bindAttribLocation call for triangle indices.
reveman@chromium.org
2013-04-18
1
-0
/
+5
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-17
11
-61
/
+39
*
cc: Chromify gl_renderer_unittest.cc.
reveman@chromium.org
2013-04-17
1
-127
/
+149
*
Revert 194394 "Move swapcomplete callback into OutputSurface"
cpu@chromium.org
2013-04-16
11
-39
/
+61
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-16
11
-61
/
+39
*
Plumb cc::LatencyInfo through command buffer and output surface
jbauman@chromium.org
2013-04-12
5
-10
/
+16
*
cc: Move video upload to VideoResourceUpdater.
danakj@chromium.org
2013-04-10
2
-14
/
+14
*
Fixed minor logic bug in the software renderer.
skaslev@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in cc/, Linux edition.
dcheng@chromium.org
2013-04-06
2
-6
/
+6
*
cc: Don't draw and swap if the frame will not change.
danakj@chromium.org
2013-04-06
1
-2
/
+3
*
Browser side changes for software compositing.
skaslev@chromium.org
2013-04-06
2
-3
/
+7
*
CC: HUD layer shouldn't cause damage when --show-surface-damage-rects
backer@chromium.org
2013-04-03
5
-3
/
+11
*
cc: Use highp precision for texture coords if available and needed
brianderson@chromium.org
2013-04-01
11
-339
/
+684
*
cc: Enable chromium_code:1 for cc.
danakj@chromium.org
2013-03-30
1
-7
/
+7
*
cc: Add remaining pixel tests for background blur.
danakj@chromium.org
2013-03-30
2
-8
/
+20
*
cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...
danakj@chromium.org
2013-03-29
6
-31
/
+33
*
Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
rsleevi@chromium.org
2013-03-29
6
-33
/
+31
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
6
-31
/
+33
*
cc: Fix constructor initialization style.
danakj@chromium.org
2013-03-29
2
-25
/
+25
*
Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."
danakj@chromium.org
2013-03-29
6
-33
/
+31
*
cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gyp
danakj@chromium.org
2013-03-29
6
-31
/
+33
*
Pass a sequence number along with the DIB handle when compositing in software.
skaslev@chromium.org
2013-03-29
7
-12
/
+9
*
cc: Made image comparison for pixel tests error tolerant.
ernstm@chromium.org
2013-03-29
1
-6
/
+11
*
cc: Fix lint errors in cc.
danakj@chromium.org
2013-03-28
24
-147
/
+191
*
Optimize SkColorFilters when drawing RenderPassQuads
clholgat@chromium.org
2013-03-28
6
-26
/
+1128
*
cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate.
danakj@chromium.org
2013-03-27
8
-1
/
+63
*
Revert 189892 "cc: Use different name for "point" uniform until ..."
reveman@chromium.org
2013-03-27
1
-14
/
+12
*
cc: Make test macros require semicolons;
danakj@chromium.org
2013-03-27
1
-2
/
+2
*
Implement on demand quad rasterization for PicturePiles.
leandrogracia@chromium.org
2013-03-27
2
-2
/
+60
*
cc: Convert non-const reference arguments to pointers.
danakj@chromium.org
2013-03-27
13
-174
/
+183
*
Revert 190786 "Optimize SkColorFilters when drawing RenderPassQuads"
jam@chromium.org
2013-03-26
6
-1128
/
+26
*
Optimize SkColorFilters when drawing RenderPassQuads
clholgat@chromium.org
2013-03-26
6
-26
/
+1128
*
cc: Hook vsync time source to output surface
skyostil@chromium.org
2013-03-26
2
-0
/
+6
*
Fix cpplint errors in cc/(animation|input|layers|trees|test)/
jamesr@chromium.org
2013-03-26
3
-10
/
+10
*
Pass the overdraw value to the browser w/ frame
dtrainor@chromium.org
2013-03-26
2
-4
/
+6
*
cc: Avoid pointless gfx::Point/Size contructors when making Rects.
danakj@chromium.org
2013-03-26
3
-3
/
+3
*
cc: Fix capitalization style in chromified files.
danakj@chromium.org
2013-03-25
12
-100
/
+102
*
cc: Chromify software renderer unittest
enne@chromium.org
2013-03-25
1
-163
/
+215
*
cc: Fix style errors in shader.h/cc
enne@chromium.org
2013-03-25
2
-19
/
+19
*
cc: Formatted gl_renderer_unittest.cc according to Chromium style.
ernstm@chromium.org
2013-03-24
1
-635
/
+788
*
Several minor fixes for the software compositor.
skaslev@chromium.org
2013-03-24
1
-2
/
+6
[next]