| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Move worker threads to RenderThreadImpl. | reveman | 2015-03-23 | 10 | -103/+39 |
* | cc: Send updated tile priority with tiles into tracing. | vmpstr | 2015-03-23 | 6 | -36/+61 |
* | Add texture compression interface and ETC1 encoder. | christiank | 2015-03-23 | 5 | -0/+705 |
* | cc: Add priority rects to tracing. | vmpstr | 2015-03-19 | 1 | -0/+5 |
* | cc: Fix skewport math | enne | 2015-03-19 | 2 | -4/+26 |
* | cc: Use RectToSkRect in Picture for less code. | danakj | 2015-03-19 | 1 | -5/+1 |
* | Updated layer_quads to deal with degenerate cases more gracefully. | awoloszyn | 2015-03-18 | 3 | -6/+43 |
* | cc: Remove is_analysis parameter in RasterCommon | jungjik.lee | 2015-03-18 | 4 | -30/+16 |
* | cc: Make TileManager not call SetIsLikelyToRequireADraw unnecessarily. | sunnyps | 2015-03-18 | 2 | -5/+43 |
* | cc: Use history from two calls ago for skewport calculation. | vmpstr | 2015-03-18 | 3 | -17/+103 |
* | cc: Hide display list tracing behind cc.debug.picture. | danakj | 2015-03-13 | 1 | -2/+2 |
* | cc: Release pixel refs after decoding images. | reveman | 2015-03-13 | 1 | -0/+4 |
* | Raster into an SkPicture before rendering a DisplayList. | schenney | 2015-03-12 | 3 | -5/+55 |
* | Splitting of layers for correct intersections | awoloszyn | 2015-03-12 | 2 | -15/+61 |
* | cc: Remove unused references to header files | huayong.xu | 2015-03-12 | 3 | -4/+0 |
* | gpu-raster: Check for NULL sk_surface in GpuRasterizer::RasterizeSource. | vmiura | 2015-03-11 | 2 | -2/+36 |
* | Revert of Raster into an SkP before rendering a DisplayList. (patchset #2 id:... | adamk | 2015-03-11 | 3 | -55/+5 |
* | Revert of Splitting of layers for correct intersections (patchset #20 id:3700... | gab | 2015-03-11 | 2 | -61/+15 |
* | Raster into an SkPicture before rendering a DisplayList. | schenney | 2015-03-11 | 3 | -5/+55 |
* | Splitting of layers for correct intersections | awoloszyn | 2015-03-11 | 2 | -15/+61 |
* | Fix a comment and remove an unnecessary "explicit" keyword. | wtc | 2015-03-11 | 1 | -3/+3 |
* | Move PixelRefMap and its Iterator out from Picture class | weiliangc | 2015-03-10 | 8 | -471/+565 |
* | Revert of Raster into an SkP before rendering a DisplayList. (patchset #2 id:... | chrishtr | 2015-03-06 | 3 | -55/+5 |
* | Raster into an SkPicture before rendering a DisplayList. | schenney | 2015-03-06 | 3 | -5/+55 |
* | cc: Make raster queues easier to change. | vmpstr | 2015-03-06 | 2 | -99/+262 |
* | Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1... | dongseong.hwang | 2015-03-05 | 1 | -7/+3 |
* | cc: Make ResourceProvider use bindless Produce/ConsumeTextureCHROMIUM | sohan.jyoti | 2015-03-05 | 2 | -64/+63 |
* | cc: Refactored UpdateTilingsToCurrentRasterSource a bit; added comments | vmpstr | 2015-03-03 | 2 | -38/+54 |
* | Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht... | ulan | 2015-03-03 | 1 | -3/+7 |
* | gpu: introduce glCopySubTextureCHROMIUM | dongseong.hwang | 2015-03-03 | 1 | -7/+3 |
* | Revert of Splitting of layers for correct intersections (patchset #17 id:3100... | eroman | 2015-02-27 | 2 | -61/+15 |
* | Splitting of layers for correct intersections | awoloszyn | 2015-02-27 | 2 | -15/+61 |
* | cc: Clear the invalidation history when moving between compositors. | danakj | 2015-02-26 | 5 | -0/+20 |
* | Add ScopedAllowWait to TaskGraphRunner to Avoid Crash in Shutdown | weiliangc | 2015-02-26 | 1 | -0/+1 |
* | Refactor BenchmarkingCanvas to avoid internal Skia dependencies | fmalita | 2015-02-26 | 2 | -6/+5 |
* | Remove unused transparency display items. | pdr | 2015-02-26 | 2 | -145/+0 |
* | Add layer bounds to compositing_dislay_item | pdr | 2015-02-25 | 2 | -4/+21 |
* | Add a compositing display item which replaces transparency display item | pdr | 2015-02-24 | 2 | -0/+153 |
* | Moved renderer implementation from media/filters/ to media/renderers/ | servolk | 2015-02-24 | 1 | -1/+1 |
* | Revert of Revert of cc: Increase kMaxCopyOperations to 32. (patchset #1 id:1 ... | zmo | 2015-02-24 | 1 | -1/+1 |
* | Revert of cc: Increase kMaxCopyOperations to 32. (patchset #1 id:1 of https:/... | zmo | 2015-02-23 | 1 | -1/+1 |
* | cc: Increase kMaxCopyOperations to 32. | reveman | 2015-02-23 | 1 | -1/+1 |
* | Fix Enum Style Throughout CC. | ericrk | 2015-02-20 | 14 | -298/+267 |
* | cc: Fix MSAA when threaded GPU rasterization is enabled. | senorblanco | 2015-02-20 | 1 | -1/+1 |
* | cc: Make VideoResourceUpdater use CopyToResource instead of SetPixels. | danakj | 2015-02-19 | 2 | -8/+37 |
* | Resolve FIXMEs in cc for Display Item Lists. | schenney | 2015-02-19 | 3 | -29/+37 |
* | cc: Stop using TextureUploader for UIResources, HUD, and tests. | danakj | 2015-02-19 | 4 | -55/+103 |
* | cc: Calculate "can use lcd text" on the compositor thread | enne | 2015-02-19 | 13 | -68/+110 |
* | cc: Remove unused PictureDrawQuad support from GLRenderer. | danakj | 2015-02-19 | 5 | -25/+66 |
* | cc: Fix crash in TileTaskWorkerPoolPerfTests. | e.hakkinen | 2015-02-18 | 1 | -0/+2 |