summaryrefslogtreecommitdiffstats
path: root/cc/heads_up_display_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Chromify DebugRectHistoryenne@chromium.org2013-03-141-11/+11
* Don't call (soon to be private) SkFontHostreed@google.com2013-03-121-2/+1
* cc: Chromify Layer and LayerImpl classes.danakj@chromium.org2013-03-121-32/+32
* cc: Chromify ResourceProvider.danakj@chromium.org2013-03-071-5/+5
* cc: Refactoring of HudLayer contents and UI polishingegraether@chromium.org2013-03-061-70/+88
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* cc: Add RingBuffer::Iterator to simplify buffer iterationegraether@chromium.org2013-02-201-14/+11
* cc: remove FontAtlasegraether@chromium.org2013-02-131-17/+0
* cc: Switch HudLayer to use skia's font renderingegraether@chromium.org2013-02-081-71/+78
* [cc] Show total budget in HUDnduca@chromium.org2013-02-061-4/+10
* [cc] Show GPU memory usage and overage below FPS counternduca@chromium.org2013-02-021-1/+51
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-0/+16
* cc: add workaround to change text color of the FontAtlasegraether@chromium.org2013-01-231-6/+11
* cc: PaintTimeCounter display on the HudLayer in continuous painting modeegraether@chromium.org2013-01-181-70/+146
* Putting back: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-181-3/+4
* Revert 177288ilevy@chromium.org2013-01-171-4/+3
* cc: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-171-3/+4
* This change makes the timestamp saving functionality of the FrameRateCounter ...egraether@chromium.org2013-01-161-3/+4
* cc: fix HudLayer's RGB ordering on Androidegraether@chromium.org2013-01-151-2/+3
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2013-01-091-1/+7
* cc: Make the HUD allocate a new texture when the current one is in use by the...danakj@chromium.org2013-01-031-2/+3
* Revert "cc: Defer texture allocation (to allow async allocations)."loislo@chromium.org2012-12-201-7/+1
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2012-12-191-1/+7
* Revert r173875 - "cc: Defer texture allocation (to allow async allocations)."mnissler@chromium.org2012-12-191-7/+1
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2012-12-191-1/+7
* Adding support for per vertex opacity on textured layerjscholler@chromium.org2012-12-151-1/+2
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-1/+1
* [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImplnduca@chromium.org2012-12-121-13/+14
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-2/+2
* cc: switch FPS counter graph back to a frame based X axisegraether@chromium.org2012-12-111-6/+5
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-2/+2
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-1/+1
* Revert 171403danakj@chromium.org2012-12-061-1/+1
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-1/+1
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-1/+3
* cc: Fix hudLayer size and paint rects scale for deviceScaleFactor != 1egraether@chromium.org2012-11-301-0/+6
* This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...egraether@chromium.org2012-11-301-11/+5
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-1/+3
* cc: Remove opaque flags from SharedQuadState and DrawQuaddanakj@chromium.org2012-11-171-1/+2
* cc: Move the HUD debug colors into the cc::DebugColors classdanakj@chromium.org2012-11-161-22/+24
* Switched cc::Resource and cc::ScopedResource to Chrome coding style.skaslev@chromium.org2012-11-161-2/+2
* cc: Visualize non-occluding rects in composited layers.danakj@chromium.org2012-11-151-1/+6
* improving UI of FPS counteregraether@chromium.org2012-11-141-29/+73
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Rename Texture class to Resource.reveman@google.com2012-11-081-1/+1
* The FPS counter displays the framerate in the compositor's HUD layer. This ch...egraether@chromium.org2012-11-061-1/+7
* this change improves the following points of the FPS counter:egraether@chromium.org2012-11-051-61/+88
* cc: Avoid using upload term in relation to resources.reveman@chromium.org2012-11-021-1/+1
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-3/+3
* cc: Pass gfx::Size type to FontAtlas drawText() function.tfarina@chromium.org2012-11-011-1/+1