commit | f987d1b2348258970cae675135b6dedda079de48 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 04 17:13:52 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Apr 04 17:13:52 2011 +0000 |
tree | fa09c4a941878660d3a3f57877e0513c106afc0f | |
parent | 65c82f52bea0db35b4422467abeee1e36b25ee05 [diff] [blame] |
Remove dependence on platform GL headers. Remove code that attempts to infer GL function pointers on various platforms. Instead add platform-specific implementations for Windows and Mac. (GLX coming) Review URL: http://codereview.appspot.com/4354048/ git-svn-id: http://skia.googlecode.com/svn/trunk@1045 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrGLIndexBuffer.h b/gpu/include/GrGLIndexBuffer.h index 92aadcf..3565059 100644 --- a/gpu/include/GrGLIndexBuffer.h +++ b/gpu/include/GrGLIndexBuffer.h
@@ -19,7 +19,7 @@ #define GrGLIndexBuffer_DEFINED #include "GrIndexBuffer.h" -#include "GrGLConfig.h" +#include "GrGLInterface.h" class GrGpuGL;