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

Issue 14113033: Landing https://codereview.chromium.org/13842017 for jun.a.jiang@intel.com: Add OES_texture_half_fl… (Closed)

Created:
7 years, 8 months ago by Ken Russell (switch to Gerrit)
Modified:
7 years, 8 months ago
CC:
blink-reviews, danakj, jamesr, Stephen Chennney, jeez
Visibility:
Public.

Description

Landing https://codereview.chromium.org/13842017 for jun.a.jiang@intel.com: Add OES_texture_half_float extension support in WebGL. It was firstly prototyped by Nayan Kumar K at https://bugs.webkit.org/show_bug.cgi?id=110936. This new patch refines the float to half-float conversion and adds for support for more formats like RGB, ALPHA, LUMINANCE, and LUMINANCE_ALPHA. BUG=233057 R=kbr@chromium.org TBR=kbr@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149215

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -67 lines) Patch
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-canvas.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-canvas-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-image.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-image-data.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-image-data-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-image-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-video-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
A + LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-half-float.html View 7 chunks +42 lines, -14 lines 0 comments Download
A + LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-canvas.html View 2 chunks +10 lines, -5 lines 0 comments Download
A + LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-image.html View 2 chunks +10 lines, -5 lines 0 comments Download
A + LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-image-data.html View 2 chunks +10 lines, -5 lines 0 comments Download
A + LayoutTests/webgl/resources/webgl_test_files/conformance/extensions/oes-texture-half-float-with-video.html View 2 chunks +10 lines, -5 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContext3D.h View 3 chunks +5 lines, -0 lines 0 comments Download
M Source/core/platform/graphics/GraphicsContext3D.cpp View 11 chunks +326 lines, -6 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Ken Russell (switch to Gerrit)
7 years, 8 months ago (2013-04-26 18:44:16 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r149215 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698