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

Issue 3150026: Fixes for the default texture.... (Closed)

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

Description

Fixes for the default texture. Since we are simulating non-shared resources on top of shared resources we can't actually let contexts use texture 0 because they are all sharing it. Also, moved the black textures to the texture manager. TEST=unit tests and ran conformance tests BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57214

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+288 lines, -173 lines) Patch
M gpu/command_buffer/service/context_group.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_group_unittest.cc View 1 2 3 3 chunks +4 lines, -59 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 6 chunks +11 lines, -37 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 2 3 4 5 chunks +15 lines, -70 lines 0 comments Download
A gpu/command_buffer/service/test_helper.h View 3 1 chunk +40 lines, -0 lines 0 comments Download
A gpu/command_buffer/service/test_helper.cc View 3 1 chunk +129 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 1 3 chunks +14 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 2 chunks +44 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 1 2 3 5 chunks +18 lines, -0 lines 0 comments Download
M gpu/gpu.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
gman1
10 years, 4 months ago (2010-08-20 23:08:50 UTC) #1
apatrick
10 years, 4 months ago (2010-08-23 18:10:16 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698