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

Issue 2076143003: Integers can now be passed as uniforms (Closed)

Created:
4 years, 6 months ago by fmenozzi
Modified:
4 years, 6 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Integers can now be passed as uniforms; needed for passing color count to fragment shader BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2076143003 Committed: https://skia.googlesource.com/skia/+/cc3a22b369e1a60fa2acf2987f2934baf7c4b198 Committed: https://skia.googlesource.com/skia/+/497e9e2b3668fd8bc7fab16326e93c5cc6f0c287

Patch Set 1 #

Patch Set 2 : Add integer uniforms to Vulkan backend #

Patch Set 3 : Fix namespace/parameter name bug #

Total comments: 3

Patch Set 4 : Remove assert, unnecessary header include #

Total comments: 1

Patch Set 5 : Remove unnecessary assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M src/gpu/gl/GrGLProgramDataManager.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLProgramDataManager.cpp View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/gpu/glsl/GrGLSLProgramDataManager.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/vk/GrVkPipelineStateDataManager.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/vk/GrVkPipelineStateDataManager.cpp View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
fmenozzi
PTAL
4 years, 6 months ago (2016-06-17 21:16:24 UTC) #4
tomhudson
lgtm
4 years, 6 months ago (2016-06-18 16:14:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076143003/1
4 years, 6 months ago (2016-06-18 16:14:28 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/cc3a22b369e1a60fa2acf2987f2934baf7c4b198
4 years, 6 months ago (2016-06-18 16:32:04 UTC) #9
egdaniel
On 2016/06/18 16:32:04, commit-bot: I haz the power wrote: > Committed patchset #1 (id:1) as ...
4 years, 6 months ago (2016-06-18 21:17:58 UTC) #10
Brian Osman
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2080133002/ by brianosman@google.com. ...
4 years, 6 months ago (2016-06-20 00:48:00 UTC) #11
fmenozzi
PTAL Added integer uniforms to Vulkan as well
4 years, 6 months ago (2016-06-20 15:17:46 UTC) #14
tomhudson
I don't understand why we'd tell Federico to land an SkASSERT(false)? https://codereview.chromium.org/2076143003/diff/40001/src/gpu/vk/GrVkPipelineStateDataManager.cpp File src/gpu/vk/GrVkPipelineStateDataManager.cpp (right): ...
4 years, 6 months ago (2016-06-20 15:22:17 UTC) #15
egdaniel
https://codereview.chromium.org/2076143003/diff/40001/src/gpu/vk/GrVkPipelineStateDataManager.cpp File src/gpu/vk/GrVkPipelineStateDataManager.cpp (right): https://codereview.chromium.org/2076143003/diff/40001/src/gpu/vk/GrVkPipelineStateDataManager.cpp#newcode59 src/gpu/vk/GrVkPipelineStateDataManager.cpp:59: SkASSERT(false); oh sorry wire's got crossed. Since I've mentioned ...
4 years, 6 months ago (2016-06-20 16:21:49 UTC) #16
fmenozzi
Remove unnecessary assert and header include
4 years, 6 months ago (2016-06-20 16:54:48 UTC) #17
tomhudson
lgtm
4 years, 6 months ago (2016-06-20 16:56:28 UTC) #18
bsalomon
lgtm if the Vulkan part lgt egdaniel@, https://codereview.chromium.org/2076143003/diff/60001/src/gpu/vk/GrVkPipelineStateDataManager.cpp File src/gpu/vk/GrVkPipelineStateDataManager.cpp (right): https://codereview.chromium.org/2076143003/diff/60001/src/gpu/vk/GrVkPipelineStateDataManager.cpp#newcode62 src/gpu/vk/GrVkPipelineStateDataManager.cpp:62: SkASSERT(sizeof(int32_t) == ...
4 years, 6 months ago (2016-06-21 13:40:21 UTC) #19
egdaniel
lgtm
4 years, 6 months ago (2016-06-21 13:42:00 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076143003/80001
4 years, 6 months ago (2016-06-21 13:46:28 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybot/builds/4260)
4 years, 6 months ago (2016-06-21 14:05:45 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076143003/80001
4 years, 6 months ago (2016-06-21 16:33:54 UTC) #27
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 16:42:16 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/497e9e2b3668fd8bc7fab16326e93c5cc6f0c287

Powered by Google App Engine
This is Rietveld 408576698