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

Issue 671643005: Enable anti-alias in WebGL if only GL_EXT_multisampled_render_to_texture is supported. (Closed)

Created:
6 years, 1 month ago by johnson.lin
Modified:
6 years, 1 month ago
CC:
blink-reviews, Rik, pdr+graphicswatchlist_chromium.org, bajones, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Enable anti-alias in WebGL if only GL_EXT_multisampled_render_to_texture is supported. BUG=429559 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184901

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix coding style #

Total comments: 1

Patch Set 3 : fix type error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
johnson.lin
GL_EXT_multisampled_render_to_texture is an extension to support anti-alias in OpenGLES2.0. It was disabled. This CL is ...
6 years, 1 month ago (2014-10-30 04:48:50 UTC) #2
Raymond Toy
Sorry, I'm not qualified to review this. I don't know anything about this code.
6 years, 1 month ago (2014-10-30 17:00:36 UTC) #3
Julien - ping for review
Please don't add all the OWNERS in platform/ to a review. Most of us have ...
6 years, 1 month ago (2014-10-31 17:25:58 UTC) #6
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/671643005/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/671643005/diff/1/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode98 Source/platform/graphics/gpu/DrawingBuffer.cpp:98: || extensionsUtil->supportsExtension("GL_EXT_multisampled_render_to_texture")) The code in DrawingBuffer::initialize already checks for ...
6 years, 1 month ago (2014-10-31 23:23:42 UTC) #7
johnson.lin
@Ken Russell Yes, the patch is to support device which only support GL_EXT_multisampled_render_to_texture In my ...
6 years, 1 month ago (2014-11-03 01:15:08 UTC) #8
johnson.lin
I have file a bug https://code.google.com/p/chromium/issues/detail?id=429559&thanks=429559&ts=1414977756
6 years, 1 month ago (2014-11-03 01:23:43 UTC) #9
Ken Russell (switch to Gerrit)
Thanks for filing the bug. I updated your CL. Please follow this pattern in the ...
6 years, 1 month ago (2014-11-03 22:47:52 UTC) #10
johnson.lin
Thanks will update code
6 years, 1 month ago (2014-11-04 00:53:37 UTC) #11
Ken Russell (switch to Gerrit)
Thanks. LGTM
6 years, 1 month ago (2014-11-04 01:16:00 UTC) #12
johnson.lin
@Ken Russell, Will you commit it, thanks
6 years, 1 month ago (2014-11-04 01:49:20 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/671643005/20001
6 years, 1 month ago (2014-11-05 00:07:20 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_chromium_gn_rel/builds/15741)
6 years, 1 month ago (2014-11-05 00:14:30 UTC) #21
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/671643005/diff/20001/Source/platform/graphics/gpu/DrawingBuffer.cpp File Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/671643005/diff/20001/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode105 Source/platform/graphics/gpu/DrawingBuffer.cpp:105: extensionsUtil->ensureExtensionEnabled("GL_EXT_multisampled_render_to_texture"); This isn't syntactially correct. Please don't upload code ...
6 years, 1 month ago (2014-11-05 01:36:10 UTC) #22
johnson.lin
@Ken Russell The patch was moved from Crosswalk project, and there was type error This ...
6 years, 1 month ago (2014-11-05 01:59:35 UTC) #23
Ken Russell (switch to Gerrit)
On 2014/11/05 01:59:35, johnson.lin wrote: > @Ken Russell > The patch was moved from Crosswalk ...
6 years, 1 month ago (2014-11-06 07:21:55 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/671643005/40001
6 years, 1 month ago (2014-11-06 07:22:14 UTC) #26
commit-bot: I haz the power
6 years, 1 month ago (2014-11-06 09:02:02 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184901

Powered by Google App Engine
This is Rietveld 408576698