1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  3. 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 13 years ago
  4. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/GrGLDefaultInterface_none.cpp]
  5. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLDefaultInterface_none.cpp]
  6. 3ad3d44 Include GrGLInterface.h instead of forward declaring, since we have to get NULL defined anyway. by bsalomon@google.com · 13 years ago
  7. 30ee1b5 Fix forward decl by bsalomon@google.com · 13 years ago
  8. 15b11df Make GrGpuGL release its resources before GrGLInterface is released. by bsalomon@google.com · 13 years ago
  9. 6fb736f Simplify specification of default interface by bsalomon@google.com · 13 years ago
  10. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  11. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  12. f987d1b 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) by bsalomon@google.com · 13 years ago