| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow IOSurfaceDrawQuad to be a candidate for overlays | andresantoso | 2015-08-21 | 1 | -5/+16 |
* | cc: Remove code for drawing checkerboard quads, it's not used. | danakj | 2015-08-05 | 1 | -35/+0 |
* | cc: Rename visible_content_rect and content stuff on quads. | danakj | 2015-06-19 | 1 | -22/+10 |
* | cc: Rework overlays to not use the ResourceProvider and pass texture size | achaulk | 2015-06-10 | 1 | -14/+33 |
* | cc: Remove DrawQuad::IterateResoruces | vmpstr | 2015-06-02 | 1 | -45/+47 |
* | Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ... | jbauman | 2015-05-19 | 1 | -16/+15 |
* | Add detection for rotation and flip overlay transforms | halliwell | 2015-05-13 | 1 | -7/+7 |
* | cc: Add support for non-2D texture targets to YUVVideoQuad. | reveman | 2015-05-12 | 1 | -30/+33 |
* | Increase YUV video clamping | magjed | 2015-03-27 | 1 | -11/+17 |
* | Revert of Increase YUV video clamping (patchset #4 id:60001 of https://codere... | pdr | 2015-03-14 | 1 | -7/+7 |
* | Increase YUV video clamping | magjed | 2015-03-13 | 1 | -7/+7 |
* | cc: Scale checkerboard quads by the device scale factor. | danakj | 2015-03-04 | 1 | -3/+7 |
* | Add support for the Rec709 YUV color space to the hardware composited video p... | rileya | 2015-02-19 | 1 | -2/+2 |
* | Clamp YUV videos to their visible size in the shader | enne | 2015-02-02 | 1 | -25/+13 |
* | 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 | 1 | -15/+26 |
* | Use EXPECT_EQ when possible. | hush | 2014-12-04 | 1 | -24/+24 |
* | [cc] Add nearest neighbor filtering for TextureLayer. | jackhou | 2014-12-04 | 1 | -22/+37 |
* | cc: Remove references to picture pile impl from more areas. | vmpstr | 2014-11-10 | 1 | -29/+13 |
* | Choose largest DrawQuad type, no longer dependent on compiler flag | weiliangc | 2014-11-05 | 1 | -9/+9 |
* | 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 | 1 | -14/+25 |
* | Make RenderPass::Id an isolated class | weiliangc@chromium.org | 2014-08-22 | 1 | -4/+4 |
* | Remove unused RenderPassDrawQuad fields | danakj@chromium.org | 2014-08-12 | 1 | -115/+145 |
* | Implement HiDPI and pinch-zoom scaling of filter params | garykac@chromium.org | 2014-08-08 | 1 | -11/+15 |
* | Move Copy method from DrawQuad to RenderPass | weiliangc@chromium.org | 2014-07-11 | 1 | -275/+341 |
* | Rendering context information added to SharedQuadState | thildebr@chromium.org | 2014-06-19 | 1 | -2/+6 |
* | Use a struct for cc::Surface ids for more type safety | jamesr@chromium.org | 2014-06-13 | 1 | -2/+2 |
* | Expose default ctor of SQS and remove Create and Copy funciton of SQS | weiliangc@chromium.org | 2014-05-12 | 1 | -6/+8 |
* | Support videos with JPEG color range in GPU YUV convert path. | rileya@chromium.org | 2014-05-03 | 1 | -6/+14 |
* | cc: Support texcoord offsets in YUVVideoDrawQuad | sheu@chromium.org | 2014-03-27 | 1 | -7/+7 |
* | cc: Add visible_rect to Draw*Quad::SetNew(). | danakj@chromium.org | 2014-03-07 | 1 | -24/+79 |
* | Add cc:DrawQuad type for surfaces | jamesr@chromium.org | 2014-01-17 | 1 | -0/+23 |
* | Remove direct-to-backbuffer Ganesh path | enne@chromium.org | 2013-12-06 | 1 | -12/+3 |
* | The blink part of this implementation is uploaded at https://codereview.chrom... | rosca@adobe.com | 2013-11-26 | 1 | -2/+7 |
* | cc: Preserve partial culling from child compositor. | danakj@chromium.org | 2013-10-12 | 1 | -8/+8 |
* | Remove PerformClipping(),CanClipSelf() and the related logic in LTHCommon. | jun.a.jiang@intel.com | 2013-10-05 | 1 | -96/+0 |
* | Add support for converting cc::FilterOperations into an SkImageFilter | ajuma@chromium.org | 2013-09-26 | 1 | -12/+21 |
* | cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had... | kaanb@chromium.org | 2013-09-19 | 1 | -7/+7 |
* | Revert "Adding support for RGBA_4444 tile textures" | tomhudson@google.com | 2013-09-18 | 1 | -7/+7 |
* | Adding support for RGBA_4444 tile textures | kaanb@chromium.org | 2013-09-18 | 1 | -7/+7 |
* | Blend TextureLayer background-color at draw time. | alokp@chromium.org | 2013-07-12 | 1 | -7/+14 |
* | cc: Use multiple resources to switch LCD status | vmpstr@chromium.org | 2013-06-26 | 1 | -2/+2 |
* | Move implementation of WebFilterOperations into cc | ajuma@chromium.org | 2013-06-25 | 1 | -11/+11 |
* | Adding YUVA support for enabling Alpha Playback | vigneshv@chromium.org | 2013-06-07 | 1 | -7/+16 |
* | Revert 204508 "Adding YUVA support for enabling Alpha Playback" | dalecurtis@google.com | 2013-06-06 | 1 | -16/+7 |
* | Adding YUVA support for enabling Alpha Playback | vigneshv@chromium.org | 2013-06-06 | 1 | -7/+16 |
* | Update refernces to Blink's Platform API (cc) | abarth@chromium.org | 2013-05-29 | 1 | -1/+1 |
* | Add flag for drawing layers to screen with Ganesh | enne@chromium.org | 2013-05-21 | 1 | -3/+12 |
* | cc: Add force anti-aliasing off option to SolidColorDrawQuad | wonsik@chromium.org | 2013-05-02 | 1 | -3/+7 |