Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Issue 1409513002: Support base level in texture manager (Closed)

Created:
5 years, 2 months ago by qiankun
Modified:
5 years ago
Reviewers:
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support base level in texture manager The first level of a texture mipmap in ES3 should be base level other than 0. This CL corrects bad use of 0 in texture manager. BUG=429053 It is fixed in https://codereview.chromium.org/1465993003/ . Close this CL.

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -20 lines) Patch
M gpu/command_buffer/service/texture_manager.cc View 1 16 chunks +27 lines, -20 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
qiankun
5 years ago (2015-11-30 14:42:06 UTC) #1
Description was changed from

==========
Support base level in texture manager

The first level of a texture mipmap in ES3 should be base level other
than 0.  This CL corrects bad use of 0 in texture manager.

BUG=429053
==========

to

==========
Support base level in texture manager

The first level of a texture mipmap in ES3 should be base level other
than 0.  This CL corrects bad use of 0 in texture manager.

BUG=429053

It is fixed in https://codereview.chromium.org/1465993003/ . Close this CL.
==========

Powered by Google App Engine
This is Rietveld 408576698