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

Issue 1812323002: Make the debug interface a GrGLTestInterface subclass. (Closed)

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

Description

Make the debug interface a GrGLTestInterface subclass. The debug interface subsumes the GrDebugGL singleton which allows multiple instances. Fixes a few issues that existed before this CL (pack alignment wasn't tracked or respected, and we weren't initializing a texture id to 0 in one GM). Apparently this is not currently run on the bots. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1812323002 Committed: https://skia.googlesource.com/skia/+/3c481001b16288f604a5279bcb4bf46c5dd2b703

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Patch Set 3 : remove unused member #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1105 lines, -2364 lines) Patch
M gm/rectangletexture.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gyp/gpu.gypi View 2 chunks +0 lines, -4 lines 0 comments Download
M src/gpu/gl/GrGLCreateNullInterface.cpp View 4 chunks +10 lines, -15 lines 0 comments Download
D src/gpu/gl/GrGLNoOpInterface.h View 1 chunk +0 lines, -411 lines 0 comments Download
D src/gpu/gl/GrGLNoOpInterface.cpp View 1 chunk +0 lines, -703 lines 0 comments Download
D src/gpu/gl/debug/GrDebugGL.h View 1 chunk +0 lines, -167 lines 0 comments Download
D src/gpu/gl/debug/GrDebugGL.cpp View 1 chunk +0 lines, -213 lines 0 comments Download
M src/gpu/gl/debug/GrGLCreateDebugInterface.cpp View 1 2 1 chunk +1093 lines, -849 lines 0 comments Download
M src/gpu/gl/debug/GrTextureUnitObj.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (8 generated)
bsalomon
This is a whole lot of copy pasta, search and replace, and some manual cleanup. ...
4 years, 9 months ago (2016-03-18 21:36:19 UTC) #3
robertphillips
rs lgtm https://codereview.chromium.org/1812323002/diff/1/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp File src/gpu/gl/debug/GrGLCreateDebugInterface.cpp (right): https://codereview.chromium.org/1812323002/diff/1/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp#newcode26 src/gpu/gl/debug/GrGLCreateDebugInterface.cpp:26: // Helper macro to make creating an ...
4 years, 9 months ago (2016-03-21 14:52:40 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812323002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812323002/20001
4 years, 9 months ago (2016-03-21 15:31:46 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/1327)
4 years, 9 months ago (2016-03-21 15:33:35 UTC) #9
bsalomon
https://codereview.chromium.org/1812323002/diff/1/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp File src/gpu/gl/debug/GrGLCreateDebugInterface.cpp (right): https://codereview.chromium.org/1812323002/diff/1/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp#newcode26 src/gpu/gl/debug/GrGLCreateDebugInterface.cpp:26: // Helper macro to make creating an object (where ...
4 years, 9 months ago (2016-03-21 15:42:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1812323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1812323002/40001
4 years, 9 months ago (2016-03-21 15:49:34 UTC) #13
commit-bot: I haz the power
4 years, 9 months ago (2016-03-21 16:04:30 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/3c481001b16288f604a5279bcb4bf46c5dd2b703

Powered by Google App Engine
This is Rietveld 408576698