1. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  2. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  3. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  4. dcfca43 Use GrContextFactories that produce a single GrContext in unit tests. by Brian Salomon · 7 years ago
  5. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  6. 70fb479 Ensure that removing last extension from GrGLExtension doesn't assert. by Vladimir Levin · 7 years ago
  7. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  8. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  9. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 7 years ago
  10. f1729a7 Extract Android FontMgr part of Typeface test. by Ben Wagner · 7 years ago
  11. f44754a Drop support for OSMesa in test tools and remove build bot by Brian Salomon · 7 years ago
  12. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 7 years ago
  13. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 7 years ago
  14. 24e4cc7 disable Android-specific SkTypeface test by Mike Klein · 7 years ago
  15. 66498bc Try 2 for Gauss filter calculation by Herb Derby · 7 years ago
  16. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago
  17. cb6940b DM FontMgr updates by Mike Klein · 7 years ago
  18. 6691807 Revert "Gauss filter calculation" by Herb Derby · 7 years ago
  19. 53ec7dc Gauss filter calculation by Herb Derby · 7 years ago
  20. fc31be4 Harden SkClassifyCubic by Chris Dalton · 7 years ago
  21. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  22. 63bc48d Add MakeCrossContextFromPixmap by Brian Osman · 7 years ago
  23. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  24. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  25. 74f623d make point array methods private by Cary Clark · 7 years ago
  26. 080baa4 Fix dangling pointers when Ganesh culls CCPR Ops early by Chris Dalton · 7 years ago
  27. fddb6c0 Setup CCPR testing with GrMockContext by Chris Dalton · 7 years ago
  28. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  29. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  30. f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
  31. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  32. 65c7f66 Add mip support to GrAHardwareBufferImageGenerator by Greg Daniel · 7 years ago
  33. 0b6a3e4 Revert "Revert "Fix Debian9-Clang build"" by Robert Phillips · 7 years ago
  34. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  35. 03141d2 remove SkThread, using std::thread instead by Mike Klein · 7 years ago
  36. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  37. dd992c4 Revert "Fix Debian9-Clang build" by Robert Phillips · 7 years ago
  38. 08d73a4 Fix Debian9-Clang build by Robert Phillips · 7 years ago
  39. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  40. 7947193 Merge clip rects in GrReducedClip by Chris Dalton · 7 years ago
  41. b87f798 Consistently round fOffset in SkOffsetImageFilter by Fredrik Söderquist · 7 years ago
  42. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  43. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  44. be0bd92 more easy lowp shader stages by Mike Klein · 7 years ago
  45. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  46. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  47. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  48. 6d6d603 make matrix serialization private by Cary Clark · 7 years ago
  49. dbfecd0 Re-land unit test for clear bug (w/ AMD work-arounds) by Robert Phillips · 7 years ago
  50. a8dacf3 Remove unused variables from test by Benjamin Kramer · 7 years ago
  51. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  52. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  53. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  54. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  55. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  56. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  57. 85f8536 Feed seed_shader() iota through a context pointer. by Mike Klein · 7 years ago
  58. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  59. 494cfcd Revert "Remove some blur tests on google3 until the flag is removed." by Mike Klein · 7 years ago
  60. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  61. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  62. 59f8f15 Revert "Use combined three pass code for image blur." by Herb Derby · 7 years ago
  63. a0020f9 Remove some blur tests on google3 until the flag is removed. by Herb Derby · 7 years ago
  64. bcc8e9b Revert "Add unit test for clear bug" by Robert Phillips · 7 years ago
  65. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  66. a2ac30d Enable CCPR for volatile paths by Chris Dalton · 7 years ago
  67. 2fb81c0 Add unit test for clear bug by Robert Phillips · 7 years ago
  68. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  69. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  70. d4a0fc7 Use combined three pass code for image blur. by Herb Derby · 7 years ago
  71. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  72. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  73. f0cb7a0 Revert "move SkMatrix anonymous affine enum to private" by Mike Reed · 7 years ago
  74. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  75. 708ec81 move SkMatrix anonymous affine enum to private by Cary Clark · 7 years ago
  76. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  77. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  78. 0ec0bf0 Return error and exit from loop when there is error in compare bitmap test by nagarajan.n · 7 years ago
  79. b89c883 keep SkRSXforms aligned in SkLiteDL by Mike Klein · 7 years ago
  80. 5eb1528 Add mulHi to SkNx by Herb Derby · 7 years ago
  81. e076223 clone saturating cast code for doubles by Mike Reed · 7 years ago
  82. c5b9498 SkPDF: consolidate two functions in SkPDFObjNumMap by Hal Canary · 7 years ago
  83. 3f98552 Small pathops cleanup. by Ben Wagner · 7 years ago
  84. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  85. 7f56d3d Revert "Revert "Disable GL buffer mapping on TSAN/Mac."" by Brian Salomon · 7 years ago
  86. df071d7 use new computeByteSize api by Mike Reed · 7 years ago
  87. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  88. 4e7cdd5 Revert "Disable GL buffer mapping on TSAN/Mac." by Brian Salomon · 7 years ago
  89. c203e65 Disable GL buffer mapping on TSAN/Mac. by Brian Salomon · 7 years ago
  90. 67ef5d7 Remove SkTypeface::Style use in API. by Ben Wagner · 7 years ago
  91. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  92. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  93. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  94. 1265894 Don't execute onFlush op lists until after GPU data is uploaded by Chris Dalton · 7 years ago
  95. 583dd2b add constexpr to SkRect, SkIRect Make functions by Cary Clark · 7 years ago
  96. b379dcd Sever fOriginalPath connection whenever a GrShape becomes a simple type by Brian Osman · 7 years ago
  97. 5fcd391 Fix path renderer cache test logic to account for other resources by Brian Osman · 7 years ago
  98. fa8c080 Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome by Robert Phillips · 7 years ago
  99. c42b20b Revert "Revert "When flushing, reset flush state before op lists"" by Greg Daniel · 7 years ago
  100. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago