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
/
quads
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland of Move tracing namespace from base::debug to base::trace_event.
primiano
2015-02-05
3
-5
/
+23
*
Revert of Move tracing namespace from base::debug to base::trace_event. (patc...
zhaoqin
2015-02-05
3
-23
/
+5
*
Move tracing namespace from base::debug to base::trace_event.
ssid
2015-02-04
3
-5
/
+23
*
Clamp YUV videos to their visible size in the shader
enne
2015-02-02
3
-25
/
+22
*
Mechanical rename of tracing includes for /cc
ssid
2015-01-27
15
-15
/
+15
*
cc: refactor of MathUtil::AddToTracedValue
jungjik.lee
2015-01-21
10
-76
/
+27
*
Fix a trace value type in RenderPassDrawQuad.
jungjik.lee
2015-01-13
1
-2
/
+2
*
replace COMPILE_ASSERT with static_assert in cc/
mostynb
2014-12-20
2
-29
/
+29
*
cc: Make the PictureLayerImpl raster source null until commit.
danakj
2014-12-16
1
-3
/
+7
*
[cc] Add nearest neighbor filtering for PictureLayer.
jackhou
2014-12-13
7
-27
/
+58
*
Use EXPECT_FLOAT_EQ for points equality test.
hush
2014-12-09
1
-1
/
+6
*
Use EXPECT_EQ when possible.
hush
2014-12-04
3
-34
/
+29
*
[cc] Add nearest neighbor filtering for TextureLayer.
jackhou
2014-12-04
3
-29
/
+55
*
Iterate through all types of DrawQuad to get largest size
weiliangc
2014-11-24
1
-3
/
+50
*
cc: Remove readability/inheritance exception for linter in cc.
danakj
2014-11-14
1
-4
/
+3
*
cc: Remove references to picture pile impl from more areas.
vmpstr
2014-11-10
3
-38
/
+22
*
Choose largest DrawQuad type, no longer dependent on compiler flag
weiliangc
2014-11-05
6
-27
/
+43
*
Make ListContainer Consistently Act as Container of Pointers
weiliangc
2014-10-29
4
-63
/
+63
*
Align base::hash_map with C++11, part 2.
davidben
2014-10-24
1
-8
/
+0
*
cc cleanup: Update paths to geometry headers
heejin.r.chung
2014-10-23
9
-15
/
+15
*
Cleanup: Update paths to vector3d_f.h includes.
tfarina
2014-10-23
1
-1
/
+1
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
13
-43
/
+31
*
Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.
pkasting
2014-10-16
1
-4
/
+8
*
Include mask texture size in RenderPassDrawQuad
enne
2014-10-16
4
-26
/
+60
*
Clean the usage of QuadList (Const)Iterator
weiliangc
2014-10-07
3
-7
/
+37
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
13
-27
/
+27
*
Use Custome ListContainer to Allocate SharedQuadState
weiliangc
2014-10-03
5
-69
/
+192
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
2
-5
/
+5
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
2
-5
/
+5
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
2
-5
/
+5
*
Use custom ListContainer to allocate DrawQuads
weiliangc
2014-09-26
6
-32
/
+142
*
Class for allocating a chunk of memory for RenderPass
weiliangc
2014-09-23
3
-0
/
+1241
*
Revert of Class for allocating a chunk of memory for RenderPass (patchset #31...
weiliangc
2014-09-23
3
-1241
/
+0
*
Class for allocating a chunk of memory for RenderPass
weiliangc
2014-09-22
3
-0
/
+1241
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
8
-78
/
+102
*
Remove unused RenderPassDrawQuad fields
danakj@chromium.org
2014-08-12
5
-137
/
+165
*
Implement HiDPI and pinch-zoom scaling of filter params
garykac@chromium.org
2014-08-08
4
-14
/
+45
*
[CC]: Reduce required precision for TransformNormal test.
rmcilroy@chromium.org
2014-08-06
1
-3
/
+11
*
BSP Tree perf tests to match LayerSorter perf tests
thildebr@chromium.org
2014-08-02
2
-1
/
+35
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
30
-86
/
+174
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
30
-174
/
+86
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
30
-86
/
+174
*
DrawPolygon class with Unit Tests
thildebr@chromium.org
2014-07-29
3
-0
/
+584
*
Make DrawQuad constructors public, rm DQ::Create() function
weiliangc@chromium.org
2014-07-16
24
-68
/
+14
*
Move Copy method from DrawQuad to RenderPass
weiliangc@chromium.org
2014-07-11
6
-348
/
+347
*
Use RenderPass to create DrawQuad in unittests
weiliangc@chromium.org
2014-07-10
3
-25
/
+97
*
Create DrawQuad in RenderPass and only give out raw pointer to layers
weiliangc@chromium.org
2014-07-03
3
-9
/
+8
*
Fixes for re-enabling more MSVC level 4 warnings: cc/ edition
pkasting@chromium.org
2014-07-03
1
-1
/
+1
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
1
-0
/
+4
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
4
-13
/
+33
[next]