summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Allow tracing to console everywhere.vollick@chromium.org2013-07-113-20/+0
* cc: Fix incorrect completion of tiles and missing "ready to activate" signal.reveman@chromium.org2013-07-112-3/+40
* cc: Don't make AcquireLayerTextures force a commit.piman@chromium.org2013-07-113-11/+28
* cc: Consider scroll offset in CalcDrawPropertiesenne@chromium.org2013-07-115-12/+22
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* cc: Add missing includes of WebGraphicsMemoryAllocation.htfarina@chromium.org2013-07-113-1/+6
* Implement preservesAxisAlignment on gfx::Transformshawnsingh@chromium.org2013-07-113-12/+9
* Cleanup unused WebExternalTextureLayer APIs and resulting dead code.piman@chromium.org2013-07-1115-337/+7
* add missing headers in cc/*mostynb@opera.com2013-07-114-0/+6
* Reverts r207524. Mapping the same buffer twice causes a freeze on certain dev...kaanb@chromium.org2013-07-111-2/+5
* cc: Make it possible to reset TextureLayer after context lossskyostil@chromium.org2013-07-103-6/+86
* cc: Use correct tile address as tracing idvmpstr@chromium.org2013-07-101-1/+1
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-106-4/+16
* cc: Refactored rasterize benchmark to use timeline model.ernstm@chromium.org2013-07-107-10/+32
* cc: Fix incorrect StateName reporting in PixelBuffer RWP traces.reveman@chromium.org2013-07-101-0/+1
* cc: Remove tile ref counting in tile manager.vmpstr@chromium.org2013-07-1012-180/+217
* Include the source frame number in traces.danakj@chromium.org2013-07-103-4/+9
* cc: Include ContentsOpaque flag in tree dump json output.tfarina@chromium.org2013-07-102-2/+6
* cc: Make sure we check for completed tile uploads after activating pending tree.reveman@chromium.org2013-07-092-2/+14
* DevTools/cc HUD: fix HUD update with threaded compositingcaseq@chromium.org2013-07-093-5/+9
* Callback objects of WebGraphicsContext3D must live longer than WebGraphicsCon...dongseong.hwang@intel.com2013-07-091-0/+6
* cc: Eliminate managed_tile_state dependency on tile_manager.hvmpstr@chromium.org2013-07-084-69/+70
* cc: Make Layer::Update return a boolenne@chromium.org2013-07-0832-105/+152
* This is a small clean-up that reduces raster mode exposure outside of the til...vmpstr@chromium.org2013-07-0811-59/+76
* cc: Forward declare WebGraphicsContext3D when possible.tfarina@chromium.org2013-07-059-27/+15
* Refactored uniform location DCHECKing.skaslev@chromium.org2013-07-042-268/+138
* cc: Fix HudLayer is blurry on high-DPI screensegraether@chromium.org2013-07-045-114/+73
* cc: Don't crash on a GL texture given to TextureLayer when in softwarepiman@chromium.org2013-07-043-37/+92
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-044-3/+27
* Revert 210087 "Minor shaders clean up."skaslev@chromium.org2013-07-041-7/+19
* cc: Fix and simplify DelayBasedTimeSourcebrianderson@chromium.org2013-07-043-64/+38
* cc: Update source_frame_number before tiles get createdernstm@chromium.org2013-07-041-1/+2
* cc: Eliminate tile.h's dependency on tile_manager.hvmpstr@chromium.org2013-07-049-96/+136
* cc: Fix pile->CanRaster DCHECKenne@chromium.org2013-07-041-1/+6
* cc: Allow readbacks from hidden layers.danakj@chromium.org2013-07-0415-41/+628
* Minor shaders clean up.skaslev@chromium.org2013-07-041-19/+7
* cc: Move activation to proactive begin frameboliu@chromium.org2013-07-041-8/+3
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-031-1/+1
* Use factory for creating SkPicture from a stream.scroggo@google.com2013-07-032-38/+36
* cc: Remove LayerTreeHostTestCommitingWithContinuousRedraw test.danakj@chromium.org2013-07-031-31/+0
* Re-land: cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-0323-402/+931
* cc: Remove unused WebKit includes.tfarina@chromium.org2013-07-033-4/+4
* Revert 209912 "cc: Add raster finished signals to RasterWorkerPool."dslomov@chromium.org2013-07-0323-924/+400
* Removed GLRenderer::DrawTextureQuad which has been unused for a while.skaslev@chromium.org2013-07-032-35/+0
* TextureLayer: don't expect a context for mailboxes.piman@chromium.org2013-07-031-6/+3
* cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-0323-400/+924
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-034-27/+3
* cc: Make impl-side painting work with software renderer.reveman@chromium.org2013-07-034-95/+160
* Remove flake from AddAnimationWithTimingFunction testajuma@chromium.org2013-07-031-12/+4
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-034-3/+27