summaryrefslogtreecommitdiffstats
path: root/cc/resources/resource_provider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-181-25/+109
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-181-109/+25
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-091-25/+109
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-091-109/+25
* Change switches::kContentImageTextureTarget to a list of image texture targetsjie.a.chen2015-08-071-26/+59
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-071-25/+106
* cc: Use worker context for one-copy tile initialization.reveman2015-08-061-106/+25
* cc: Remove TextureUploader.danakj2015-06-191-67/+0
* cc: Propagate read lock fences constraints to parent compositors.dcastagna2015-06-171-0/+184
* cc: Fix lost context handling when using native GpuMemoryBuffers.reveman2015-06-121-9/+15
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-101-49/+0
* cc: Partial tile update for one-copy raster.danakj2015-05-291-204/+79
* cc: Add partial copy support to one-copy tile task worker pool.reveman2015-05-261-1/+1
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-128/+109
* Cleanup: Simplify some checks in tests.thestig2015-05-111-5/+5
* Pass ResourceIdSet into ResourceProvider::DeclareUsedResourceFromChild.jbauman2015-04-181-30/+74
* Remove ResourceProvider::RESOURCE_TYPE_INVALIDboliu2015-04-141-6/+0
* Don't create sync points when returning resources from Display to browser com...jbauman2015-04-141-0/+30
* Remove DeferredInitialize from ccboliu2015-04-111-53/+0
* Don't create sync points when sending resources from browser compositor to Di...jbauman2015-04-111-3/+84
* cc: Make ResourceProvider use bindless Produce/ConsumeTextureCHROMIUMsohan.jyoti2015-03-051-53/+56
* Fix Enum Style Throughout CC.ericrk2015-02-201-123/+121
* cc: Stop using TextureUploader for UIResources, HUD, and tests.danakj2015-02-191-31/+50
* cc: Add threaded GPU rasterization.vmiura2015-02-141-1/+1
* Convert TextureMailbox to use SharedBitmap instead of SharedMemory.jbauman2014-12-111-34/+29
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-66/+133
* cc: Make one-copy tiledongseong.hwang2014-11-201-0/+4
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-2/+2
* cc: Move GpuMemoryBuffer allocation to worker threads.reveman2014-10-271-4/+4
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* cc: turn on distance field text on animated layershendrikw2014-10-221-54/+27
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-32/+30
* cc: Replace > > with >>danakj2014-10-161-1/+1
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-48/+36
* cc: Add ScopedWriteLock classes for raster to GpuMemoryBuffer or using Ganesh.reveman2014-10-081-30/+33
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-12/+12
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-54/+52
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-52/+54
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-54/+52
* cc: Add BitmapRasterWorkerPool.reveman2014-09-241-146/+10
* cc: Move RasterBuffer implementations from ResourceProvider to RasterWorkerPo...reveman2014-09-181-57/+55
* cc: Return a NullCanvas instead of NULL in context lost situations.reveman2014-09-171-2/+1
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-041-99/+286
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang2014-08-271-18/+74
* cc: Do bitmap conversion for RasterBuffer in the worker thread.auygun2014-08-261-35/+43
* cc: Use a normal texture for background texture.dongseong.hwang@intel.com2014-08-211-96/+140
* Early wait on texture resource sync points in gl_renderer.vmiura@chromium.org2014-08-161-2/+120
* Plumb allow_overlay flag to parent compositor.alexst@chromium.org2014-08-071-0/+51
* cc: Allow DeferredInitialize to use DelegatingRendererboliu@chromium.org2014-05-221-2/+4
* Add flag to enable rendering of text using signed distance fields.jvanverth@google.com2014-05-071-26/+35