summaryrefslogtreecommitdiffstats
path: root/cc/quads
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix ListAllocator when erasing everything in an allocation chunk.danakj2015-04-212-22/+138
* Add underlays and split off common overlay functionalityachaulk2015-04-012-10/+48
* Increase YUV video clampingmagjed2015-03-273-19/+33
* Modify ListContainer<T>::Allocate to return a pointer of type void*.pcc2015-03-252-4/+3
* Remove unused include of cc/layers/ from cc/quadsjamesr2015-03-161-1/+0
* Revert of Increase YUV video clamping (patchset #4 id:60001 of https://codere...pdr2015-03-143-15/+15
* Increase YUV video clampingmagjed2015-03-133-15/+15
* Splitting of layers for correct intersectionsawoloszyn2015-03-123-20/+28
* cc: Remove unused references to header fileshuayong.xu2015-03-122-2/+0
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-113-29/+17
* Splitting of layers for correct intersectionsawoloszyn2015-03-113-17/+29
* cc: Scale checkerboard quads by the device scale factor.danakj2015-03-044-31/+37
* Revert of Splitting of layers for correct intersections (patchset #17 id:3100...eroman2015-02-273-28/+18
* Splitting of layers for correct intersectionsawoloszyn2015-02-273-18/+28
* Fix Enum Style Throughout CC.ericrk2015-02-201-1/+1
* Add support for the Rec709 YUV color space to the hardware composited video p...rileya2015-02-192-5/+6
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-0931-52/+42
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-053-5/+23
* Revert of Move tracing namespace from base::debug to base::trace_event. (patc...zhaoqin2015-02-053-23/+5
* Move tracing namespace from base::debug to base::trace_event.ssid2015-02-043-5/+23
* Clamp YUV videos to their visible size in the shaderenne2015-02-023-25/+22
* Mechanical rename of tracing includes for /ccssid2015-01-2715-15/+15
* cc: refactor of MathUtil::AddToTracedValuejungjik.lee2015-01-2110-76/+27
* Fix a trace value type in RenderPassDrawQuad.jungjik.lee2015-01-131-2/+2
* replace COMPILE_ASSERT with static_assert in cc/mostynb2014-12-202-29/+29
* cc: Make the PictureLayerImpl raster source null until commit.danakj2014-12-161-3/+7
* [cc] Add nearest neighbor filtering for PictureLayer.jackhou2014-12-137-27/+58
* Use EXPECT_FLOAT_EQ for points equality test.hush2014-12-091-1/+6
* Use EXPECT_EQ when possible.hush2014-12-043-34/+29
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-043-29/+55
* Iterate through all types of DrawQuad to get largest sizeweiliangc2014-11-241-3/+50
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-4/+3
* cc: Remove references to picture pile impl from more areas.vmpstr2014-11-103-38/+22
* Choose largest DrawQuad type, no longer dependent on compiler flagweiliangc2014-11-056-27/+43
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-294-63/+63
* Align base::hash_map with C++11, part 2.davidben2014-10-241-8/+0
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-239-15/+15
* Cleanup: Update paths to vector3d_f.h includes.tfarina2014-10-231-1/+1
* Standardize usage of virtual/override/final in cc/dcheng2014-10-2113-43/+31
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-4/+8
* Include mask texture size in RenderPassDrawQuadenne2014-10-164-26/+60
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-073-7/+37
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-0613-27/+27
* Use Custome ListContainer to Allocate SharedQuadStateweiliangc2014-10-035-69/+192
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-272-5/+5
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-272-5/+5
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-272-5/+5
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-266-32/+142
* Class for allocating a chunk of memory for RenderPassweiliangc2014-09-233-0/+1241
* Revert of Class for allocating a chunk of memory for RenderPass (patchset #31...weiliangc2014-09-233-1241/+0