summaryrefslogtreecommitdiffstats
path: root/cc/resources/prioritized_resource.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-2/+2
* cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON.danakj@chromium.org2014-03-181-4/+5
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-051-1/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-3/+4
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-4/+3
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-3/+4
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-2/+2
* More aggressively evict textures used by the parent compositor.ccameron@chromium.org2013-11-281-2/+2
* cc: Don't check IsLost for PrioritizedResources.danakj@chromium.org2013-10-271-2/+1
* cc: Sort backings in the parent compositor to the back of the list.danakj@chromium.org2013-10-261-2/+6
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-8/+5
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-181-5/+8
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-181-8/+5
* cc: Fix most cpplint errors in cc/enne@chromium.org2013-05-011-6/+5
* cc: Fix build issues for adding ‘chromium_code’: 1 to cc.gyp and cc_tests...danakj@chromium.org2013-03-291-2/+4
* Revert 191400 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."rsleevi@chromium.org2013-03-291-4/+2
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-291-2/+4
* Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..."danakj@chromium.org2013-03-291-4/+2
* cc: Add ‘chromium_code’: 1 to cc.gyp and cc_tests.gypdanakj@chromium.org2013-03-291-2/+4
* cc: Inline simple PrioritizedResource::ResourceId() method.danakj@chromium.org2013-03-231-7/+1
* Chromify prioritized_resource_manager.* and prioritized_resource_unittest.cc.hartmanng@chromium.org2013-03-201-9/+9
* cc: Chromify PrioritizedResourceenne@chromium.org2013-03-201-170/+166
* Part 8 of cc/ directory shuffles: resourcesjamesr@chromium.org2013-03-181-0/+210