summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* cc: Use ApplyImageFilter for all filters in GLRendererajuma@chromium.org2013-10-093-529/+15
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-099-40/+130
* CC: WeakPtrFactory should be the last member.dmichael@chromium.org2013-10-082-7/+8
* cc: Delete RenderSurface caching.alokp@chromium.org2013-10-016-53/+9
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-271-1/+1
* Remove LTH test dependency on surface caching.alokp@chromium.org2013-09-264-0/+13
* Add support for converting cc::FilterOperations into an SkImageFilterajuma@chromium.org2013-09-2611-39/+325
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-252-9/+9
* Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""ben@chromium.org2013-09-231-1/+1
* cc: Fix comment in ContextProvider header.danakj@chromium.org2013-09-231-1/+1
* Revert 224725 "Fix compilation and ui_unittests with float trans..."sky@chromium.org2013-09-232-9/+9
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-232-9/+9
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-215-42/+61
* Revert 224496 "Move ui/base/latency_info* to ui/events"ben@chromium.org2013-09-201-1/+1
* Move ui/base/latency_info* to ui/eventsben@chromium.org2013-09-201-1/+1
* cc: Don't discard framebuffer when using partial swapspiman@chromium.org2013-09-207-40/+236
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-197-75/+99
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-187-99/+75
* Add memory manager for software compositor frontbuffers.jbauman@chromium.org2013-09-184-13/+17
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-187-75/+99
* Fix copy_rect calculation in CopyCurrentRendererPassToBitmap().miu@chromium.org2013-09-172-14/+4
* cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.danakj@chromium.org2013-09-175-28/+48
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-1/+1
* Connect OutputSurface buffer management and document SoftwareOutputDevicerjkroege@chromium.org2013-09-143-1/+79
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-143-11/+15
* Move context labelling logic out to ContextProvidersjamesr@chromium.org2013-09-133-29/+0
* cc: Invalidate appropriate FBO attachment for offscreen renderingskyostil@chromium.org2013-09-113-5/+44
* cc: Drop ContextProvider references on the impl thread before quittingdanakj@chromium.org2013-09-103-42/+32
* cc: Tell the LayerTreeHost that the filter context is needed.danakj@chromium.org2013-09-101-0/+1
* Sets the mapped memory reclaim limit for the renderer compositor on Android. ...kaanb@chromium.org2013-09-102-1/+5
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-0914-220/+239
* cc: Fix precision loss causing AA quadsenne@chromium.org2013-09-072-20/+19
* Allow NOLINT to skip the std::abs PRESUBMIT check.shawnsingh@chromium.org2013-09-061-1/+1
* [cc] Allow resources and ui resources to specify wrap modeccameron@chromium.org2013-09-054-4/+14
* cc: Invalidate framebuffer contents when clearingskyostil@chromium.org2013-09-054-13/+32
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-0510-17/+88
* cc: Adopt new skia object when it's created to avoid memory leak.danakj@chromium.org2013-09-041-2/+3
* cc: Use map_image with delegating renderer if LayerTreeSettings allow.danakj@chromium.org2013-09-041-1/+2
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-302-3/+6
* Pass the quad's rect (contents_rect) origin to skia image filters as an offse...senorblanco@chromium.org2013-08-291-0/+7
* Optimize alpha software PictureDrawQuads.aelias@chromium.org2013-08-292-21/+86
* Pass context capabilities via cc::ContextProvider instead of gl stringjamesr@chromium.org2013-08-296-99/+87
* cc: Dont call setMemoryAllocationChangedCallbackCHROMIUM in GLRendererdanakj@chromium.org2013-08-281-1/+0
* cc: Cleanup offscreen context plumbing.danakj@chromium.org2013-08-2810-46/+87
* Don't draw invisible portions of quads in software renderer.jbauman@chromium.org2013-08-273-25/+168
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-2/+2
* cc: Remove unnecessary "default" cases from switch statements.reveman@chromium.org2013-08-273-9/+34
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-264-9/+10
* [cc] Fix async readback querysievers@chromium.org2013-08-221-2/+2
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-204-7/+35