1. f10ecb7 Add Apple renderer strings to PowerVR detection by jvanverth · 9 years ago
  2. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  3. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  6. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  7. 1acea86 Begin tracking driver info in GrGLContextInfo by cdalton · 9 years ago
  8. a8fcea0 Limit clear as draw workaround to Adreno 3xx. by bsalomon · 10 years ago
  9. 63b2196 Workaround for PowerVR clear issue. by bsalomon · 10 years ago
  10. a6ca5a0 Detect Mesa OpenGL ES by derekf · 10 years ago
  11. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  12. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  13. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  14. 4682170 Test removal of mesa specific version parse by joshualitt · 10 years ago
  15. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  16. e83b9b7 Remove SkDEBUGFAILs that are problematic for Chromium by commit-bot@chromium.org · 10 years ago
  17. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  18. 54318d3 Bug Fix for Intel atan on gpu sweep gradient by commit-bot@chromium.org · 11 years ago
  19. 6dee875 Add workaround for Xoom crashing after discard removed from shader. by commit-bot@chromium.org · 11 years ago
  20. 566a3f1 update mesa version mapping to GL version by commit-bot@chromium.org · 11 years ago
  21. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  22. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  23. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  24. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  25. 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
  26. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  27. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  28. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 11 years ago
  29. 3323c4d Revert "Changed rules about sized internal formats on GLES3." by bsalomon@google.com · 11 years ago
  30. c0b9b20 Changed rules about sized internal formats on GLES3. by commit-bot@chromium.org · 11 years ago
  31. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  32. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  33. 459104c Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA or GL_RED. by commit-bot@chromium.org · 11 years ago
  34. 960d114 Get correct GLVersion for Mesa to avoid GrContext creation failure by bsalomon@google.com · 11 years ago
  35. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  36. 3012ded Enable cpu-array dynamic vertex data on SGX. by bsalomon@google.com · 12 years ago
  37. 96966a5 Use CPU arrays for dynamic indices/vertices on ARM GPUs. by bsalomon@google.com · 12 years ago
  38. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. 0b1e481 Add vendor to context info. by bsalomon@google.com · 12 years ago
  40. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  41. 845eafd show meaningful GL error strings during debugging by bsalomon@google.com · 12 years ago
  42. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  43. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  44. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  45. 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]
  46. 7107fa7 Add support for GL_EXT_unpack_subimage by bsalomon@google.com · 13 years ago
  47. 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]
  48. 4fdfcbe Fix gl error debug print. by bsalomon@google.com · 13 years ago
  49. 0b77d68 Make GrGLInterface a per-GrContext refcounted object rather than a global by bsalomon@google.com · 13 years ago
  50. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  51. d5d1049 Only define debugging GL globals when the code paths are enabled by bsalomon@google.com · 13 years ago
  52. 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
  53. 0f31ca7 by twiz@google.com · 13 years ago
  54. 59a190b by twiz@google.com · 13 years ago
  55. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 14 years ago
  56. 3723a48 Clean up geterror / log macros and globals for debugging. disable geterror in chrome by default. by bsalomon@google.com · 14 years ago
  57. 1962832 Fix warnings on linux build (strict aliasing, cons init order, vars used only in asserts) by bsalomon@google.com · 14 years ago
  58. c921843 fixes for some warnings: by reed@google.com · 14 years ago
  59. bf858b7 update chrome-specific glconfig (should make versions of this for mac/win/linux) by reed@google.com · 14 years ago
  60. 42ab7ea Cleanup including of GL headers and provide way to include custom headers, extension getter. by bsalomon@google.com · 14 years ago