1. 06d3746 Add fPreferExternalImagesOverES3 to GrContextOptions by Brian Osman · 6 years ago
  2. 4470e34 Avoid calling glGetString(GL_EXTENSIONS) on core profiles by Brian Salomon · 7 years ago
  3. 0090ef6 Don't use gl_FragCoord on legacy Tegra hardware by Chris Dalton · 7 years ago
  4. 8ab1cc4 Make GrGLContext be uniquely owned. by Brian Salomon · 7 years ago
  5. 266ef6d Use clear-as-draw workaround on Ivy Bridge/ANGLE D3D11. by Brian Salomon · 7 years ago
  6. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  7. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  8. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  9. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  10. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  11. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  12. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  13. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  14. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  15. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  16. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  17. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  18. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  19. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  20. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  21. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  22. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  23. 5599996 disable floating point textures if GLSL version is < 330 by joshualitt · 9 years ago
  24. 1acea86 Begin tracking driver info in GrGLContextInfo by cdalton · 9 years ago
  25. 682c269 Store context options on caps. by bsalomon · 9 years ago
  26. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  27. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  28. 424cc26 Remove init from GrGLContextInfo and caps classes by bsalomon · 9 years ago
  29. 1bf714f Revert of Revert of Revert of Remove workaround to for lower glsl support for qualcomm (patchset #1 id:1 of https://codereview.chromium.org/1138013004/) by egdaniel · 9 years ago
  30. b72f920 Revert of Revert of Remove workaround to for lower glsl support for qualcomm (patchset #1 id:1 of https://codereview.chromium.org/1135393003/) by egdaniel · 9 years ago
  31. 0cfe124 Revert of Remove workaround to for lower glsl support for qualcomm (patchset #1 id:1 of https://codereview.chromium.org/1133543004/) by egdaniel · 9 years ago
  32. 9770bdc Remove workaround to for lower glsl support for qualcomm by egdaniel · 9 years ago
  33. 63a9f84 Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://codereview.chromium.org/661603009/) by rmistry · 10 years ago
  34. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  35. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  36. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  37. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  38. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  39. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  40. b1854a8 Make GrGLContextInfo have private ptr to GrGLInterface by commit-bot@chromium.org · 11 years ago
  41. ead86f2 quick fix for r13108 by bsalomon@google.com · 11 years ago
  42. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  43. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  44. 0694ea7 Fix to allow ovals GM to finish on N7 by commit-bot@chromium.org · 11 years ago
  45. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  46. 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
  47. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  48. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  49. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago