1. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 12 years ago
  2. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 12 years ago
  3. 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 12 years ago
  4. c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 12 years ago
  5. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 12 years ago
  6. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 12 years ago
  7. 459104c Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA or GL_RED. by commit-bot@chromium.org · 12 years ago
  8. 960d114 Get correct GLVersion for Mesa to avoid GrContext creation failure by bsalomon@google.com · 12 years ago
  9. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  10. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 12 years ago
  11. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  12. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  13. 0b1e481 Add vendor to context info. by bsalomon@google.com · 13 years ago
  14. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  15. 845eafd show meaningful GL error strings during debugging by bsalomon@google.com · 13 years ago
  16. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  17. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
  18. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  19. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/GrGLUtil.cpp]
  20. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 14 years ago
  21. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 14 years ago[Renamed from gpu/src/GrGLUtil.cpp]
  22. 4fdfcbe Fix gl error debug print. by bsalomon@google.com · 14 years ago
  23. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 14 years ago
  24. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  25. d5d1049 Only define debugging GL globals when the code paths are enabled by bsalomon@google.com · 14 years ago
  26. 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 · 14 years ago
  27. 0f31ca7 by twiz@google.com · 14 years ago
  28. 59a190b by twiz@google.com · 14 years ago
  29. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 14 years ago
  30. 3723a48 Clean up geterror / log macros and globals for debugging. disable geterror in chrome by default. by bsalomon@google.com · 14 years ago
  31. 1962832 Fix warnings on linux build (strict aliasing, cons init order, vars used only in asserts) by bsalomon@google.com · 14 years ago
  32. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  33. bf858b7 update chrome-specific glconfig (should make versions of this for mac/win/linux) by reed@google.com · 14 years ago
  34. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago