1. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  2. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  3. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  4. fb3abcd Update GrYUVGenerator to upload to texture vs use writePixels by Greg Daniel · 7 years ago
  5. 7b04631 ccpr: Don't use flat interpolation when it is slow by Chris Dalton · 7 years ago
  6. 7a92639 Disable texture strip atlasing for DDL by Robert Phillips · 7 years ago
  7. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  8. 85ae715 Add new GrContext queries for imagability, surfacability, and max sample count of color types by Brian Salomon · 7 years ago
  9. d653cac More sample count cleanup: by Brian Salomon · 7 years ago
  10. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  11. 7a13705 Fix DDL unit tests by Robert Phillips · 7 years ago
  12. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  13. 130fb3f updated .fp file headers by Ethan Nicholas · 7 years ago
  14. 28eaed2 add gpu impl for shadermaskfilter by Mike Reed · 7 years ago
  15. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  16. 0a375db Have lazy proxies keep their callbacks around and clean up their lambdas in the dtor by Greg Daniel · 7 years ago
  17. f510e26 ccpr: Pack wind into existing varyings by Chris Dalton · 7 years ago
  18. abba998 Fix GrBackendTextureImageGenerator to hold context lock till all proxies are gone by Greg Daniel · 7 years ago
  19. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  20. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  21. 57b0430 Fix mock tex rt gpu mem size by Brian Salomon · 7 years ago
  22. 825d4d7 Revert "Reduce the amount of padding needed for SDFs, take 2" by Jim Van Verth · 7 years ago
  23. 1010530 Reduce the amount of padding needed for SDFs, take 2 by Jim Van Verth · 7 years ago
  24. 598f9ed Revert "Reduce the amount of padding needed for SDFs." by Jim Van Verth · 7 years ago
  25. b42610a Reduce the amount of padding needed for SDFs. by Jim Van Verth · 7 years ago
  26. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  27. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  28. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  29. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  30. 7f1a074 Remove some unused sample count caps by Brian Salomon · 7 years ago
  31. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  32. 9d86f1d Add createTextureProxy function to ProxyProvider that takes an SkImage by Greg Daniel · 7 years ago
  33. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  34. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  35. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 7 years ago
  36. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
  37. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  38. bddcc95 Add return value to doLazyInstantiation to know if it succeedes. by Greg Daniel · 7 years ago
  39. 44804c0 Skip driver workarounds in GrGLCaps::initConfigTable based on GrContextOptions by Brian Salomon · 7 years ago
  40. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  41. 4e69f14 Fix noncoherent advanced blend eq NV workaround by Brian Salomon · 7 years ago
  42. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  43. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  44. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  45. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 7 years ago
  46. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  47. a7701e0 GrTessellator: add a #define for max aa verb count. by Stephen White · 7 years ago
  48. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  49. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 7 years ago
  50. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  51. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 7 years ago
  52. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  53. 2e6feed Fix crash in ~GrContext by Robert Phillips · 7 years ago
  54. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  55. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  56. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  57. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  58. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  59. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  60. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  61. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  62. faca00d ccpr: Unblacklist Mali by Chris Dalton · 7 years ago
  63. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  64. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  65. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  66. 4d12051 Add explicit abandoned flag to the GrProxyProvider by Robert Phillips · 7 years ago
  67. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 7 years ago
  68. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  69. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  70. 0a94e4c ccpr: Blacklist vertex shaders on ANGLE/Skylake by Chris Dalton · 7 years ago
  71. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 7 years ago
  72. cfe83d1 Add more asserts about MSAA render buffers and FBO 0 by Brian Osman · 7 years ago
  73. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  74. a9c8a05 Be more explicit checking for render targets with MSAA render buffers by Brian Osman · 7 years ago
  75. f625860 Fix handling of red support for GalliumLLVM renderer by Robert Phillips · 7 years ago
  76. 9ca2784 Extract a GrCCPathParser class that is decoupled from atlas ops by Chris Dalton · 7 years ago
  77. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  78. d8b01ad Remove old command buffer ES3 tex storage limitation by Brian Salomon · 7 years ago
  79. e609e81 Remove GrGLCaps::fTextureRedSupport by Brian Salomon · 7 years ago
  80. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 7 years ago
  81. fe266c2 use safemath::mull for buffer sizes by Mike Reed · 7 years ago
  82. e201ebc Revert "Remove GrSurfaceProxy::MakeWrapped" by Robert Phillips · 7 years ago
  83. 2ac5868 Remove GrSurfaceProxy::MakeWrapped by Robert Phillips · 7 years ago
  84. 777707b Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy by Robert Phillips · 7 years ago
  85. 9ee5ab7 Disable explicit resource allocation in Ganesh by Robert Phillips · 7 years ago
  86. e728f67 Update to GrBackendTexutreImageGenerator to support lazy texture proxies by Greg Daniel · 7 years ago
  87. c65b65d Support scaled color emojis for SDF fallback by Jim Van Verth · 7 years ago
  88. 94a6ce8 Add ability for lazy proxy callback to free captured resources by Greg Daniel · 7 years ago
  89. 4e6cf91 Add macro to disable using GrTextureOp for AA in Chrome by Brian Salomon · 7 years ago
  90. 6be756b Move resourceProvider accessor to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  91. be46e24 Revert "Move resourceProvider accessor to GrContextPriv" by Hal Canary · 7 years ago
  92. 1f9ed85 Move resourceProvider accessor to GrContextPriv by Robert Phillips · 7 years ago
  93. 20df20c Fix FPs by Robert Phillips · 7 years ago
  94. f9bec20 Fix --preAbandonGpuContext bots by Robert Phillips · 7 years ago
  95. cf3a617 Remove color space restrictions from GrBackendTextureImageGenerator by Brian Osman · 7 years ago
  96. cd3261a Revert "Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord"" by Brian Osman · 7 years ago
  97. 485b8c6 Don't apply coverage aa on image edges when target has msaa. by Brian Salomon · 7 years ago
  98. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  99. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  100. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago