1. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 1 month ago
  2. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 1 month ago
  3. e393901 More *ooprddl GM changes by Robert Phillips · 4 years, 1 month ago
  4. 0f39699 Reland "Make it easier to test rectangle textures by using createBackendTexture." by Brian Salomon · 4 years, 1 month ago
  5. 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 4 years, 1 month ago
  6. 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 4 years, 1 month ago
  7. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 4 months ago
  8. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 4 months ago
  9. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 4 months ago
  10. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 4 years, 4 months ago
  11. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 4 years, 4 months ago
  12. 3fcf83a Fix GrTextureEffect with kRepeat/kRepeat/kBilerp. by Brian Salomon · 4 years, 5 months ago
  13. 03b8ab2 Reland "Create D3D device and queue" by Jim Van Verth · 4 years, 5 months ago
  14. 16656fc Revert "Create D3D device and queue" by Leandro Lovisolo · 4 years, 5 months ago
  15. 29dc430 Create D3D device and queue by Jim Van Verth · 4 years, 5 months ago
  16. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  17. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  18. d696f8e Support GL_ANGLE_texture_rectangle. by Brian Salomon · 5 years ago
  19. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  20. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  21. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  22. 71c0e94 We don't actually use thesee extensions with GLES by Mike Klein · 5 years ago
  23. 16b1efb allow GMs to fail in DM by Mike Klein · 5 years ago
  24. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  25. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  26. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  27. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 5 years ago
  28. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  29. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 5 years ago
  30. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  31. 246bc3d Revert "Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures."" by Brian Salomon · 6 years ago
  32. 47be94a Revert "Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures." by Brian Salomon · 6 years ago
  33. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  34. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  35. 1e04b36 Reland: Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  36. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  37. 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 6 years ago
  38. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  39. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 6 years ago
  40. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 6 years ago
  41. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  42. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  43. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  44. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  45. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  46. f5d8758 Add new SkImage factory to create from GrBackendTexture with SkColorType by Greg Daniel · 7 years ago
  47. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  48. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  49. 0acd795 add helper makeShader for the common Clamp case by Mike Reed · 7 years ago
  50. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  51. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  52. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  53. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  54. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  55. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  56. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  57. 3c48100 Make the debug interface a GrGLTestInterface subclass. by bsalomon · 8 years ago
  58. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  59. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  60. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  61. ce563cd more shader-->sp conversions by reed · 8 years ago
  62. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  63. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago