1. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 9 years ago
  2. bb7b043 isolate sk_sp from larger cl by reed · 9 years ago
  3. e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 9 years ago
  4. eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
  5. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  6. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  7. b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
  8. d5722a4 SkPDF/Test: detailed error messages in PDFDeflateWStreamTest by halcanary · 9 years ago
  9. a705641 Fix createTexture calls in vk tests by egdaniel · 9 years ago
  10. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  11. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  12. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  13. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  14. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  15. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  16. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 9 years ago
  17. 8e9f5e3 SkPDF: fix scalar serialization by halcanary · 9 years ago
  18. d78c088 fix path ops fuzz bug by caryclark · 9 years ago
  19. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  20. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  21. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  22. 55430a6 Update 4f linear gradient selection heuristic by fmalita · 9 years ago
  23. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago
  24. a856e25 Better encapsulation and vector calling convention. by herb · 9 years ago
  25. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 9 years ago
  26. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  27. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  28. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  29. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  30. 03762fe fix race: this kCacheSize is probably not meant to be static by mtklein · 9 years ago
  31. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  32. f5d4746 Fix asserts found in SampleApp and update the tests with additional interesting numbers. by herb · 9 years ago
  33. 3eb4895 Add point spans, but fall back for all cases. by herb · 9 years ago
  34. c5b1228 remove supports4f flag for colorfilters by reed · 9 years ago
  35. cbc5bcc Add GPU-backed SkImage case to ImageFilterCache unit test by robertphillips · 9 years ago
  36. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago
  37. ed54504 Switch to pixmap in API. by herb · 9 years ago
  38. dd9ffea make SkPM4f private by reed · 9 years ago
  39. 3b087f4 Update SkSpecialImage API by robertphillips · 9 years ago
  40. ef0fed3 Remove position from FrontBufferedStream by scroggo · 9 years ago
  41. 8e7b19d add interp path by caryclark · 9 years ago
  42. c5eddd7 Add bilerp filtering. by herb · 9 years ago
  43. e2412d5 Adding direct access to SkMipMap levels. by cblume · 9 years ago
  44. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  45. 82709da Delete KTX tests to fix Android build by msarett · 9 years ago
  46. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  47. feec878 Simplified linear pipeline. by herb · 9 years ago
  48. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 9 years ago
  49. 0cf795f fast sk4f <-> sk4i SSE methods by mtklein · 9 years ago
  50. 048494c clean up more dead code by mtklein · 9 years ago
  51. f60a890 Delete dead code. SkBitmapHasher has not been used since gm. by mtklein · 9 years ago
  52. e8c3497 Change signature of SkSpecialImage::draw to take SkScalars by robertphillips · 9 years ago
  53. b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  54. 9dec5d2 Make SkRWBuffer destruct safely by scroggo · 9 years ago
  55. 829caa2 Delete SkDecodingImageGenerator by msarett · 9 years ago
  56. ddb64c8 new version of SkHalfToFloat_01 by mtklein · 9 years ago
  57. 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
  58. 7ea5e28 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
  59. bed1ed6 Test SkAndroidCodec for more types by scroggo · 9 years ago
  60. 4946b94 Fix scanline decoding of rare RLE bmps by msarett · 9 years ago
  61. 7001576 SkDocument: remove use of SkTArray (part 1/3). by halcanary · 9 years ago
  62. fff055c SkHalfToFloat_01 / SkFloatToHalf_01 by mtklein · 9 years ago
  63. cbefc5e Revert of SkHalfToFloat_01 / SkFloatToHalf_01 (patchset #11 id:200001 of https://codereview.chromium.org/1685133005/ ) by mtklein · 9 years ago
  64. 9ea11a4 SkHalfToFloat_01 / SkFloatToHalf_01 by mtklein · 9 years ago
  65. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  66. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  67. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  68. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  69. 126626e Sk4f: add floor() by mtklein · 9 years ago
  70. c023210 Revert of Sk4f: add floor() (patchset #3 id:40001 of https://codereview.chromium.org/1685773002/ ) by mtklein · 9 years ago
  71. 86c6c49 Sk4f: add floor() by mtklein · 9 years ago
  72. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  73. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  74. e4c0bee sknx refactoring by mtklein · 9 years ago
  75. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 9 years ago
  76. 33ed3ad Relocate anisotropic mipmap logic to SkMipMap::extractLevel() by fmalita · 9 years ago
  77. a525cb1 skeleton for float <-> half optimized procs by mtklein · 9 years ago
  78. 3125565 extend modecolorfilter to 4f by reed · 9 years ago
  79. 629f25a fix float <---> uint16_t conversion, with Mike's tests. by mtklein · 9 years ago
  80. 2afbe23 msan: initialize buffer BlurLargeImage blurs by mtklein · 9 years ago
  81. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  82. 2fba809 Fix memory leaks in SurfaceClear_Gpu test by bsalomon · 9 years ago
  83. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  84. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  85. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 9 years ago
  86. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  87. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago
  88. 7b5e553 Add SkAndroidCodec::getPixels by scroggo · 9 years ago
  89. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  90. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  91. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  92. 2ea6ff7 Fix printfs for Windows and undo speculative test disable by Brian Salomon · 9 years ago
  93. be0fcb1 Speculative fix for windows builders by Brian Salomon · 9 years ago
  94. a64afd6 Disable test that is breaking Android and Windows bots. by Brian Salomon · 9 years ago
  95. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 9 years ago
  96. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  97. 3b7af78 added a default constructor for GrBatchToXPOverrides by ethannicholas · 9 years ago
  98. 975765c fix for GrPorterDuffTest valgrind error by ethannicholas · 9 years ago
  99. 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
  100. 9cd016e allow the caller to specified raster-surface rowbytes. by reed · 9 years ago