| Commit message (Expand) | Author | Age | Files | Lines |
* | Add underlays and split off common overlay functionality | achaulk | 2015-04-01 | 2 | -10/+48 |
* | Increase YUV video clamping | magjed | 2015-03-27 | 3 | -19/+33 |
* | Modify ListContainer<T>::Allocate to return a pointer of type void*. | pcc | 2015-03-25 | 2 | -4/+3 |
* | Remove unused include of cc/layers/ from cc/quads | jamesr | 2015-03-16 | 1 | -1/+0 |
* | Revert of Increase YUV video clamping (patchset #4 id:60001 of https://codere... | pdr | 2015-03-14 | 3 | -15/+15 |
* | Increase YUV video clamping | magjed | 2015-03-13 | 3 | -15/+15 |
* | Splitting of layers for correct intersections | awoloszyn | 2015-03-12 | 3 | -20/+28 |
* | cc: Remove unused references to header files | huayong.xu | 2015-03-12 | 2 | -2/+0 |
* | Revert of Splitting of layers for correct intersections (patchset #20 id:3700... | gab | 2015-03-11 | 3 | -29/+17 |
* | Splitting of layers for correct intersections | awoloszyn | 2015-03-11 | 3 | -17/+29 |
* | cc: Scale checkerboard quads by the device scale factor. | danakj | 2015-03-04 | 4 | -31/+37 |
* | Revert of Splitting of layers for correct intersections (patchset #17 id:3100... | eroman | 2015-02-27 | 3 | -28/+18 |
* | Splitting of layers for correct intersections | awoloszyn | 2015-02-27 | 3 | -18/+28 |
* | Fix Enum Style Throughout CC. | ericrk | 2015-02-20 | 1 | -1/+1 |
* | Add support for the Rec709 YUV color space to the hardware composited video p... | rileya | 2015-02-19 | 2 | -5/+6 |
* | mechanical rename of base::debug -> base::trace_event for /cc | ssid | 2015-02-09 | 31 | -52/+42 |
* | 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 |