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

Issue 1812223002: added support for glMinSampleShading (Closed)

Created:
4 years, 9 months ago by ethannicholas
Modified:
4 years, 9 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

Patch Set 1 #

Patch Set 2 : rebased #

Patch Set 3 : rebased #

Patch Set 4 : workaround for Linux issue #

Patch Set 5 : removed accidentally-readded GrGLNoOpInterface #

Patch Set 6 : fixed screwup that happened during previous rebase #

Patch Set 7 : renamed minSampleShading to sampleShading #

Patch Set 8 : added Vulkan support per Greg #

Patch Set 9 : updated for Jim's change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -6 lines) Patch
M include/gpu/GrCaps.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M include/gpu/gl/GrGLFunctions.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/GrCaps.cpp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrGeometryProcessor.h View 1 2 3 4 5 6 3 chunks +16 lines, -1 line 0 comments Download
M src/gpu/GrPrimitiveProcessor.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLAssembleInterface.cpp View 1 2 chunks +8 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLDefines.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLGpu.h View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 2 3 4 5 6 7 8 2 chunks +15 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 1 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLTestInterface.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLTestInterface.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/vk/GrVkCaps.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/vk/GrVkPipeline.cpp View 1 2 3 4 5 6 7 3 chunks +8 lines, -4 lines 0 comments Download
M src/views/mac/SkNSView.mm View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 53 (27 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/20001
4 years, 9 months ago (2016-03-18 16:59:28 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/60001
4 years, 9 months ago (2016-03-18 18:11:08 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-18 18:23:45 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/80001
4 years, 9 months ago (2016-03-22 18:16:29 UTC) #11
commit-bot: I haz the power
Dry run: 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/2325)
4 years, 9 months ago (2016-03-22 18:34:38 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/100001
4 years, 9 months ago (2016-03-23 19:04:41 UTC) #15
ethannicholas
Prerequisite for the new MSAA renderer. For some reason I'm having issues with glMinSampleShading on ...
4 years, 9 months ago (2016-03-23 19:14:12 UTC) #17
egdaniel
high level thought before diving into any of this, where's vulkan?
4 years, 9 months ago (2016-03-23 19:46:28 UTC) #18
ethannicholas
On 2016/03/23 19:46:28, egdaniel wrote: > high level thought before diving into any of this, ...
4 years, 9 months ago (2016-03-23 19:47:30 UTC) #19
egdaniel
On 2016/03/23 19:47:30, ethannicholas wrote: > On 2016/03/23 19:46:28, egdaniel wrote: > > high level ...
4 years, 9 months ago (2016-03-23 19:58:35 UTC) #20
bsalomon
I'm wondering if we want to expose this (at the Gr level) as simply a ...
4 years, 9 months ago (2016-03-23 19:58:37 UTC) #21
ethannicholas
On 2016/03/23 19:58:37, bsalomon wrote: > I'm wondering if we want to expose this (at ...
4 years, 9 months ago (2016-03-23 20:00:25 UTC) #22
bsalomon
So Brian, Greg, and I spent a while digging through the various GL extensions and ...
4 years, 9 months ago (2016-03-23 21:15:34 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/140001
4 years, 9 months ago (2016-03-24 14:47:55 UTC) #27
commit-bot: I haz the power
Dry run: 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/2402)
4 years, 9 months ago (2016-03-24 15:03:44 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/160001
4 years, 9 months ago (2016-03-24 15:28:11 UTC) #32
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 15:40:54 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/180001
4 years, 9 months ago (2016-03-24 16:38:44 UTC) #36
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 16:56:19 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/220001
4 years, 9 months ago (2016-03-24 18:59:33 UTC) #41
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-24 19:16:58 UTC) #43
ethannicholas
This has the (compiling, but otherwise untested) Vulkan changes, plus the rename of minSampleShading to ...
4 years, 9 months ago (2016-03-24 20:41:01 UTC) #44
egdaniel
Generally the vulkan stuff all looks fine with me. However, Jim is landing a change, ...
4 years, 9 months ago (2016-03-24 22:20:05 UTC) #45
bsalomon
lgtm modulo Greg's comment re Jim's change.
4 years, 9 months ago (2016-03-25 15:40:40 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812223002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812223002/280001
4 years, 9 months ago (2016-03-25 16:05:22 UTC) #51
commit-bot: I haz the power
4 years, 9 months ago (2016-03-25 16:26:07 UTC) #53
Message was sent while issue was closed.
Committed patchset #9 (id:280001) as
https://skia.googlesource.com/skia/+/28ef445d2e55ada7a45fd74e9248b4f22b16e061

Powered by Google App Engine
This is Rietveld 408576698