summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* Monitor VideoResourceUpdater reusing destructed resource in Debug mode.xjz2016-03-172-3/+84
* cc: Remove some unnecessary const scoped_refptr&.vmpstr2016-03-162-19/+17
* Remove read lock fence for H/W decoded videosstanisc2016-03-112-2/+12
* Fix a bug in Resource construction from TextureMailboxes.erikchen2016-03-091-1/+2
* Make TextureLayerImplTest comply with secure_output flag.dcastagna2016-03-083-4/+13
* cc: Fix interchange of red and blue content when using ETC1_RGB8_OES texturesradu.velea2016-03-072-13/+19
* Added proper DCHECKs to ensure proper resource provider synchronization.dyen2016-03-013-9/+91
* Enable GPU rasterization with IOSurface targets.ericrk2016-02-292-10/+7
* Use GrGLTextureInfo for Skia texture handles.bsalomon2016-02-271-1/+6
* Revert of gpu: Expose internal format R8 instead of RED. (patchset #8 id:1400...dcastagna2016-02-251-1/+1
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-258-0/+21
* gpu: Expose internal format R8 instead of RED.dcastagna2016-02-241-1/+1
* Added sync token generation for more resources.dyen2016-02-241-16/+34
* Reland Allow one-copy and zero-copy task tile worker pools to use compressed ...auygun2016-02-225-5/+71
* Added methods to generate sync tokens for resource id(s).dyen2016-02-182-3/+41
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-162-9/+16
* Fix resource sync token synchronization issues.dyen2016-02-132-6/+25
* Use CopySubTextureCHROMIUM to avoid reallocating and orphaning texture.tobiasjs2016-02-121-2/+4
* cc: Avoid extra flush calls to Skia GrContextkkinnunen2016-02-122-2/+11
* Added state tracking to better error check resource synchronization.dyen2016-02-122-91/+183
* Mac: Suppress asserts about resources being in useccameron2016-02-103-5/+27
* Reland of Separate out resource mailbox creation and fix synchronization issu...dyen2016-02-094-56/+87
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-098-23/+264
* Revert of Separate out resource mailbox creation and fix synchronization issu...dyen2016-02-064-76/+53
* Update task workers to insert their own fence syncs for synchronization.dyen2016-02-061-1/+10
* Separate out resource mailbox creation and fix synchronization issue.dyen2016-02-054-53/+76
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-058-264/+23
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-058-23/+264
* Disable DCHECK as we investigate why IOSurfaces do not get released.dyen2016-02-041-1/+2
* Provide texture resource immutability hint when allocating resources.tobiasjs2016-02-025-10/+43
* Avoid creating new sync tokens when releasing multi-plane video framesjbauman2016-01-301-1/+1
* Switch cc to std::unordered_*.davidben2016-01-283-11/+12
* cc: narrow ChromeOS perf workaround to ARMdongseong.hwang2016-01-221-4/+4
* Removed OLD_SYNC_POINT sync token namespace.dyen2016-01-211-2/+4
* Removed client side support for old sync points.dyen2016-01-201-16/+0
* Support sharing stream textures between Render and GPU threads in WebView.tobiasjs2016-01-203-12/+152
* Fix memory allocation check in ResourceProviderericrk2016-01-191-1/+15
* Verify returned frames from media::VideoFrame::Wrap*() methodsemircan2016-01-151-32/+41
* Don't dump not-yet-allocated resources.ericrk2016-01-121-19/+28
* Fixed an issue with verifying resource sync tokens.dyen2016-01-121-3/+11
* GpuMemoryBuffers: Add an IsInUse functionccameron2016-01-112-2/+33
* Converted cc and mailbox output surface to use new sync tokens.dyen2016-01-081-3/+10
* Revert of Don't dump not-yet-allocated resources. (patchset #2 id:20001 of ht...lukasza2016-01-081-27/+19
* Don't dump not-yet-allocated resources.ericrk2016-01-071-19/+27
* Verify resource provider sync tokens before sending to parent.dyen2016-01-062-35/+101
* Switch to standard integer types in cc/.avi2015-12-2129-34/+89
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...rbyers2015-12-185-67/+5
* Convert Pass()→std::move() in cc/dcheng2015-12-181-2/+3
* Allow one-copy and zero-copy task tile worker pools to use compressed textures.christiank2015-12-105-5/+67
* Revert of Allow one-copy task tile worker pool to use compressed textures. (p...engedy2015-12-105-67/+5