1. 566a3f1 update mesa version mapping to GL version by commit-bot@chromium.org · 11 years ago
  2. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  3. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  4. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  5. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  6. 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
  7. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  8. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 12 years ago
  9. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 12 years ago
  10. 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 12 years ago
  11. c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 12 years ago
  12. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 12 years ago
  13. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 12 years ago
  14. 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
  15. 960d114 Get correct GLVersion for Mesa to avoid GrContext creation failure by bsalomon@google.com · 12 years ago
  16. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  17. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 12 years ago
  18. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  19. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 0b1e481 Add vendor to context info. by bsalomon@google.com · 12 years ago
  21. 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
  22. 845eafd show meaningful GL error strings during debugging by bsalomon@google.com · 13 years ago
  23. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  24. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 13 years ago
  25. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  26. 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]
  27. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 13 years ago
  28. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrGLUtil.cpp]
  29. 4fdfcbe Fix gl error debug print. by bsalomon@google.com · 13 years ago
  30. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 14 years ago
  31. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 14 years ago
  32. d5d1049 Only define debugging GL globals when the code paths are enabled by bsalomon@google.com · 14 years ago
  33. 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
  34. 0f31ca7 by twiz@google.com · 14 years ago
  35. 59a190b by twiz@google.com · 14 years ago
  36. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 14 years ago
  37. 3723a48 Clean up geterror / log macros and globals for debugging. disable geterror in chrome by default. by bsalomon@google.com · 14 years ago
  38. 1962832 Fix warnings on linux build (strict aliasing, cons init order, vars used only in asserts) by bsalomon@google.com · 14 years ago
  39. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  40. bf858b7 update chrome-specific glconfig (should make versions of this for mac/win/linux) by reed@google.com · 14 years ago
  41. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago