summaryrefslogtreecommitdiffstats
path: root/cc/layers/texture_layer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-151-25/+16
* Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...nkostylev@chromium.org2014-02-141-16/+25
* Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUMpiman@chromium.org2014-02-141-25/+16
* Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.danakj@chromium.org2014-02-051-9/+10
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-36/+54
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-12/+15
* cc: Release main thread earlierenne@chromium.org2014-01-241-81/+10
* cc: Free Mailbox on TextureLayerImpl::ReleaseResourcesboliu@chromium.org2014-01-231-14/+81
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-52/+35
* Pluming for needs_push_properties for the impl tree.clholgat@chromium.org2014-01-181-5/+5
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-35/+52
* Decouple cc::FakeWebGraphicsContext3D from blink::WGC3Djamesr@chromium.org2014-01-101-10/+10
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-101-2/+2
* cc: Fix the TextureLayerNoExtraCommitForMailboxTest test.danakj@chromium.org2013-12-021-25/+35
* Disable TextureLayerNoExtraCommitForMailboxTest because of crashes.phajdan.jr@chromium.org2013-11-121-1/+2
* Introduce separate client and init path for single-threaded ccjamesr@chromium.org2013-11-071-2/+2
* Remove WGC3D::isContextLost references from ccjamesr@chromium.org2013-11-061-78/+40
* Simplify rate limiting since it's main thread shared context onlyjamesr@chromium.org2013-11-051-9/+9
* Move test-only stuff from cc/debug/ to cc/testjamesr@chromium.org2013-10-311-1/+1
* Remove the extra, unneeded commits that TextureLayer::Update does.kloveless@chromium.org2013-10-241-0/+103
* Add delegated rendering support for software renderer.jbauman@chromium.org2013-10-221-1/+1
* cc: Fix hit-testing of empty layers.sadrul@chromium.org2013-10-051-0/+13
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-271-4/+6
* Add memory manager for software compositor frontbuffers.jbauman@chromium.org2013-09-181-1/+2
* cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.danakj@chromium.org2013-09-171-71/+123
* Force SetNeedsPushProperties after an update in TextureLayer, because some pr...piman@chromium.org2013-09-131-0/+337
* cc: Prevent warnings from mocks in TextureLayer tests.danakj@chromium.org2013-08-301-1/+3
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-301-0/+241
* Revert 220418 "cc: Block commit on activate by setting a flag on..."danakj@chromium.org2013-08-301-237/+0
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-291-0/+237
* cc: Use BlockedTaskRunner to immediately run callbacks on the main thread.danakj@chromium.org2013-08-291-35/+344
* cc: return resources via a ReturnedResource struct rather than TransferableRe...piman@chromium.org2013-08-191-1/+4
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-161-5/+10
* aura,cc: Make TestContextProvider usable outside cc.danakj@chromium.org2013-08-131-1/+1
* aura: Remove CreateOffscreenContext from ui::ContextFactory.danakj@chromium.org2013-08-131-0/+2
* Add a flag to allow renderer to use software compositor when GL compositor do...jbauman@chromium.org2013-08-011-2/+4
* Consider background-color opacity for TextureLayer opaque region.alokp@chromium.org2013-07-311-0/+27
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-301-1/+2
* Allow uploading shared memory mailboxes to a texture.jbauman@chromium.org2013-07-301-1/+1
* cc: A pixel test for readbacks of layers with CanClipSelf == true.danakj@chromium.org2013-07-261-0/+139
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-241-2/+1
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-241-1/+2
* Revert 212008 "cc: Remove TextureLayer::SetTextureId and Texture..."aberent@google.com2013-07-181-216/+123
* cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTexturepiman@chromium.org2013-07-171-123/+216
* Implement shareResources==true in TestWebGraphicsContext3Dpiman@chromium.org2013-07-171-4/+1
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-121-0/+1
* Fix TextureLayer cleanuppiman@chromium.org2013-07-121-1/+75
* Cleanup unused WebExternalTextureLayer APIs and resulting dead code.piman@chromium.org2013-07-111-2/+2
* cc: Make it possible to reset TextureLayer after context lossskyostil@chromium.org2013-07-101-0/+82
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-101-1/+2