1. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 5 months ago
  2. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 5 months ago
  3. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 5 months ago
  4. 83c38a8 Allow uniqueKey invalidation messages to reach the thread safe cache by Robert Phillips · 4 years ago
  5. 5d0330e Add scratch msaa attachment creation to GrResourceProvider. by Greg Daniel · 4 years, 1 month ago
  6. 6e17ffe Add customData capability to the thread-safe proxy cache ... by Robert Phillips · 4 years, 1 month ago
  7. 12d06a3 Add plumbing for the GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 4 years, 2 months ago
  8. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
  9. 89c909e Wsign-conversion for public headers by Mike Klein · 4 years, 5 months ago
  10. 34ed73b Make memcmps in GrResourceKey::op== safe. by Brian Salomon · 4 years, 7 months ago
  11. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  12. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 5 years ago
  13. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 5 years ago
  14. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 5 years ago
  15. 80e334d Remove most of GrConfig.h by Brian Salomon · 5 years ago
  16. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  17. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  18. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  19. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  20. b4ba826 Move GrResourceKey.h to include/private. by Brian Salomon · 6 years ago[Renamed (91%) from include/gpu/GrResourceKey.h]
  21. 880979f Fix 64-bit truncate warning by Herb Derby · 6 years ago
  22. 9f7d9a2 Revert "Move some Gr headers from include/gpu to include/private and src/gpu." by Brian Salomon · 6 years ago[Renamed (98%) from include/private/GrResourceKey.h]
  23. 3bdc3f5 Move some Gr headers from include/gpu to include/private and src/gpu. by Brian Salomon · 6 years ago[Renamed (98%) from include/gpu/GrResourceKey.h]
  24. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  25. 9a986cf ccpr: Use SkMessageBus for thread-safe eviction of cache entries by Chris Dalton · 6 years ago
  26. c2d0fb1 include: whitespace changes for clang-format by Hal Canary · 6 years ago
  27. 0790f8a Fix DDL reattachment of uniquely keyed proxies by Robert Phillips · 6 years ago
  28. 086679b Revert "increase Builder's prealloc size after colorspace change" by Brian Osman · 6 years ago
  29. 238069b Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  30. 143cf8e Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext." by Brian Salomon · 6 years ago
  31. f4c5bb9 Make GPU cache invalidation SkMessageBus messages go to one GrContext. by Brian Salomon · 6 years ago
  32. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  33. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  34. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  35. 79aea6a trim #include <new> from SkPostConfig.h by Mike Klein · 6 years ago
  36. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  37. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  38. e53de48 increase Builder's prealloc size after colorspace change by Mike Reed · 8 years ago
  39. 1090da6 Add support for tagging GrUniqueKeys with a debug string by Brian Salomon · 8 years ago
  40. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  41. d9dd428 Modernize and trim down SkOnce. by mtklein · 9 years ago
  42. f0795ab Fix thread-unsafe construction of GrUniqueKey in GR_DEFINE_STATIC_UNIQUE_KEY by bsalomon · 9 years ago
  43. 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  44. bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
  45. 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  46. 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
  47. fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
  48. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  49. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  50. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  51. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  52. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  53. 54b8511 Make GrResourceCache perf less sensitive to key length change by kkinnunen · 9 years ago
  54. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  55. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 10 years ago
  56. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 10 years ago
  57. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  58. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  59. 0aa9479 Use SkAutoSTMalloc in GrResourceKey by bsalomon · 10 years ago
  60. 23e619c Reimplement gpu message bus for invalidated bitmap gen IDs by bsalomon · 10 years ago
  61. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  62. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  63. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  64. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  65. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  66. 3bd12ef Fix wrapped content keys for npot textures. by bsalomon · 10 years ago
  67. e167f96 Fix GPU resource cache related assertions. by bsalomon · 10 years ago
  68. 4dffede Fix self assigment in GrResourceKey by bsalomon · 10 years ago
  69. 1ea1ebc Remove GrBinHashKey by bsalomon · 10 years ago
  70. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  71. 1c60dfe Reland https://codereview.chromium.org/860333002 with fix for test failures. by bsalomon · 10 years ago
  72. 988018c Revert of Make GrScratchKey memory buffer correct size on copy (patchset #1 id:1 of https://codereview.chromium.org/860333002/) by mtklein · 10 years ago
  73. 711ef48 Make GrScratchKey memory buffer correct size on copy by kkinnunen · 10 years ago
  74. 7775c85 Add a simpler key type for scratch resource keys. by bsalomon · 10 years ago
  75. fe369ee Move GrResourceKey static functions from .h to .cpp to fix shared lib builds by bsalomon · 10 years ago
  76. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago