summaryrefslogtreecommitdiffstats
path: root/cc/output/software_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* don't use deprecated SkRect* src-rect parameter typereed2015-08-071-2/+2
* Remove SoftwareFrameDatajbauman2015-08-071-7/+1
* Avoid crashing if can't allocate software buffer for window.jbauman2015-08-051-0/+8
* cc: Remove code for drawing checkerboard quads, it's not used.danakj2015-08-051-19/+0
* Directly include SkPath.h where needed in cc/.bungeman2015-08-031-0/+1
* api refactor: switch to modern variants of drawBitmapRectreed2015-07-171-9/+5
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-1/+1
* Use SkPaintFilterCanvas for paint filteringfmalita2015-06-121-18/+21
* Fix function name style issues in cc::DrawQuadenne2015-06-041-10/+14
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-021-7/+7
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-2/+1
* Respect quad->nearest_neighbor in SoftwareRenderer::DrawTextureQuadericrk2015-05-141-0/+2
* Add detection for rotation and flip overlay transformshalliwell2015-05-131-1/+1
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-141-3/+3
* Remove ResourceProvider::RESOURCE_TYPE_INVALIDboliu2015-04-141-2/+0
* Remove SetDrawViewportericrk2015-03-271-3/+0
* Refactor discard/clear behavior in DirectRendererericrk2015-03-211-9/+20
* stop using deprecated SkPaint::FilterLevelreed2015-03-171-4/+3
* Splitting of layers for correct intersectionsawoloszyn2015-03-121-2/+34
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-111-34/+2
* Splitting of layers for correct intersectionsawoloszyn2015-03-111-2/+34
* cc: Scale checkerboard quads by the device scale factor.danakj2015-03-041-1/+1
* Revert of Splitting of layers for correct intersections (patchset #17 id:3100...eroman2015-02-271-34/+2
* Splitting of layers for correct intersectionsawoloszyn2015-02-271-2/+34
* Fix Enum Style Throughout CC.ericrk2015-02-201-3/+3
* Fix double lock of texture resource in software rendererlof842015-02-071-0/+5
* Mechanical rename of tracing includes for /ccprimiano2015-01-281-1/+1
* [cc] Add nearest neighbor filtering for PictureLayer.jackhou2014-12-131-2/+5
* Use PlaybackToMemory for BitmapRasterWorkerPool playbackfmalita2014-11-211-1/+5
* Add cc::RendererSettings for use in with cc::Displayjbauman2014-11-201-2/+2
* cc: Remove references to picture pile impl from more areas.vmpstr2014-11-101-2/+2
* cc: Remove some of the instrumentation plumbinghendrikw2014-11-041-2/+2
* Re-upload: Change FlippedFramebuffer return for surfacelessachaulk2014-10-281-2/+2
* Implement mix-blend-mode in GL renderer using shaders.rosca2014-10-221-2/+4
* Include mask texture size in RenderPassDrawQuadenne2014-10-161-5/+5
* Revert "Change FlippedFramebuffer return for surfaceless"Stephen White2014-10-071-4/+2
* Change FlippedFramebuffer return for surfacelessachaulk2014-10-071-2/+4
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-2/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+2
* cc: Add BitmapRasterWorkerPool.reveman2014-09-241-1/+0
* remove unneeded reference to SkBitmapDevice.hreed2014-09-191-1/+0
* Adding support for blending in cc::SoftwareRendererrosca2014-09-091-3/+4
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-051-1/+1
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-221-46/+2
* Implement HiDPI and pinch-zoom scaling of filter paramsgarykac@chromium.org2014-08-081-3/+1
* cc/output: cleanup: Remove unnecessary #includesheejin.r.chung@samsung.com2014-07-271-1/+1
* Pass resourceless software mode in SetExternalConstraintsboliu@chromium.org2014-07-101-1/+3
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-06-301-3/+2
* cc: Support on demand raster with gpu rasterizationboliu@chromium.org2014-06-211-1/+1