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

Issue 3402026: Fix WebGL getParameter bug in command buffer. ... (Closed)

Created:
10 years, 3 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60236

Patch Set 1 #

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

Powered by Google App Engine
This is Rietveld 408576698