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

Issue 8515023: Allow deleted resources to be used (Closed)

Created:
9 years, 1 month ago by greggman
Modified:
9 years, 1 month ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews, apatrick_chromium, Paweł Hajdan Jr.
Visibility:
Public.

Description

Allow deleted resources to be used This is to make the command buffer more OpenGL ES 2.0 spec compliant. Not that to work around bugs in drivers we will likely have to change all or some resources to not actually get deleted until the last reference is freed. That can wait for another CL TEST=unit tests and ran both ES and WebGL conformance tests BUG=102412 R=apatrick@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109612

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -66 lines) Patch
M gpu/command_buffer/service/buffer_manager.h View 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 2 chunks +10 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.cc View 3 chunks +48 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager_unittest.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 22 chunks +110 lines, -43 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 13 chunks +7 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.h View 2 chunks +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager_unittest.cc View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
greggman
Hey Al, please review when you get a chance.
9 years, 1 month ago (2011-11-11 00:47:23 UTC) #1
apatrick_chromium
LGTM
9 years, 1 month ago (2011-11-11 01:00:06 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gman@chromium.org/8515023/1
9 years, 1 month ago (2011-11-11 09:46:24 UTC) #3
commit-bot: I haz the power
9 years, 1 month ago (2011-11-11 10:43:11 UTC) #4
Change committed as 109612

Powered by Google App Engine
This is Rietveld 408576698