summaryrefslogtreecommitdiffstats
path: root/cc/layers/texture_layer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add LayerTreeHost::InitParams for LayerTreeHost creation.sadrul2015-05-111-6/+16
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-84/+59
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-2/+4
* cc: Commit directly to active tree when using single thread.danakj2015-02-171-4/+1
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-231-4/+4
* Convert TextureMailbox to use SharedBitmap instead of SharedMemory.jbauman2014-12-111-23/+19
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-0/+1
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-1/+3
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-52/+37
* cc: Change scoped_ptr<T>() to nullptr.danakj2014-10-151-16/+8
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-1/+1
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-18/+25
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-36/+36
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-6/+3
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-3/+6
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-6/+3
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-041-59/+85
* Fix failing (flaky) LayerTreeHostTestLCDNotification test.danakj@chromium.org2014-08-131-1/+1
* cc: Parameterize the main thread task runnerskyostil@chromium.org2014-07-181-1/+1
* cc: Fixed unittests that counted the number of tree activations.alokp@chromium.org2014-06-271-2/+11
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-13/+0
* Update source frame number even when commits abortenne@chromium.org2014-06-031-1/+4
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-151-8/+0
* cc: Throttle swaps in Scheduler instead of OutputSurfacebrianderson@chromium.org2014-04-181-2/+0
* Remove old texture path in TextureLayerpiman@chromium.org2014-04-101-720/+12
* Re-land "cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTe...nick@chromium.org2014-04-031-121/+200
* Revert 261380 "cc: Remove TextureLayer::SetTextureId and Texture..."nick@chromium.org2014-04-031-200/+121
* cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTexturepiman@chromium.org2014-04-031-121/+200
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-2/+3
* cc: Allow pepper to avoid DCHECK but reuse gpu::Mailbox.danakj@chromium.org2014-03-071-0/+27
* 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