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

Issue 12328111: Use glGetStringi to get extensions when available. (Closed)

Created:
7 years, 10 months ago by bsalomon
Modified:
7 years, 9 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Use glGetStringi to get extensions when available. Committed: https://code.google.com/p/skia/source/detail?r=7872

Patch Set 1 #

Patch Set 2 : Use glGetStringi to get extensions when available. #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -174 lines) Patch
M bench/BenchGpuTimer_gl.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M gyp/gpu.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
A include/gpu/gl/GrGLExtensions.h View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
M include/gpu/gl/GrGLFunctions.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/gl/SkGLContext.h View 1 3 chunks +6 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLContextInfo.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLContextInfo.cpp View 1 2 3 4 5 4 chunks +4 lines, -8 lines 0 comments Download
M src/gpu/gl/GrGLCreateNullInterface.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/GrGLDefines.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
A src/gpu/gl/GrGLExtensions.cpp View 1 2 3 4 5 6 7 1 chunk +79 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 1 11 chunks +31 lines, -26 lines 0 comments Download
M src/gpu/gl/GrGLNoOpInterface.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLNoOpInterface.cpp View 1 11 chunks +65 lines, -17 lines 0 comments Download
M src/gpu/gl/GrGLUtil.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGLUtil.cpp View 1 2 3 4 5 3 chunks +0 lines, -24 lines 0 comments Download
M src/gpu/gl/SkGLContext.cpp View 1 5 chunks +11 lines, -13 lines 0 comments Download
M src/gpu/gl/debug/GrGLCreateDebugInterface.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp View 1 13 chunks +21 lines, -19 lines 0 comments Download
M src/gpu/gl/mac/SkNativeGLContext_mac.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp View 1 2 3 4 5 8 chunks +23 lines, -17 lines 0 comments Download
M src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp View 1 10 chunks +23 lines, -20 lines 0 comments Download
M src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp View 1 2 3 4 5 10 chunks +32 lines, -20 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bsalomon
Use glGetStringi to get extensions when available.
7 years, 10 months ago (2013-02-26 19:56:37 UTC) #1
bsalomon
Necessary but not sufficient to use core profiles.
7 years, 9 months ago (2013-02-26 20:30:06 UTC) #2
robertphillips
lgtm + comment/name change suggestions https://codereview.chromium.org/12328111/diff/2006/include/gpu/gl/GrGLExtensions.h File include/gpu/gl/GrGLExtensions.h (right): https://codereview.chromium.org/12328111/diff/2006/include/gpu/gl/GrGLExtensions.h#newcode26 include/gpu/gl/GrGLExtensions.h:26: /** Doesn't it expect ...
7 years, 9 months ago (2013-02-26 21:06:07 UTC) #3
Jvsquare
lgtm + one comment On 2013/02/26 21:06:07, robertphillips wrote: > lgtm + comment/name change suggestions ...
7 years, 9 months ago (2013-02-26 21:32:41 UTC) #4
bsalomon
https://codereview.chromium.org/12328111/diff/2006/include/gpu/gl/GrGLExtensions.h File include/gpu/gl/GrGLExtensions.h (right): https://codereview.chromium.org/12328111/diff/2006/include/gpu/gl/GrGLExtensions.h#newcode26 include/gpu/gl/GrGLExtensions.h:26: /** On 2013/02/26 21:06:07, robertphillips wrote: > Doesn't it ...
7 years, 9 months ago (2013-02-26 21:32:51 UTC) #5
Jvsquare
Let's try that again, shall we...? https://codereview.chromium.org/12328111/diff/2006/src/gpu/gl/GrGLExtensions.cpp File src/gpu/gl/GrGLExtensions.cpp (right): https://codereview.chromium.org/12328111/diff/2006/src/gpu/gl/GrGLExtensions.cpp#newcode41 src/gpu/gl/GrGLExtensions.cpp:41: const char* extensions ...
7 years, 9 months ago (2013-02-26 21:33:38 UTC) #6
bsalomon
https://codereview.chromium.org/12328111/diff/2006/src/gpu/gl/GrGLExtensions.cpp File src/gpu/gl/GrGLExtensions.cpp (right): https://codereview.chromium.org/12328111/diff/2006/src/gpu/gl/GrGLExtensions.cpp#newcode41 src/gpu/gl/GrGLExtensions.cpp:41: const char* extensions = (const char*) getString(GR_GL_EXTENSIONS); On 2013/02/26 ...
7 years, 9 months ago (2013-02-26 21:38:45 UTC) #7
bsalomon
7 years, 9 months ago (2013-02-26 21:46:43 UTC) #8
Message was sent while issue was closed.
Committed manually as r7872 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698