1. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  2. 71d9d84 Use temporary FBO for GrGLGpu::onReadPixels. by Brian Salomon · 8 years ago
  3. 29e52f1 Centralize computation of GrRenderTarget & GrTexture VRAM consumption by Robert Phillips · 8 years ago
  4. 7ecc596 Remove SkAutoTDeleteArray by Ben Wagner · 8 years ago
  5. c3f4bf7 Fix memory leak in https://skia-review.googlesource.com/c/4227/ (Back SkSpecialImage_Gpu with a GrTextureProxy) by robertphillips · 8 years ago
  6. e76071c Update vulkan ranges to be 0 to 1 for all z values by Greg Daniel · 8 years ago
  7. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  8. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  9. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  10. c25c5d7 Move memoization of multisample specs id to GrRenderTarget by csmartdalton · 8 years ago
  11. 7cdda99 TEMPORARY: track stencil clip state in GrRenderTargetOpList by csmartdalton · 8 years ago
  12. 8a8668b Remove check of INITIALIZATION_FAILED in qcomm vulkan runs by Greg Daniel · 8 years ago
  13. 9e38047 Add GrNextSizePow2 by Robert Phillips · 8 years ago
  14. 5011f85 Fix bounds updates in vulkan discards by Greg Daniel · 8 years ago
  15. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  16. 3affdc1 Fall back on stencil clip when SW mask fails to allocate by csmartdalton · 8 years ago
  17. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  18. 55e0346 Make addTexture/BufferAccess on GrProcessor non-virtual by Brian Salomon · 8 years ago
  19. 0ea7d43 Blacklist blend equation advanced on Adreno 5xx devices by Greg Daniel · 8 years ago
  20. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  21. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  22. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  23. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  24. 62e7b5f Create GrTextureOpList to support deferred copy batches for textures by Brian Osman · 8 years ago
  25. c7d8533 Add disableStencil method to GrGLGpu by csmartdalton · 8 years ago
  26. 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
  27. 3cfdf6c Fix some Windows warnings by Jim Van Verth · 8 years ago
  28. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  29. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  30. 18b61f9 Remove SK_IGNORE_GL_TEXTURE_TARGET. by Ben Wagner · 8 years ago
  31. 67c7c81 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  32. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  33. 72ae431 New helpers for converting SkColor to GrColor4f by Brian Osman · 8 years ago
  34. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  35. 7c2114f Cache GrColorSpaceXforms by Brian Osman · 8 years ago
  36. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  37. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  38. a29a956 Add SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 8 years ago
  39. 77b53f6 Support inline uploads in Vulkan by Greg Daniel · 8 years ago
  40. 9f532a3 Add helper to create random AsFPArgs for Ganesh unit tests by Brian Osman · 8 years ago
  41. 520ced6 SkDescriptors to be held in unique_ptr. by bungeman · 8 years ago
  42. 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
  43. e8f0a7b Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  44. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  45. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  46. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  47. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  48. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  49. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  50. 8bf4e67 Use legacy color filter API when doing legacy paint conversion by Brian Osman · 8 years ago
  51. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  52. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  53. e5e7eb1 Rework GL fbo blit limitations as finer grained flags. by Brian Salomon · 8 years ago
  54. 00731b4 Capture ES3 MSAA blit restrictions using BlitFramebufferSupport not MSFBOType. by Brian Salomon · 8 years ago
  55. cce3e58 Always use RGBA textures for color font atlases by Brian Osman · 8 years ago
  56. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  57. ad146f6 added SkSL support for mustForceNegatedAtanParamToFloat cap by ethannicholas · 8 years ago
  58. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  59. e54c75f remove SkError by Mike Klein · 8 years ago
  60. eaabe00 Workaround unreachable code warning in GrGLCaps by Brian Salomon · 8 years ago
  61. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  62. fe2965a Fix interface validation in Vulkan. by Greg Daniel · 8 years ago
  63. 7ab96e9 GrTessellator: make inverse fill types more sane. by senorblanco · 8 years ago
  64. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  65. 8c8fcef fix vertex alpha calculation in GrTesselator by lsalzman · 8 years ago
  66. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  67. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  68. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  69. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  70. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  71. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  72. 49df8d1 GrTessellator: refactor Line out of Edge. by senorblanco · 8 years ago
  73. 6ca4882 Reduce geometry size for circles to help fill rate. by jvanverth · 8 years ago
  74. 3786c77 Disable antialiasing on interior of filled RRects that need distance vectors by Robert Phillips · 8 years ago
  75. 79839d4 Add distance values to interior of filled RRects by Robert Phillips · 8 years ago
  76. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  77. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  78. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  79. 9b345e3 Make local coords be highp in default geometry processor by Brian Salomon · 8 years ago
  80. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  81. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  82. ee843b2 Revert of Make GrResourceCache dynamically change between LRU and random replacement strategies. (patchset #8 id:140001 of https://codereview.chromium.org/2321563006/ ) by robertphillips · 8 years ago
  83. 2ebd0c8 Remove option to make GrCoordTransforms apply to device positions. by Brian Salomon · 8 years ago
  84. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  85. 0f147ac Make GrResourceCache dynamically change between LRU and random replacement strategies. by bsalomon · 8 years ago
  86. d368211 Remove unused resolve parameters for vulkan render passes by Greg Daniel · 8 years ago
  87. 0d9dfe9 Supply random dst color space to asFP in unit tests by Brian Osman · 8 years ago
  88. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  89. e2f732f Start supplying random color space xforms to FP tests by Brian Osman · 8 years ago
  90. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  91. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  92. a224bb7 Avoid unnecessary GrShape->SkPath conversion in GrStencilAndCoverPathRenderer by bsalomon · 8 years ago
  93. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  94. c68d4aa Helper functions to do SkColor -> GrColor4f by Brian Osman · 8 years ago
  95. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  96. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  97. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  98. a9c3c6a Recent image filter work now allows this check to be enabled. by brianosman · 8 years ago
  99. f8d2c8d Latest ANGLE as of September 27, 2016 by brianosman · 8 years ago
  100. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago