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

Issue 12379025: Add support to GrGLInterface for vertex array objects (Closed)

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

Description

Add support to GrGLInterface for vertex array objects Committed: https://code.google.com/p/skia/source/detail?r=7919 Committed: https://code.google.com/p/skia/source/detail?r=7924

Patch Set 1 #

Patch Set 2 : Add support to GrGLInterface for vertex array objects #

Patch Set 3 : Add support to GrGLInterface for vertex array objects #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -128 lines) Patch
M gyp/gpu.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/gpu/gl/GrGLFunctions.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M include/gpu/gl/GrGLInterface.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCreateNullInterface.cpp View 1 5 chunks +4 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLInterface.cpp View 1 1 chunk +20 lines, -0 lines 0 comments Download
M src/gpu/gl/android/GrGLCreateNativeInterface_android.cpp View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp View 1 2 3 5 chunks +9 lines, -5 lines 0 comments Download
M src/gpu/gl/debug/GrDebugGL.h View 1 4 chunks +16 lines, -10 lines 0 comments Download
M src/gpu/gl/debug/GrDebugGL.cpp View 1 2 3 5 chunks +12 lines, -2 lines 0 comments Download
M src/gpu/gl/debug/GrGLCreateDebugInterface.cpp View 1 2 3 10 chunks +39 lines, -17 lines 0 comments Download
A src/gpu/gl/debug/GrVertexArrayObj.h View 1 chunk +21 lines, -0 lines 0 comments Download
M src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp View 1 2 chunks +13 lines, -8 lines 0 comments Download
M src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp View 1 2 4 chunks +97 lines, -84 lines 0 comments Download
M src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
src/gpu/gl/win/GrGLCreateNativeInterface_win.cpp View 1 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
bsalomon
Add support to GrGLInterface for vertex array objects
7 years, 9 months ago (2013-02-28 21:11:19 UTC) #1
bsalomon
Add support to GrGLInterface for vertex array objects
7 years, 9 months ago (2013-02-28 21:35:59 UTC) #2
bsalomon
Just adds the functions pointers.
7 years, 9 months ago (2013-02-28 21:53:39 UTC) #3
robertphillips
lgtm
7 years, 9 months ago (2013-02-28 23:40:54 UTC) #4
bsalomon
Committed patchset #4 manually as r7919 (presubmit successful).
7 years, 9 months ago (2013-03-01 14:37:27 UTC) #5
bsalomon
7 years, 9 months ago (2013-03-01 15:36:09 UTC) #6
Message was sent while issue was closed.
Committed manually as r7924 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698