1. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  2. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  3. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  4. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  5. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  6. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  7. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  8. 546eb5c Initialize glGen* call id args to zero by kkinnunen · 9 years ago
  9. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  12. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  13. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  14. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  15. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  16. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  17. 87a773c Remove high ref count tracker from GrFakeRefObj by bsalomon · 9 years ago
  18. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  19. 2575f31 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) by tomhudson · 9 years ago
  20. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  21. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  22. d803f27 Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #17 id:320001 of https://codereview.chromium.org/949263002/) by egdaniel · 9 years ago
  23. 160f24c Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  24. 5cd020f Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #16 id:300001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  25. dc963b9 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  26. 1e0bf7e Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/949263002/) by bsalomon · 9 years ago
  27. 6ba6fa1 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  28. 73165bd Revert of Improve tracking of bound FBOs in GrGLGpu. (patchset #10 id:180001 of https://codereview.chromium.org/949263002/) by robertphillips · 9 years ago
  29. 0b70b86 Improve tracking of bound FBOs in GrGLGpu. by bsalomon · 9 years ago
  30. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  31. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  32. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  33. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  34. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  35. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  36. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  37. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  38. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  39. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  40. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  41. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  42. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  43. 24e7b9f Fix warning by commit-bot@chromium.org · 10 years ago
  44. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  45. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  46. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  47. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  48. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  49. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  50. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  51. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  52. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 10 years ago
  53. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  54. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  55. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  56. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  57. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  58. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  59. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  60. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  61. ae6b777 Fix build breakages due to r10148 by robertphillips@google.com · 11 years ago
  62. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  63. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  64. 1308f6e Remove assertion in debug GL impl that stencil buffers are deleted after FBOs to which they are bound. by commit-bot@chromium.org · 11 years ago
  65. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  66. 31975cf Update debug GL backend to match r8633 by robertphillips@google.com · 11 years ago
  67. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  68. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 11 years ago
  69. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 11 years ago
  70. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  71. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  72. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  73. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  74. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  75. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 11 years ago
  76. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  77. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  78. 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
  79. 622a170 Fixed minor memory leaks by robertphillips@google.com · 12 years ago
  80. ebde3e0 Fixed over-length lines in GrGLCreateDebugInterface.cpp by robertphillips@google.com · 12 years ago
  81. 409566a Removed cached copy of the GrDebugGLInterface by robertphillips@google.com · 12 years ago
  82. c345c42 Add strings to debug/null interfaces glGetString by bsalomon@google.com · 12 years ago
  83. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  84. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  85. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  86. d32369e Added knowledge of GL_RED textures to debugGLReadPixels by robertphillips@google.com · 12 years ago
  87. 8137fcf Fix some EOLs, mark files with the LF property. by bsalomon@google.com · 12 years ago
  88. 4debcac Debug Windows compiler complaint fixes by robertphillips@google.com · 12 years ago
  89. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 12 years ago
  90. ec05eaa Bumped num stages to 4 in preparation for AA clipping by robertphillips@google.com · 12 years ago
  91. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  92. 0dd84a3 Minor code cleanup of Debug GL Interface by robertphillips@google.com · 12 years ago
  93. 670ff9a Fixed uninitialized memory issue on Linux when running "gm --debuggl" by robertphillips@google.com · 12 years ago
  94. dd743fe Initial split up of Debug Interface into separate files by robertphillips@google.com · 12 years ago
  95. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 12 years ago