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

Issue 3396017: Revert 60236 - Fix WebGL getParameter bug in command buffer. ... (Closed)

Created:
10 years, 3 months ago by Andrew T Wilson (Slow)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Revert 60236 - Fix WebGL getParameter bug in command buffer. GetHelper was turning all getParameter return values into integers, even if they should have been floats. By returning false in GetHelper, it lets the individual DoGet(Float,Boolean,Integer)v functions skip this behavior and return the real value directly. BUG=51331 TEST=LayoutTests/fast/canvas/webgl/gl-get-calls.html R=apatrick,gman Patch by Adrienne Walker (enne@chromium.org) Originally reviewed at http://codereview.chromium.org/3023042 Review URL: http://codereview.chromium.org/3402026 TBR=darin@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60247

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Andrew T Wilson (Slow)
10 years, 3 months ago (2010-09-23 00:39:50 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698