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