Page MenuHomePhabricator

Bug 1495977 - Use one layer per region in the texture cache.
AbandonedPublic

Authored by bholley on Nov 4 2018, 11:27 PM.

Details

Reviewers
gw
Bugzilla Bug ID
1495977
Summary

This simplifies code, and gives us more flexibility around sizing the
shared texture caches (since we can effectively grow/shrink it by units
of 1MB rather than 16MB).

Diff Detail

Repository
rMOZILLACENTRAL mozilla-central
Branch
HEAD
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

bholley created this revision.Nov 4 2018, 11:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2018, 11:27 PM
phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".Nov 4 2018, 11:27 PM
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: Restricted Project.
bholley requested review of this revision.Nov 4 2018, 11:27 PM
gw requested changes to this revision.Nov 6 2018, 9:01 PM
gw added inline comments.
gfx/webrender/src/texture_cache.rs
1037

nit: extra parentheses

This revision now requires changes to proceed.Nov 6 2018, 9:01 PM
bholley abandoned this revision.Nov 9 2018, 5:22 PM