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

Issue 1669853002: Improve GLSL integer support (Closed)

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

Description

Improve GLSL integer support - Adds shader types for uint. - Adds a cap for integer support. - Uses glVertexAttribIPointer for integer attribs. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1669853002 Committed: https://skia.googlesource.com/skia/+/3a2caf8ecf38124f4ad21a0f6c4dabfcfa17911a Committed: https://skia.googlesource.com/skia/+/793dc26ca6ba2543bf50e5215b858d1c265af50c

Patch Set 1 #

Patch Set 2 : MSAN fix #

Total comments: 1

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -72 lines) Patch
M include/gpu/GrCaps.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M include/gpu/GrTypesPriv.h View 13 chunks +41 lines, -9 lines 0 comments Download
M include/gpu/gl/GrGLFunctions.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrCaps.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLAssembleInterface.cpp View 2 chunks +8 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCreateNullInterface.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLNoOpInterface.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLNoOpInterface.cpp View 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLVertexArray.h View 3 chunks +8 lines, -41 lines 0 comments Download
M src/gpu/gl/GrGLVertexArray.cpp View 1 2 chunks +46 lines, -13 lines 0 comments Download
M src/gpu/gl/SkNullGLContext.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/debug/GrGLCreateDebugInterface.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/glsl/GrGLSL.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (13 generated)
Chris Dalton
This is actually a framework change for the instanced stuff as well as a bugfix. ...
4 years, 10 months ago (2016-02-04 20:30:46 UTC) #3
bsalomon
lgtm
4 years, 10 months ago (2016-02-05 22:19:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669853002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669853002/1
4 years, 10 months ago (2016-02-05 22:21:22 UTC) #6
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_TIMED_OUT, no build URL)
4 years, 10 months ago (2016-02-06 00:21:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669853002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669853002/1
4 years, 10 months ago (2016-02-06 00:22:11 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/3a2caf8ecf38124f4ad21a0f6c4dabfcfa17911a
4 years, 10 months ago (2016-02-06 00:26:38 UTC) #12
dcheng
This patch is causing errors on the MSAN bots. Example failure: EnlargedTextureWithAlphaThresholdFilter.GL (run #4): [ ...
4 years, 10 months ago (2016-02-06 16:41:04 UTC) #14
dcheng
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1674813004/ by dcheng@chromium.org. ...
4 years, 10 months ago (2016-02-06 16:41:19 UTC) #15
Chris Dalton
Ugh. I deleted an extra line. Glad the bots caught it. Can I rerun the ...
4 years, 10 months ago (2016-02-07 22:57:37 UTC) #17
dcheng
On 2016/02/07 at 22:57:37, cdalton wrote: > Ugh. I deleted an extra line. Glad the ...
4 years, 10 months ago (2016-02-07 23:08:42 UTC) #18
Chris Dalton
On 2016/02/07 23:08:42, dcheng wrote: > On 2016/02/07 at 22:57:37, cdalton wrote: > > Ugh. ...
4 years, 10 months ago (2016-02-08 00:54:01 UTC) #19
mtklein
> Can I rerun the MSAN bots from here? (I'm bringing up MSAN bots for ...
4 years, 10 months ago (2016-02-08 01:01:32 UTC) #20
bsalomon
lgtm if you want to reland.
4 years, 10 months ago (2016-02-08 02:41:35 UTC) #21
Chris Dalton
One question in a comment. https://codereview.chromium.org/1669853002/diff/20001/src/gpu/gl/GrGLVertexArray.h File src/gpu/gl/GrGLVertexArray.h (left): https://codereview.chromium.org/1669853002/diff/20001/src/gpu/gl/GrGLVertexArray.h#oldcode35 src/gpu/gl/GrGLVertexArray.h:35: {4, GR_GL_INT, false}, // ...
4 years, 10 months ago (2016-02-08 16:46:59 UTC) #22
ethannicholas
On 2016/02/08 16:46:59, Chris Dalton wrote: > One question in a comment. > > https://codereview.chromium.org/1669853002/diff/20001/src/gpu/gl/GrGLVertexArray.h ...
4 years, 10 months ago (2016-02-08 17:15:49 UTC) #23
Chris Dalton
On 2016/02/08 17:15:49, ethannicholas wrote: > On 2016/02/08 16:46:59, Chris Dalton wrote: > > One ...
4 years, 10 months ago (2016-02-08 17:21:02 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669853002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669853002/20001
4 years, 10 months ago (2016-02-08 17:21:20 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-Arm7-Debug-iOS-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-Arm7-Debug-iOS-Trybot/builds/71)
4 years, 10 months ago (2016-02-08 17:22:06 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1669853002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1669853002/40001
4 years, 10 months ago (2016-02-08 17:46:21 UTC) #31
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 18:11:50 UTC) #33
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/793dc26ca6ba2543bf50e5215b858d1c265af50c

Powered by Google App Engine
This is Rietveld 408576698