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

Issue 359803003: 32 bpp floating point textures (Closed)

Created:
6 years, 5 months ago by joshua.litt
Modified:
6 years, 5 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

32 bpp floating point textures This is VERY preliminary, but it was sufficient for me to get 32 bit floating point textures in a sample app BUG=skia: Committed: https://skia.googlesource.com/skia/+/ee5da55477d1679eaf50b56b6017cbfc07af02a7

Patch Set 1 #

Patch Set 2 : Added unittest #

Patch Set 3 : merge #

Patch Set 4 : small typos #

Patch Set 5 : small typo #

Patch Set 6 : another small typo #

Total comments: 4

Patch Set 7 : feedback addresed #

Patch Set 8 : small typos #

Patch Set 9 : Added check for FP linear filtering #

Total comments: 1

Patch Set 10 : feedback incorporated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -8 lines) Patch
M gyp/tests.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/GrColor.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M include/gpu/GrTypes.h View 1 2 3 4 5 4 chunks +26 lines, -5 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrRenderTarget.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +18 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLDefines.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -1 line 0 comments Download
A tests/FloatingPointTextureTest.cpp View 1 2 3 4 5 6 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
joshua.litt
A very initial patch to add 32 bit floating point textures to GrGpuGL. I am ...
6 years, 5 months ago (2014-06-27 22:58:51 UTC) #1
bsalomon
https://codereview.chromium.org/359803003/diff/90001/src/gpu/GrRenderTarget.cpp File src/gpu/GrRenderTarget.cpp (right): https://codereview.chromium.org/359803003/diff/90001/src/gpu/GrRenderTarget.cpp#newcode71 src/gpu/GrRenderTarget.cpp:71: colorBits = GrBytesPerPixel(fDesc.fConfig) * 8; yikes! https://codereview.chromium.org/359803003/diff/90001/src/gpu/gl/GrGLCaps.cpp File src/gpu/gl/GrGLCaps.cpp ...
6 years, 5 months ago (2014-07-09 14:06:42 UTC) #2
bsalomon
https://codereview.chromium.org/359803003/diff/150001/src/gpu/gl/GrGLCaps.cpp File src/gpu/gl/GrGLCaps.cpp (right): https://codereview.chromium.org/359803003/diff/150001/src/gpu/gl/GrGLCaps.cpp#newcode574 src/gpu/gl/GrGLCaps.cpp:574: ctxInfo.hasExtension("OES_texture_float_linear") && I don't think ES 3.1 has the ...
6 years, 5 months ago (2014-07-11 16:29:59 UTC) #3
joshua.litt
On 2014/07/11 16:29:59, bsalomon wrote: > https://codereview.chromium.org/359803003/diff/150001/src/gpu/gl/GrGLCaps.cpp > File src/gpu/gl/GrGLCaps.cpp (right): > > https://codereview.chromium.org/359803003/diff/150001/src/gpu/gl/GrGLCaps.cpp#newcode574 > ...
6 years, 5 months ago (2014-07-16 16:33:41 UTC) #4
bsalomon
lgtm
6 years, 5 months ago (2014-07-16 17:10:07 UTC) #5
joshua.litt
The CQ bit was checked by joshualitt@chromium.org
6 years, 5 months ago (2014-07-16 17:12:24 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/359803003/160001
6 years, 5 months ago (2014-07-16 17:12:46 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Build-Win7-VS2010-x86-Debug-Trybot on tryserver.skia ...
6 years, 5 months ago (2014-07-16 17:29:15 UTC) #8
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 20:33:05 UTC) #9
Message was sent while issue was closed.
Change committed as ee5da55477d1679eaf50b56b6017cbfc07af02a7

Powered by Google App Engine
This is Rietveld 408576698