Add GrGLContextInfo
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 10 Feb 2012 20:05:18 +0000 (20:05 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 10 Feb 2012 20:05:18 +0000 (20:05 +0000)
commit89ec61e33daa9cbac200d38f7c5bb8b88046999a
treeb2c86f053b4e466828ae6e241b3d5d7656616188
parente55fd0f188a2b0b137ddfd9728da58481e2309ef
Add GrGLContextInfo

Review URL: http://codereview.appspot.com/5653060/

git-svn-id: http://skia.googlecode.com/svn/trunk@3162 2bbb7eff-a529-9590-31e7-b0007b416f81
12 files changed:
gyp/gpu.gyp
include/gpu/GrGLInterface.h
src/gpu/GrGLContextInfo.cpp [new file with mode: 0644]
src/gpu/GrGLContextInfo.h [new file with mode: 0644]
src/gpu/GrGLInterface.cpp
src/gpu/GrGpuFactory.cpp
src/gpu/GrGpuGL.cpp
src/gpu/GrGpuGL.h
src/gpu/GrGpuGLShaders.cpp
src/gpu/GrGpuGLShaders.h
src/gpu/SkGLContext.cpp
tests/GLInterfaceValidation.cpp