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

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

Created:
10 years, 4 months ago by enne_
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
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

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

Messages

Total messages: 4 (0 generated)
greggman
LGTM
10 years, 3 months ago (2010-09-07 21:54:41 UTC) #1
apatrick_chromium
LGTM
10 years, 3 months ago (2010-09-07 22:19:47 UTC) #2
enne_
Thank you! :) Unfortunately, I'm not a committer yet. Would one of you mind doing ...
10 years, 3 months ago (2010-09-07 22:30:48 UTC) #3
darin (slow to review)
10 years, 3 months ago (2010-09-22 23:45:56 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698