1. 7888de0 Fix GrConvexPolyEffect to deal with line paths. by bsalomon · 8 years ago
  2. 5cd0ed3 Delete SkImageDecoder_empty by msarett · 8 years ago
  3. af3b35e Remove GLFW from public.bzl. by benjaminwagner · 8 years ago
  4. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  5. 02b2f19 We meant these to be YES... sigh. by mtklein · 8 years ago
  6. af13277 Change VkPipelineStateCahce to use Hash and LRU LList. by egdaniel · 8 years ago
  7. dec2943 Remove the GrGLInterface callback mechanism. by bsalomon · 8 years ago
  8. e0d62a5 Remove advance[XY]Fixed getters. by benjaminwagner · 8 years ago
  9. c5ec140 Use NV glsl shader compiler for Vulkan by egdaniel · 8 years ago
  10. 2be7e01 SkPDF: PDFDevice::ContentEntry now implemented with SinglyLinkedList by halcanary · 8 years ago
  11. 7fb19bc Add GLFW support for GrGLCreateNativeInterface by abarth · 8 years ago
  12. df801aa Remove SK_IGNORE_MAC_FONT_WEIGHT_FIX. by bungeman · 8 years ago
  13. 090b762 Temporary fix for --preAbandonGpuContext bug by robertphillips · 8 years ago
  14. dfed06f Make SkFixed private. by benjaminwagner · 8 years ago
  15. 8ce5912 Skip toolchain downloads for a few android tools. by rmistry · 8 years ago
  16. c61edcc rm src/ports/SkTime_*.cpp by halcanary · 8 years ago
  17. b8fb993 SkPDF s/SkAutoTDelete/std::unique_ptr/ by halcanary · 8 years ago
  18. e50f3e7 Add WSI functions to GrVkInterface by jvanverth · 8 years ago
  19. 6d37635 Update SKP version by update-skps · 8 years ago
  20. 92271fc Don't crash when resource path is omitted by Brian Salomon · 8 years ago
  21. fdc88b5 rm src/animator/SkTime.cpp by halcanary · 8 years ago
  22. 73557f6 SkPDF: remove margin foolishness by halcanary · 8 years ago
  23. d2100f2 Don't crash when resource path isn't specified by Brian Salomon · 8 years ago
  24. 2176f75 Remove Sk48Dot16. No longer used. by benjaminwagner · 8 years ago
  25. eb3429c Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 8 years ago
  26. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  27. 9cf31f4 SkMipMap::Build supports 1xN and Nx1 inputs, so remove the special case from the test harness. Update a no-longer-correct comment. by brianosman · 8 years ago
  28. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  29. dd26a3b Compile default SkMovie on cmake by msarett · 8 years ago
  30. 77899d1 Move SkRWBuffer.h to include/ and add SK_API by scroggo · 8 years ago
  31. a50151d SkPDF: draw{Image,Bitmap} always serializes early by halcanary · 8 years ago
  32. b3c9e4f Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU bu… (patchset #1 id:1 of https://codereview.chromium.org/1835003002/ ) by brianosman · 8 years ago
  33. d096459 experimental/fiddle: update to work again by halcanary · 8 years ago
  34. b0ac1af Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ago. However, the CPU builder fails when it sees Index8 (among other things), so change the code to fallback to GPU in that case. Additionally, if we're going to be mipping an sRGB image, don't use the CPU code (which is not yet gamma correct). Unfortunately, this means that we will often be using the GPU path, still - with recent codec changes, most images are coming in tagged as sRGB. by brianosman · 8 years ago
  35. 77a9cc1 Don't convert to Sk48Dot16 in DrawOneGlyph. by benjaminwagner · 8 years ago
  36. d442d32 Remove extra definitions of SkMovie by msarett · 8 years ago
  37. 384b5e9 got Vulkan compiling on Linux again by ethannicholas · 8 years ago
  38. 1514257 Delete SkPageFlipper by msarett · 8 years ago
  39. ff65952 Turn off Discardable scaled image cache by robertphillips · 8 years ago
  40. face88a Forward serial (fixes charging) by kjlubick · 8 years ago
  41. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  42. 5443f1b Fix typo in SkTLazy copy ctor. src is a reference, not a pointer. by mtklein · 8 years ago
  43. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  44. cce4927 [CMake fixes] Linux X11 pixel format and Windows compilation fix by marco.diiga · 8 years ago
  45. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago
  46. 587ea71 Fix old debugger for sk_sp changes by robertphillips · 8 years ago
  47. fd7bd45 Revise layer, extension and feature setup for Vulkan by jvanverth · 8 years ago
  48. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 8 years ago
  49. 73233a7 patch battery charging until recipe is updated by kjlubick · 8 years ago
  50. d11c726 SkPDF: speed up SkPDFShader generation. by halcanary · 8 years ago
  51. 2e59f1f Splitting up wait_for_device into two pieces by kjlubick · 8 years ago
  52. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  53. f299e71 Switch SkMorphologyImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  54. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  55. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  56. c429baf Add getDeferredTextureImageData early out by ericrk · 8 years ago
  57. 2b6f13c Ignore sampleapp_prefs.txt in git. by brianosman · 8 years ago
  58. e280d06 Draw black on white for CG glyph masks. by bungeman · 8 years ago
  59. 3b5bea9 Add rowBytesAsPixels and shiftPerPixel to SkPixmap by robertphillips · 8 years ago
  60. 41c4096 Relocate SK_SUPPORT_LEGACY_PICTURE_PTR by fmalita · 8 years ago
  61. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  62. 8c7d7ad Blacklist giant (4k) wbmp from GPU bots. by brianosman · 8 years ago
  63. 1fd50ac Sk4x4f: NEON impl. by mtklein · 8 years ago
  64. e267893 Remove debug prints in GrVkGpu by egdaniel · 8 years ago
  65. 8d3ad5a images with offset bitmap don't share genid by halcanary · 8 years ago
  66. d98120e Fix debugger w.r.t. sk_sp changes by robertphillips · 8 years ago
  67. 4b32360 Don't force lcd on non-opaque portion of layer. by bungeman · 8 years ago
  68. cd35baa Add missing SK_API to SkSwizzle.h by tomhudson · 8 years ago
  69. c9ced39 https://codereview.chromium.org/1830973002 fixed this bug. Re-enable the by brianosman · 8 years ago
  70. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  71. 85f9269 Convert Gray8 images to N32 before uploading. Previously, we were by brianosman · 8 years ago
  72. 1215c6a NDK: r11 -> r11b by mtklein · 8 years ago
  73. 83f2e5a Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  74. 1579e3c Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  75. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  76. f037fde Delete SkImageDecoder by msarett · 8 years ago
  77. e8f3062 switch surface to sk_sp by reed · 8 years ago
  78. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  79. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  80. eac3e96 Revert of Switch SkColorFilterImageFilter over to new onFilterImage interface (patchset #5 id:80001 of https://codereview.chromium.org/1782083002/ ) by robertphillips · 8 years ago
  81. 222f8ff Add index-8 sampler to the pipeline. by herb · 8 years ago
  82. 6383ac0 Make GrGLGetDriverInfo work for null strings. by bsalomon · 8 years ago
  83. 9c79d7e Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patchset #15 id:270001 of https://codereview.chromium.org/1785643003/ ) by robertphillips · 8 years ago
  84. 22281c1 Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines) by egdaniel · 8 years ago
  85. 297f7ce Make a generic list of filters for use in ImageFilterTests. by senorblanco · 8 years ago
  86. c60bfbb force no SSE on iOS simulator by mtklein · 8 years ago
  87. 3c935bc Switch SkBlurImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  88. 83aa920 Planar ramp() for S32 linear gradients by fmalita · 8 years ago
  89. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  90. 1d417a8 Add unit test for vertex attribute count. by bsalomon · 8 years ago
  91. f799706 Delete SkImageDecoder by msarett · 8 years ago
  92. a567dde fix path getSegment comment by caryclark · 8 years ago
  93. 633b356 GrVkGpu initialization cleanup. by jvanverth · 8 years ago
  94. 734351d Publicly expose one accelerated swizzle. by tomhudson · 8 years ago
  95. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  96. 1443c69 Sk4x4f: Simplify x86 down to SSE2. by mtklein · 8 years ago
  97. ec950c4 Switch SkColorFilterImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  98. 6eff52a WIP: experimental bilerp pipeline. by herb · 8 years ago
  99. 0b8321e Google3 Android no longer has undefok. by benjaminwagner · 8 years ago
  100. 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 8 years ago