summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_tree_pixel_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Tiling priorities in Android Webview.hush@chromium.org2014-07-311-2/+7
* Pass resourceless software mode in SetExternalConstraintsboliu@chromium.org2014-07-101-1/+3
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-06-301-1/+1
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-3/+0
* Remove offscreen compositor contexts.danakj@chromium.org2014-04-241-4/+0
* SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-251-6/+2
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-2/+2
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-02-031-5/+0
* Revert 248049 "Ensure GL initialization only happens once, and p..."kbr@chromium.org2014-01-311-0/+5
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-5/+0
* Revert 247793 "Ensure GL initialization only happens once, and p..."yoz@chromium.org2014-01-301-0/+5
* Ensure GL initialization only happens once, and provide common init pathdanakj@chromium.org2014-01-301-5/+0
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+1
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-1/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+1
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-2/+2
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-2/+2
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-171-2/+2
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-3/+4
* Use the GL in process bindings directly in cc_unittestsjamesr@chromium.org2013-12-201-77/+64
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-3/+2
* cc: Remove DeviceViewport and DeviceClip from the RendererClientdanakj@chromium.org2013-12-101-2/+15
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-5/+5
* cc: Add --cc-rebaseline-pixeltests command line flag.danakj@chromium.org2013-10-311-2/+5
* Remove solid_color_scrollbars CC LayerTreeSetting.aelias@chromium.org2013-10-201-9/+10
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-271-9/+1
* cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.danakj@chromium.org2013-09-171-9/+17
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-6/+3
* aura: Allow in process ContextProvider to hold onscreen contexts.danakj@chromium.org2013-08-141-4/+5
* Add a flag to allow renderer to use software compositor when GL compositor do...jbauman@chromium.org2013-08-011-1/+2
* cc: A pixel test for readbacks of layers with CanClipSelf == true.danakj@chromium.org2013-07-261-1/+119
* Change WGC3DInProcessCBImpl factories to return a base class pointer.sievers@chromium.org2013-06-211-5/+3
* cc: Allow output readback/copy requests to specify a sub-rect to copy.danakj@chromium.org2013-06-201-18/+32
* cc: Add ability to request copy of compositor output as a texture.danakj@chromium.org2013-06-181-24/+128
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Move webkit/gpu into webkit/common/gpujamesr@chromium.org2013-05-261-2/+2
* cc: Add CopyAsBitmapRequest class to hold the readback callback.danakj@chromium.org2013-05-241-2/+3
* Run all LayerTreeHost tests with impl-side painting.danakj@chromium.org2013-05-131-2/+2
* cc: Run all LayerTreeHost tests with a delegating renderer.danakj@chromium.org2013-05-101-2/+2
* cc: Fix readback from non-root layers.danakj@chromium.org2013-05-081-1/+14
* cc: Async readback.danakj@chromium.org2013-04-261-17/+7
* Revert 196713 "cc: Async readback."danakj@chromium.org2013-04-261-7/+17
* cc: Async readback.danakj@chromium.org2013-04-261-17/+7
* Revert 196592 "cc: Async readback."kinuko@chromium.org2013-04-261-7/+17
* cc: Async readback.danakj@chromium.org2013-04-261-17/+7
* Add create WGC3DInProcessCommandBuffer for on-screen contextboliu@chromium.org2013-04-191-1/+1
* cc: Remove incorrect dcheck for masks.danakj@chromium.org2013-04-171-1/+1
* cc: Add remaining pixel tests for background blur.danakj@chromium.org2013-03-301-3/+34
* cc: Made image comparison for pixel tests error tolerant.ernstm@chromium.org2013-03-291-1/+2
* Optimize SkColorFilters when drawing RenderPassQuadsclholgat@chromium.org2013-03-281-1/+1