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

Issue 174123003: Add hooks for GL_EXT_debug_marker in gpu (Closed)

Created:
6 years, 10 months ago by egdaniel
Modified:
6 years, 10 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add hooks for GL_EXT_debug_marker in gpu BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=13538

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Upload failed. Trying again #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -3 lines) Patch
M include/gpu/gl/GrGLExtensions.h View 1 chunk +5 lines, -0 lines 0 comments Download
M include/gpu/gl/GrGLFunctions.h View 2 chunks +4 lines, -0 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 2 5 chunks +13 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 chunks +20 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 5 chunks +27 lines, -1 line 0 comments Download
M src/gpu/GrDrawTargetCaps.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCreateNullInterface.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLExtensions.cpp View 1 chunk +11 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 1 2 4 chunks +30 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLNoOpInterface.h View 1 chunk +4 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/GrGpuGL.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 2 chunks +17 lines, -2 lines 0 comments Download
M src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp View 2 chunks +12 lines, -0 lines 0 comments Download
M src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
egdaniel
6 years, 10 months ago (2014-02-20 21:46:40 UTC) #1
bsalomon
https://codereview.chromium.org/174123003/diff/1/include/gpu/gl/GrGLInterface.h File include/gpu/gl/GrGLInterface.h (right): https://codereview.chromium.org/174123003/diff/1/include/gpu/gl/GrGLInterface.h#newcode81 include/gpu/gl/GrGLInterface.h:81: const GrGLInterface* GrGLInterfaceAddTestDebugMarker(const GrGLInterface*); I think this might prove ...
6 years, 10 months ago (2014-02-20 22:14:13 UTC) #2
egdaniel
6 years, 10 months ago (2014-02-21 14:28:28 UTC) #3
bsalomon
two minor comments inline https://codereview.chromium.org/174123003/diff/320001/include/gpu/gl/GrGLInterface.h File include/gpu/gl/GrGLInterface.h (right): https://codereview.chromium.org/174123003/diff/320001/include/gpu/gl/GrGLInterface.h#newcode83 include/gpu/gl/GrGLInterface.h:83: GrGLPushGroupMarkerProc fPushGM, fIsForFieldsAKAMembersOfStructsOrClasses https://codereview.chromium.org/174123003/diff/320001/src/gpu/GrDrawTarget.cpp File ...
6 years, 10 months ago (2014-02-21 15:33:01 UTC) #4
egdaniel
Changed names of function for placing markers to be more general and not directly tied ...
6 years, 10 months ago (2014-02-21 16:59:10 UTC) #5
bsalomon
lgtm with two minor comments. https://codereview.chromium.org/174123003/diff/650001/src/gpu/GrGpu.h File src/gpu/GrGpu.h (right): https://codereview.chromium.org/174123003/diff/650001/src/gpu/GrGpu.h#newcode462 src/gpu/GrGpu.h:462: virtual void onInstantGpuTraceEvent(const char* ...
6 years, 10 months ago (2014-02-21 17:03:07 UTC) #6
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 10 months ago (2014-02-21 17:40:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/174123003/780001
6 years, 10 months ago (2014-02-21 17:41:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/174123003/780001
6 years, 10 months ago (2014-02-21 18:24:03 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-21 18:24:09 UTC) #10
commit-bot: I haz the power
Failed to apply patch for include/gpu/gl/GrGLExtensions.h: While running git apply --index -p1; Created missing directory ...
6 years, 10 months ago (2014-02-21 18:24:12 UTC) #11
egdaniel
The CQ bit was checked by egdaniel@google.com
6 years, 10 months ago (2014-02-21 18:30:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/egdaniel@google.com/174123003/780001
6 years, 10 months ago (2014-02-21 18:30:43 UTC) #13
commit-bot: I haz the power
6 years, 10 months ago (2014-02-21 18:45:45 UTC) #14
Message was sent while issue was closed.
Change committed as 13538

Powered by Google App Engine
This is Rietveld 408576698