1. f666cbc remove debug gl interface, grcontextfactory context type, and config. by Brian Salomon · 6 years ago
  2. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  3. f06c358 Remove instanced rendering by Brian Salomon · 7 years ago
  4. f44754a Drop support for OSMesa in test tools and remove build bot by Brian Salomon · 7 years ago
  5. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  6. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  7. 2811aa2 Add metal config to tools by Greg Daniel · 7 years ago
  8. cfe910d Revert "Revert "Make mock GrContext unit testable."" by Brian Salomon · 7 years ago
  9. c867a89 Revert "Make mock GrContext unit testable." by Brian Salomon · 7 years ago
  10. 993e7e2 Make mock GrContext unit testable. by Brian Salomon · 7 years ago
  11. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  12. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  13. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  14. cdabbcc Store context type (rather than backend type) in ContextInfo by Robert Phillips · 7 years ago
  15. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  16. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 7 years ago
  17. 9eac2ea Fixes to shared context test API by Brian Osman · 7 years ago
  18. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 7 years ago
  19. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 7 years ago
  20. 60c774d Support shared GL contexts in GrContextFactory by Brian Osman · 7 years ago
  21. e812d49 Rename GrContextFactory::ContextOptions to ContextOverrides by csmartdalton · 7 years ago
  22. 7f9c29a Revert "Remove sentinal GLContext used in early days of Vulkan in our tools" by Brian Salomon · 8 years ago
  23. bfd97c5 Remove sentinal GLContext used in early days of Vulkan in our tools by Greg Daniel · 8 years ago
  24. 2047189 Two (related) changes here: by brianosman · 8 years ago
  25. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  26. 1aeb78c Two (related) changes here: by brianosman · 8 years ago
  27. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 8 years ago
  28. 9db12d2 Two (related) changes here: by brianosman · 8 years ago
  29. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  30. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  31. 7c2213b Revert of Explicit control in tools of ANGLE frontend and backend (patchset #6 id:90001 of https://codereview.chromium.org/2381033002/ ) by bsalomon · 8 years ago
  32. 50094fb Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  33. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  34. 6270e55 Add ContextOptions field to SkCommandLineConfigGpu by csmartdalton · 8 years ago
  35. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  36. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  37. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  38. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  39. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  40. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  41. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  42. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  43. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  44. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  45. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  46. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  47. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  48. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  49. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago[Renamed (90%) from src/gpu/GrContextFactory.h]
  50. 61d3b08 Enable gpusrgb config on bots. by brianosman · 8 years ago
  51. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago[Renamed (90%) from tools/gpu/GrContextFactory.h]
  52. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago[Renamed (90%) from src/gpu/GrContextFactory.h]
  53. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  54. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  55. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  56. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  57. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  58. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  59. 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
  60. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  61. 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
  62. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  63. 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
  64. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  65. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  66. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  67. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  68. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  69. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  70. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  71. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  72. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  73. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  74. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  75. 682c269 Store context options on caps. by bsalomon · 9 years ago
  76. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  77. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  78. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago[Renamed (62%) from include/gpu/GrContextFactory.h]
  79. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  80. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  81. 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
  82. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  83. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  84. b1aded8 Add flag to bench/render pictures by krajcevski · 10 years ago
  85. 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
  86. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  87. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  88. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  89. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  90. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  91. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  92. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  93. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  94. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  95. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  96. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  97. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  98. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 11 years ago
  99. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  100. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago