1. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  2. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  3. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  4. 08576e6 Fix error with transforming custom/large glyphs by Jim Van Verth · 8 years ago
  5. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  6. dabc91b Fix flushing of HWAA state relating to mixed samples by csmartdalton · 8 years ago
  7. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  8. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  9. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  10. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  11. d327e8c Add 4.20 as a GLSL output version. by Brian Salomon · 8 years ago
  12. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  13. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  14. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  15. d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
  16. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  17. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  18. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  19. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  20. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  21. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  22. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  23. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  24. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  25. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  26. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  27. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  28. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  29. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  30. 03c9f56 Remove call to getMetrics from GlyphGenerator. by Ben Wagner · 8 years ago
  31. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  32. 68b7a52 Fix fuzzer bug by Robert Phillips · 8 years ago
  33. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  34. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  35. 2c3db32 Fix query for GR_GL_IMPLEMENTATION_COLOR_READ_FORMAT for GrPixelConfigs that aren't renderable by bsalomon · 8 years ago
  36. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  37. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  38. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  39. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  40. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  41. 09557d7 Fix Vulkan command buffer assert on device lost by Jim Van Verth · 8 years ago
  42. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  43. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  44. d6214d4 Further centralize computation of GrSurface VRAM consumption - take 2 by Robert Phillips · 8 years ago
  45. 9c46b68 Revert "Further centralize computation of GrSurface VRAM consumption" by Ben Wagner · 8 years ago
  46. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  47. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  48. ccd3c89 Further centralize computation of GrSurface VRAM consumption by Robert Phillips · 8 years ago
  49. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  50. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  51. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  52. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  53. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  54. c3f4bf7 Fix memory leak in https://skia-review.googlesource.com/c/4227/ (Back SkSpecialImage_Gpu with a GrTextureProxy) by robertphillips · 8 years ago
  55. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  56. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  57. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  58. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  59. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  60. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  61. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  62. 9e38047 Add GrNextSizePow2 by Robert Phillips · 8 years ago
  63. 5011f85 Fix bounds updates in vulkan discards by Greg Daniel · 8 years ago
  64. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  65. 3affdc1 Fall back on stencil clip when SW mask fails to allocate by csmartdalton · 8 years ago
  66. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  67. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  68. 0ea7d43 Blacklist blend equation advanced on Adreno 5xx devices by Greg Daniel · 8 years ago
  69. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  70. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  71. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  72. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  73. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  74. c7d8533 Add disableStencil method to GrGLGpu by csmartdalton · 8 years ago
  75. f93f515 Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ ) by bsalomon · 8 years ago
  76. 3cfdf6c Fix some Windows warnings by Jim Van Verth · 8 years ago
  77. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  78. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  79. 18b61f9 Remove SK_IGNORE_GL_TEXTURE_TARGET. by Ben Wagner · 8 years ago
  80. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  81. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  82. 72ae431 New helpers for converting SkColor to GrColor4f by Brian Osman · 8 years ago
  83. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  84. 7c2114f Cache GrColorSpaceXforms by Brian Osman · 8 years ago
  85. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  86. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  87. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  88. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  89. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  90. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  91. 620ee4f Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ ) by benjaminwagner · 8 years ago
  92. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  93. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  94. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  95. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  96. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  97. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  98. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  99. 8bf4e67 Use legacy color filter API when doing legacy paint conversion by Brian Osman · 8 years ago
  100. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago