1. 794cdb2 make enabling LOWP stages simpler by Mike Klein · 7 years ago
  2. e252f08 Add hint to SkSurface::MakeRenderTarget that we will use mips by Greg Daniel · 7 years ago
  3. d99d157 Use SK_SUPPORT_LEGACY_AA_CHOICE to stage some changes by Yuqian Li · 7 years ago
  4. 261b8aa Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"" by Greg Daniel · 7 years ago
  5. 1cb4171 Remove color space xform support from SkSL by Brian Osman · 7 years ago
  6. e25d119 Remove dead SK_SUPPORT_LEGACY_PICTURESHADER_ROUNDING code by Florin Malita · 7 years ago
  7. b350f1c Be considerate of GPUs lacking npot support when testing GrSimpleTextureEffect by Robert Phillips · 7 years ago
  8. 2b2936e Make GrRectBlurEffect use bilerp by Robert Phillips · 7 years ago
  9. f04ff76 translate+scale -> scale+translate by Mike Klein · 7 years ago
  10. 955ed3d start on lowp shaders by Mike Klein · 7 years ago
  11. 329d504 remove off64_t in SkHeifCodec by Mike Klein · 7 years ago
  12. 328a33f Use uint16_t instead of SkIPoint16 when clipping texCoords for text. by Jim Van Verth · 7 years ago
  13. 36f182f add SkStubHeifDecoderAPI.h by Mike Klein · 7 years ago
  14. 6d6d603 make matrix serialization private by Cary Clark · 7 years ago
  15. fe3e858 Add clamped/unclamped xform to GrColorSpaceXform by Brian Osman · 7 years ago
  16. dbfecd0 Re-land unit test for clear bug (w/ AMD work-arounds) by Robert Phillips · 7 years ago
  17. 9480d82 make skmatrix getmapproc private by Cary Clark · 7 years ago
  18. b68defa Fix ASAN issue with clipped text. by Jim Van Verth · 7 years ago
  19. 58c3cce Clip text geometrically when possible. by Jim Van Verth · 7 years ago
  20. d43f7b6 Simplify GrGradientEffect color handling by Brian Osman · 7 years ago
  21. a4aa133 Remove color space xform from alpha threshold FP by Brian Osman · 7 years ago
  22. 5f379a8 Avoid 2PtConical gradient flipping by Florin Malita · 7 years ago
  23. 7477d96 Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator" by Greg Daniel · 7 years ago
  24. b8ad00b Support creation/use of mipped proxy in GrBackendTextureImageGenerator by Greg Daniel · 7 years ago
  25. 32a0a63 speculative fix for Android roll by Mike Klein · 7 years ago
  26. 0341f16 replace gInited with SkOnce by Mike Klein · 7 years ago
  27. eac0301 fix mapRect to always return the same as rectStaysRect by Mike Reed · 7 years ago
  28. 7a0248f Compute inverse gamma table at compile time. by Ben Wagner · 7 years ago
  29. 62cbb67 Fix dirty rect used when updating GrRenderTarget after clearing as draw in GrGLGpu. by Brian Salomon · 7 years ago
  30. b6ab10f Move SkCodec::Origin into its own file by Leon Scroggins III · 7 years ago
  31. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  32. 29ebe7a SkPDF: TextSize > 0; by Hal Canary · 7 years ago
  33. 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 7 years ago
  34. 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 7 years ago
  35. 0cc4824 Reland the combined 3 pass image blur with a fix to the bounds calculation by Herb Derby · 7 years ago
  36. 85f8536 Feed seed_shader() iota through a context pointer. by Mike Klein · 7 years ago
  37. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  38. b437913 rename (x,y) to (dx,dy) by Mike Klein · 7 years ago
  39. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  40. bd2c653e Convert several effects to use color space xform FP by Brian Osman · 7 years ago
  41. c4f93ca Add GrColorSpaceXformEffect by Brian Osman · 7 years ago
  42. 43938b8 add fuzzer timeout escape by Cary Clark · 7 years ago
  43. 43f8bf0 Move clear-as-draw workaround to GrGLGpu and expose via GrContextOptions. by Brian Salomon · 7 years ago
  44. 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
  45. 59f8f15 Revert "Use combined three pass code for image blur." by Herb Derby · 7 years ago
  46. e148bf7 fix for SkSL lexer crash on non-ASCII input by Ethan Nicholas · 7 years ago
  47. c24f5a3 Fix left shift ASAN problem by Yuqian Li · 7 years ago
  48. 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
  49. d4faecd set SkJumper_kMaxStride to 16 by Mike Klein · 7 years ago
  50. a2ac30d Enable CCPR for volatile paths by Chris Dalton · 7 years ago
  51. 152f51d Remove unused variable by Benjamin Kramer · 7 years ago
  52. 4379869 Revert[4] "apply codec origin in generator" by Mike Reed · 7 years ago
  53. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  54. 8580d51 Add sk_InstanceID by Chris Dalton · 7 years ago
  55. d80870f fix typo by Cary Clark · 7 years ago
  56. d4a0fc7 Use combined three pass code for image blur. by Herb Derby · 7 years ago
  57. dd34014 Revert "Revert "Revert "apply codec origin in generator""" by Mike Reed · 7 years ago
  58. 7bbbf62 Fix GrContext::writePixels bug by Robert Phillips · 7 years ago
  59. fdde34e Remove precision from GrGLSLVaryingHandler by Chris Dalton · 7 years ago
  60. 09eeefb Remove uses of sk_sp when passing around GrVkPipelineState by Greg Daniel · 7 years ago
  61. 6a3dbee Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  62. cc7a2f6 CCPR: Blacklist all of Intel except on Mac by Chris Dalton · 7 years ago
  63. 82269ab Revert "Revert "apply codec origin in generator"" by Mike Reed · 7 years ago
  64. 363dd98 Revert "apply codec origin in generator" by Ben Wagner · 7 years ago
  65. d49e946 Remove unnecessary includes of GrColorSpaceXform.h by Brian Osman · 7 years ago
  66. fa15877 apply codec origin in generator by Mike Reed · 7 years ago
  67. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  68. 1bd76c4 Cleanup references to AHardwareBuffer to match NDK declarations. by Derek Sollenberger · 7 years ago
  69. 8239946 converted GrRectBlurEffect to SkSL by Ethan Nicholas · 7 years ago
  70. d982d05 regenerated SkSL files to fix CheckGeneratedFiles by Ethan Nicholas · 7 years ago
  71. 71ff4b9 remove unused SkMatrix setIDiv by Cary Clark · 7 years ago
  72. d6365e5 Revert "Refactor CCPR coverage shaders for a vertex impl" by Eric Boren · 7 years ago
  73. e501033 Refactor CCPR coverage shaders for a vertex impl by Chris Dalton · 7 years ago
  74. 5b6e627 SkSL workaround for appendf 1024 byte restriction by Ethan Nicholas · 7 years ago
  75. 3727136 Implemenet onStealBackendTexture in GrMtlTexture by Brian Salomon · 7 years ago
  76. ce4a389 remove dead code -- older than min picture version by Mike Reed · 7 years ago
  77. d40b3b0 Make SkTypeface::Style and FromOldStyle private. by Ben Wagner · 7 years ago
  78. 2563ff9 Add support for allocating mips inside of ColorSpaceXormImageGenerator by Greg Daniel · 7 years ago
  79. 3bd0fec remove dead code for getSize, getSafeSize, etc. by Mike Reed · 7 years ago
  80. ea878b9 Back out new SkColorSpaceXform pipeline. by Mike Klein · 7 years ago
  81. f0cb7a0 Revert "move SkMatrix anonymous affine enum to private" by Mike Reed · 7 years ago
  82. 914a36b MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  83. 708ec81 move SkMatrix anonymous affine enum to private by Cary Clark · 7 years ago
  84. 2e67dea Handle coverage for hairline lines with sub pixel lengths correctly on GPU by Greg Daniel · 7 years ago
  85. a65f2f0 check unpremul scale directly against infinity by Mike Klein · 7 years ago
  86. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  87. 18e5cbb Fix Metal build by Greg Daniel · 7 years ago
  88. 0fc4d2d Use enum to track MipMapsStatus throughout Texture creation by Greg Daniel · 7 years ago
  89. 5124593 Fix assert in GrSmallPathRenderer tickled by GLProgramsTest by Jim Van Verth · 7 years ago
  90. 1ba5b6b Plumb more SkPaintFilterCanvas virtuals by Florin Malita · 7 years ago
  91. 20d479c abort SkRRect::transform() before dst->scaleRadii() asserts by Mike Klein · 7 years ago
  92. 5698c8a Batch better in GrSmallPathRenderer and add perspective support. by Jim Van Verth · 7 years ago
  93. 7f9b215 Force all Intel GPUs to use draws instead of clears on Macs by Robert Phillips · 7 years ago
  94. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 7 years ago
  95. c9472af SkSL FPs now support child processors, converted ArithmeticFP to SkSL by Ethan Nicholas · 7 years ago
  96. f88c12e Add api for passing mipped hint into ImageGenerator onGenerateTexture by Greg Daniel · 7 years ago
  97. 3758c75 remove dead code for returning 0 on overflow by Mike Reed · 7 years ago
  98. 4815db5 removed dead code behind legacy fontmgr api flag by Mike Reed · 7 years ago
  99. b89c883 keep SkRSXforms aligned in SkLiteDL by Mike Klein · 7 years ago
  100. 5eb1528 Add mulHi to SkNx by Herb Derby · 7 years ago