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

Issue 2429005: Adds tracking of number of unrenderable textures so... (Closed)

Created:
10 years, 6 months ago by greggman
Modified:
9 years, 7 months ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews, apatrick_chromium, Paweł Hajdan Jr.
Visibility:
Public.

Description

Adds tracking of number of unrenderable textures so that we can quickly decide at glDrawXXX time whether or not we have to do more work. TEST=unit tests BUG=42671 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48787

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -75 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 14 chunks +34 lines, -31 lines 1 comment Download
M gpu/command_buffer/service/texture_manager.h View 5 chunks +45 lines, -19 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 3 chunks +60 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 9 chunks +44 lines, -23 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
greggman
10 years, 6 months ago (2010-06-02 18:03:44 UTC) #1
apatrick_chromium
10 years, 6 months ago (2010-06-02 22:20:56 UTC) #2
LGTM

http://codereview.chromium.org/2429005/diff/1/2
File gpu/command_buffer/service/gles2_cmd_decoder.cc (right):

http://codereview.chromium.org/2429005/diff/1/2#newcode993
gpu/command_buffer/service/gles2_cmd_decoder.cc:993: // Returns true of textures
were set.
of -> if

Powered by Google App Engine
This is Rietveld 408576698