summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Implement raster worker thread pool using shared queue.reveman@chromium.org2013-03-098-365/+576
* cc: Chromify the OverdrawMetrics class.danakj@chromium.org2013-03-099-374/+440
* cc: Chromify the LayerSorter class.danakj@chromium.org2013-03-094-716/+744
* cc: Call Raster from PicturePileImpl::AnalyzeInRectvmpstr@chromium.org2013-03-093-50/+2
* cc: Chromify the LayerQuad class.danakj@chromium.org2013-03-084-140/+136
* cc: Chromify RenderSurface classes.danakj@chromium.org2013-03-0823-748/+869
* cc: Chromify RenderSurfaceFilters.danakj@chromium.org2013-03-084-368/+378
* cc: Chromify the ScrollbarLayer classesdanakj@chromium.org2013-03-0812-718/+832
* cc: Chromify the DirectRenderer class.danakj@chromium.org2013-03-0810-472/+514
* cc: Chromify cc::Proxy styleenne@chromium.org2013-03-0821-520/+509
* cc: Chromify ResourceUpdateControllerdanakj@chromium.org2013-03-087-298/+292
* cc: Chromify the NinePatchLayer classes.danakj@chromium.org2013-03-087-301/+411
* cc: Chromify PageScaleAnimation class.danakj@chromium.org2013-03-083-221/+253
* cc: Chromify the ImageLayer class.danakj@chromium.org2013-03-082-98/+85
* cc: Chromify DamageTracker class.danakj@chromium.org2013-03-086-410/+474
* cc: Chromify the Renderer class.danakj@chromium.org2013-03-0826-324/+327
* cc: Chromify the SolidColorLayer classes.danakj@chromium.org2013-03-088-84/+80
* cc: Chromify the LayerPainter class.danakj@chromium.org2013-03-087-12/+14
* cc: Consolidate the analysis_canvas operationsvmpstr@chromium.org2013-03-0718-69/+305
* Enable accelerated animations for orphan layersajuma@chromium.org2013-03-075-32/+33
* Revert 186627miu@chromium.org2013-03-073-3/+15
* Allow impl-only animations, and return opacity values via AnimationEvents.wjmaclean@chromium.org2013-03-079-4/+162
* cc: Chromify OcclusionTrackerdanakj@chromium.org2013-03-0711-977/+1243
* cc: Chromify ResourceProvider.danakj@chromium.org2013-03-0735-1668/+1750
* Make NumPlanes() a member of media::VideoFramesheu@chromium.org2013-03-071-20/+2
* Use gpu::Mailbox in IPCs instead of std::stringpiman@chromium.org2013-03-073-15/+3
* Change scroll deltas to floats.aelias@chromium.org2013-03-073-3/+4
* Added missing copyright message.skaslev@chromium.org2013-03-061-0/+1
* cc: Refactoring of HudLayer contents and UI polishingegraether@chromium.org2013-03-067-87/+122
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-065-5/+5
* cc: Don't reset velocity from contents scale changes.danakj@chromium.org2013-03-066-19/+1
* Align physical pixels of scrolled layerswangxianzhu@chromium.org2013-03-063-0/+69
* Provide shared context to Platform API in renderer.danakj@chromium.org2013-03-062-2/+5
* Changed SoftwareOutputDevice interface.skaslev@chromium.org2013-03-0623-117/+222
* Fix DelegatedRendererLayer::drawsContent to correctly take setIsDrawable into...piman@chromium.org2013-03-051-1/+1
* cc: Unused resources should be given back to the child compositordanakj@chromium.org2013-03-053-102/+424
* Revert 186130 - cc: Added antialiasing support for solid color layersbartfab@chromium.org2013-03-055-269/+78
* cc: Added antialiasing support for solid color layersernstm@chromium.org2013-03-055-78/+269
* Add DSF to frame metadata.piman@chromium.org2013-03-053-1/+6
* cc: fix uninitialized field in VideoLayerImpl::FramePlanepiman@chromium.org2013-03-051-1/+1
* cc: Add pixel test result for solid color anti-aliasing.reveman@google.com2013-03-041-0/+0
* Move Mailbox from cc to gpu, and its traits to gpu/ipcpiman@chromium.org2013-03-0410-50/+30
* cc: Make DelegatedRendererLayerImpl::SetRenderPasses() private.danakj@chromium.org2013-03-046-29/+64
* cc: Fix rasterize time not saved in continuous paintingegraether@chromium.org2013-03-042-5/+5
* Fixed performance issues related to doubles and divides in GLRendererwhunt@chromium.org2013-03-041-16/+16
* cc: Moving anti-aliasing decision to parent compositor.ernstm@chromium.org2013-03-0419-127/+108
* Implement "hole" video frame.wonsik@google.com2013-03-041-0/+38
* cc: Don't display invalid frames in the delegated renderer layer.danakj@chromium.org2013-03-042-5/+380
* [cc] Mailbox Output Surface Supportsievers@chromium.org2013-03-039-23/+236
* cc: Move picture cloning to main thread.reveman@chromium.org2013-03-0210-56/+88