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

Issue 72173002: gpu: Support ES3 msaa and depth/stencil formats (Closed)

Created:
7 years, 1 month ago by no sievers
Modified:
7 years, 1 month ago
CC:
chromium-reviews, piman+watch_chromium.org, bsalomon_chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 10

Patch Set 3 : rebase #

Patch Set 4 : address comments #

Total comments: 2

Patch Set 5 : comment, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -94 lines) Patch
M gpu/command_buffer/service/feature_info.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 8 chunks +31 lines, -17 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 9 chunks +84 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 15 chunks +94 lines, -47 lines 0 comments Download
M gpu/command_buffer/service/test_helper.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 3 3 chunks +15 lines, -16 lines 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gl/generate_bindings.py View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
no sievers
ptal
7 years, 1 month ago (2013-11-14 00:40:22 UTC) #1
Ken Russell (switch to Gerrit)
+piman; I'm not an OWNER of gpu/command_buffer/
7 years, 1 month ago (2013-11-14 01:13:56 UTC) #2
Ken Russell (switch to Gerrit)
+zmo for discussion about the driver bug workaround The code looks good overall. Want to ...
7 years, 1 month ago (2013-11-14 01:18:37 UTC) #3
Zhenyao Mo
https://codereview.chromium.org/72173002/diff/50001/gpu/config/gpu_driver_bug_workaround_type.h File gpu/config/gpu_driver_bug_workaround_type.h (right): https://codereview.chromium.org/72173002/diff/50001/gpu/config/gpu_driver_bug_workaround_type.h#newcode34 gpu/config/gpu_driver_bug_workaround_type.h:34: disable_framebuffer_multisample) \ I think we should combine this and ...
7 years, 1 month ago (2013-11-14 01:38:11 UTC) #4
no sievers
https://codereview.chromium.org/72173002/diff/50001/gpu/config/gpu_driver_bug_workaround_type.h File gpu/config/gpu_driver_bug_workaround_type.h (right): https://codereview.chromium.org/72173002/diff/50001/gpu/config/gpu_driver_bug_workaround_type.h#newcode34 gpu/config/gpu_driver_bug_workaround_type.h:34: disable_framebuffer_multisample) \ On 2013/11/14 01:38:11, Zhenyao Mo wrote: > ...
7 years, 1 month ago (2013-11-14 01:51:27 UTC) #5
Zhenyao Mo
https://codereview.chromium.org/72173002/diff/50001/gpu/command_buffer/service/feature_info.h File gpu/command_buffer/service/feature_info.h (right): https://codereview.chromium.org/72173002/diff/50001/gpu/command_buffer/service/feature_info.h#newcode30 gpu/command_buffer/service/feature_info.h:30: bool core_framebuffer_multisample; Please add a comment to explain this ...
7 years, 1 month ago (2013-11-14 02:04:18 UTC) #6
Sami
https://codereview.chromium.org/72173002/diff/50001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/72173002/diff/50001/gpu/command_buffer/service/feature_info.cc#newcode214 gpu/command_buffer/service/feature_info.cc:214: is_es3 = (lstr.substr(0, 12) == "opengl es 3."); On ...
7 years, 1 month ago (2013-11-14 15:48:53 UTC) #7
no sievers
how's that? https://codereview.chromium.org/72173002/diff/50001/gpu/command_buffer/service/feature_info.h File gpu/command_buffer/service/feature_info.h (right): https://codereview.chromium.org/72173002/diff/50001/gpu/command_buffer/service/feature_info.h#newcode30 gpu/command_buffer/service/feature_info.h:30: bool core_framebuffer_multisample; On 2013/11/14 02:04:20, Zhenyao Mo ...
7 years, 1 month ago (2013-11-15 00:21:35 UTC) #8
Zhenyao Mo
LGTM
7 years, 1 month ago (2013-11-15 00:29:04 UTC) #9
Ken Russell (switch to Gerrit)
lgtm
7 years, 1 month ago (2013-11-15 00:31:08 UTC) #10
Sami
lgtm
7 years, 1 month ago (2013-11-15 14:08:57 UTC) #11
piman
LGTM + 1 nit. https://codereview.chromium.org/72173002/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/72173002/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode410 gpu/command_buffer/service/gles2_cmd_decoder.cc:410: bool AllocateStorage(GLES2DecoderImpl* decoder, nit: kloveless@ ...
7 years, 1 month ago (2013-11-15 16:58:50 UTC) #12
no sievers
https://codereview.chromium.org/72173002/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/72173002/diff/220001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode410 gpu/command_buffer/service/gles2_cmd_decoder.cc:410: bool AllocateStorage(GLES2DecoderImpl* decoder, On 2013/11/15 16:58:50, piman wrote: > ...
7 years, 1 month ago (2013-11-15 19:41:47 UTC) #13
no sievers
Committed patchset #5 manually as r235435 (presubmit successful).
7 years, 1 month ago (2013-11-15 21:46:39 UTC) #14
mtomasz
7 years, 1 month ago (2013-11-21 10:36:40 UTC) #15
Message was sent while issue was closed.
On 2013/11/15 21:46:39, sievers wrote:
> Committed patchset #5 manually as r235435 (presubmit successful).

This patch makes the new Camera app (go/cros-camera) almost 6 times slower on
ARM devices.
FPS decrease from 50 to 9.

Powered by Google App Engine
This is Rietveld 408576698