summaryrefslogtreecommitdiffstats
path: root/cc/output/software_renderer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Make a FakeResourceProvider and use it in tests to construct.danakj2015-05-261-7/+3
* Remove SK_SUPPORT_LEGACY_PUBLIC_IMAGEINFO_FIELDSfmalita2015-05-191-12/+12
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-12/+9
* Fix Enum Style Throughout CC.ericrk2015-02-201-11/+5
* cc: Stop using TextureUploader for UIResources, HUD, and tests.danakj2015-02-191-16/+7
* Fix double lock of texture resource in software rendererlof842015-02-071-6/+6
* [cc] Add nearest neighbor filtering for PictureLayer.jackhou2014-12-131-0/+3
* Add cc::RendererSettings for use in with cc::Displayjbauman2014-11-201-1/+1
* cc: turn on distance field text on animated layershendrikw2014-10-221-2/+1
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-1/+1
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+1
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+3
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-3/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+3
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-261-1/+1
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-041-3/+7
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-7/+7
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-221-1/+0
* cc: Use a normal texture for background texture.dongseong.hwang@intel.com2014-08-211-12/+15
* Use RenderPass to create DrawQuad in unittestsweiliangc@chromium.org2014-07-101-20/+20
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-06-301-9/+3
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-231-1/+0
* cc: Support on demand raster with gpu rasterizationboliu@chromium.org2014-06-211-0/+1
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-3/+6
* Use Async readbacks in the SoftwareRenderer unit tests.danakj@chromium.org2014-05-111-106/+105
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-081-20/+23
* Add flag to enable rendering of text using signed distance fields.jvanverth@google.com2014-05-071-1/+2
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-241-6/+0
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-2/+5
* cc: Fix damage when the HUD is enabled.danakj@chromium.org2014-03-101-6/+0
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-2/+6
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-271-1/+0
* cc: Remove DeviceViewport and DeviceClip from the RendererClientdanakj@chromium.org2013-12-101-31/+53
* Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers()miletus@chromium.org2013-11-271-3/+0
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-6/+21
* cc: Reduce command buffer flushes related to creating texture ids.reveman@chromium.org2013-11-011-1/+1
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-1/+1
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-6/+6
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-10/+14
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-181-14/+10
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-181-10/+14
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-091-33/+19
* [cc] Allow resources and ui resources to specify wrap modeccameron@chromium.org2013-09-051-3/+6
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-051-0/+3
* cc: Cleanup offscreen context plumbing.danakj@chromium.org2013-08-281-6/+6
* Don't draw invisible portions of quads in software renderer.jbauman@chromium.org2013-08-271-1/+137
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-0/+4
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-301-0/+1
* cc: Pipe visibility and memory allocation to DelegatingRendererpiman@chromium.org2013-06-291-2/+0