summaryrefslogtreecommitdiffstats
path: root/cc/raster
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variables errors in cc/.mlamouri2015-07-061-2/+0
* cc, gpu: Use RGBA when using msaa on systems that don't support BGRAhendrikw2015-06-1911-12/+45
* cc: Fix more size_t -> int truncations.vmpstr2015-06-108-11/+11
* content: Partial copy workaround for devices with known upload performance pr...reveman2015-06-102-6/+14
* Remove ContextProvider::IsContextLost.danakj2015-06-091-1/+0
* cc: Use CheckedNumeric for resource size calculations.vmpstr2015-06-052-4/+15
* cc: Use max_bytes_per_copy_operation setting to determine one-copy flush inte...reveman2015-06-042-5/+10
* cc: Fix partial raster with one copy resource finding.danakj2015-06-041-1/+1
* cc: Fix size_t to int truncations in raster/vmpstr2015-06-039-54/+71
* cc: Partial tile raster for GpuTileTaskWorkerPool.danakj2015-06-024-14/+32
* cc: Partial tile raster for BitmapTileTaskWorkerPool.danakj2015-06-0113-32/+52
* Ensure that TileTaskRunner calls callbacks on empty scheduleericrk2015-06-011-0/+15
* cc: Partial tile update for one-copy raster.danakj2015-05-2917-93/+187
* cc: Move RoundUp and RoundDown out of util.h into math_util.hvmpstr2015-05-282-3/+3
* cc: Fix support for compressed texture formats and partial copy operations.reveman2015-05-281-5/+4
* cc: Make a FakeResourceProvider and use it in tests to construct.danakj2015-05-262-14/+11
* cc: Add partial copy support to one-copy tile task worker pool.reveman2015-05-264-82/+99
* Remove SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDSfmalita2015-05-191-2/+3
* cc: Move files out of cc/resources/.danakj2015-05-1835-0/+7239