Closed
Bug 989904
Opened 11 years ago
Closed 11 years ago
Remove deprecated textures
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(5 files)
55.88 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
7.92 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
65.28 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
8.07 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
61.32 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Now only thing that uses deprecated textures is ContentHostIncremental, which uses TextureImageDeprecatedTextureHostOGL. All of the other derecated texture types can be removed.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8399282 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8399285 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8399288 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8399289 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8399282 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8399285 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8399288 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8399289 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ba7877352e43
https://hg.mozilla.org/mozilla-central/rev/a89860de832f
https://hg.mozilla.org/mozilla-central/rev/c9ef11097f86
https://hg.mozilla.org/mozilla-central/rev/148af619f72d
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Assignee | ||
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•11 years ago
|
||
Attachment #8400548 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8400548 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Comment 10•11 years ago
|
||
The following changesets are now in Firefox Nightly:
> ba7877352e43 Bug 989904 - Remove deprecated d3d textures. r=mattwoodrow
> a89860de832f Bug 989904 - Remove some of the deprecated gl textures. r=mattwoodrow
> c9ef11097f86 Bug 989904 - Remove some of the deprecated backend-independent textures. r=mattwoodrow
> 148af619f72d Bug 989904 - Remove the deprecated basic textures. r=mattwoodrow
Nightly Build Information:
ID: 20140402030201
Changeset: 4941a2ac0786109b08856738019b016a6c5a66a6
Version: 31.0a1
TBPL: https://tbpl.mozilla.org/?rev=4941a2ac0786
URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central
Download Links:
> Linux x86: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-i686.tar.bz2
> Linux x86_64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64.tar.bz2
> Linux x86_64 ASAN: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64-asan.tar.bz2
> Mac: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.mac.dmg
> Win32: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win32.installer.exe
> Win64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win64-x86_64.installer.exe
Previous Nightly Build Information:
ID: 20140401030203
Changeset: 1417d180a1d8665b1a91b897d1cc4cc31e7980d4
Version: 31.0a1
TBPL: https://tbpl.mozilla.org/?rev=1417d180a1d8
URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-01-03-02-03-mozilla-central
Comment 11•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•