1. 7ac5da8 Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps by egdaniel · 8 years ago
  2. eb92cb3 SkPdf: smaller color serialization by halcanary · 8 years ago
  3. f0c30f5 SkPDF: Join Positioned Text by halcanary · 8 years ago
  4. 39f988e SkPDF: Always give a default advance for glyphs. by halcanary · 8 years ago
  5. 04d6218 Add copy (when needed) to SkGpuDevice::asSpecial by robertphillips · 8 years ago
  6. 18895db SkColorSpace::NewICC() warn instead of fail on bad input by msarett · 8 years ago
  7. cd4051e remove unused CreateInfo flag by reed · 8 years ago
  8. 1b5f968 Add SkGpuDevice::asSpecial entry point by robertphillips · 8 years ago
  9. 036e183 Add a bench to measure the best way to pack from int to uint16_t with SSE. by mtklein · 8 years ago
  10. 58e389b Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  11. 4280366 Add getColorSpace to GrTextureProducer by brianosman · 8 years ago
  12. 7445e86 Dust-off SkXMLParser by fmalita · 8 years ago
  13. 59779ae remove unused TableMaskFilter by reed · 8 years ago
  14. 494c2b6 Fix a bug in the Clamp in X direction tiling. by herb · 8 years ago
  15. 970587b Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilter by robertphillips · 8 years ago
  16. 64bbad3 Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset #7 id:120001 of https://codereview.chromium.org/2145663003/ ) by mtklein · 8 years ago
  17. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  18. 1433c67 Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRef by bsalomon · 8 years ago
  19. 67c6c8e Fix leak when DFPR fails to draw path by bsalomon · 8 years ago
  20. abda35d GrBufferAllocPool: use _throw calloc() if unchecked. by mtklein · 8 years ago
  21. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  22. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  23. 50ead53 Update RT views and framebuffer in vulkan after mipmaping by egdaniel · 8 years ago
  24. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  25. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  26. 9f01276 move GrPixelRef headers to private (as we work to eliminate them) by reed · 8 years ago
  27. 97f6cd5 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  28. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 8 years ago
  29. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  30. e92badc Revert of SkSL performance improvements (patchset #6 id:140001 of https://codereview.chromium.org/2131223002/ ) by msarett · 8 years ago
  31. 77d6f7d use gpu-image instead of wrapping in a bitmap for specialimage by reed · 8 years ago
  32. b1b12f8 handle large conic weights by reed · 8 years ago
  33. 99f942e Fix vertex count estimate in GrTessellator. by senorblanco · 8 years ago
  34. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  35. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  36. 0e1161d Never allow dither for non-legacy (sRGB or F16) targets. by brianosman · 8 years ago
  37. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  38. dd57dd7 Fix various issues with instanced rendering precision by csmartdalton · 8 years ago
  39. 0caee17 Replace switch statements in instanced vertex shaders by csmartdalton · 8 years ago
  40. b3772dc Fix GL shader sources getting truncated by ADB log by csmartdalton · 8 years ago
  41. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  42. 0abddf7 SkRasterPipeline: simplify impl and remove need to rewire stages by mtklein · 8 years ago
  43. 0358a6a Update SkOpts namespaces. by mtklein · 8 years ago
  44. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  45. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  46. ba3880f Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  47. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  48. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  49. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  50. 7438bfc Factor code to rotate a canvas about a point. by bungeman · 8 years ago
  51. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 8 years ago
  52. 7d3ff71 Add Sk4f_RoundToInt by msarett · 8 years ago
  53. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  54. 86de59f Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  55. 7f2c85e Add hard stop count by fmenozzi · 8 years ago
  56. 1264472 remove unused parameter to make android happy (when this header is moved to private) by reed · 8 years ago
  57. 9fd67a1 SkSL performance improvements (plus a couple of minor warning fixes) by ethannicholas · 8 years ago
  58. aeadcdf Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of https://codereview.chromium.org/2132073002/ ) by msarett · 8 years ago
  59. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  60. 7969838 Pre-crop filled rects to avoid scissor by csmartdalton · 8 years ago
  61. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 8 years ago
  62. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  63. c90bc40 Simplify GrDefaultPathRenderer a tiny bit by robertphillips · 8 years ago
  64. 8e37530 Simplify MSAA path renderer by robertphillips · 8 years ago
  65. 00dd453 Reduce size of LinearBitmapPipeline from 281K to 134K, but keep the same speed. by herb · 8 years ago
  66. 5608e2e Clean up hyper-local SkCpu feature test experiment. by mtklein · 8 years ago
  67. 810efb5 Delay initialization of free list in SkTLList until first use of list by bsalomon · 8 years ago
  68. 6006f67 Make all color xforms 'fast' (step 1) by msarett · 8 years ago
  69. 6af677f Changed SkLightingShader API to take in a shader as color source by dvonbeck · 8 years ago
  70. 3ab14ca Fix misplaced guard by robertphillips · 8 years ago
  71. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  72. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  73. e6347ad Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader by dvonbeck · 8 years ago
  74. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  75. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  76. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  77. 6cc9006 Use clipped bounds for reordering decisions by bsalomon · 8 years ago
  78. 8e9e45a Revert change of bounds computation in MSAA path renderer. by bsalomon · 8 years ago
  79. 66ad44a Fixed error when normal.z = 1 in GPUs with binary16 floats by dvonbeck · 8 years ago
  80. babc3de deferred canvas by reed · 8 years ago
  81. bd2bbe4 Don't scissor draws overlapping the render target's edges by bsalomon · 8 years ago
  82. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  83. ac41bac Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  84. 0e56972 Revert of Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader (patchset #11 id:200001 of https://codereview.chromium.org/2062703003/ ) by rmistry · 8 years ago
  85. 86dc226 Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  86. 4b4a7cc Reland of Better encapsulate oval/rrect batchs. (patchset #1 id:1 of https://codereview.chromium.org/2121313004/ ) by bsalomon · 8 years ago
  87. f48c62f Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h by bsalomon · 8 years ago
  88. 00ee2a8 Make all parameters reqiured to GrReducedClip::ReduceClipStack by bsalomon · 8 years ago
  89. e930459 Revert of Move sRGB <-> linear conversion components to their own files. (patchset #5 id:80001 of https://codereview.chromium.org/2128893002/ ) by mtklein · 8 years ago
  90. ea5a651 make some canvas utils virtual (for proxy based subclasses) by reed · 8 years ago
  91. 45e58c8 Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  92. c79fc33 Revert of Better encapsulate oval/rrect batchs. (patchset #5 id:80001 of https://codereview.chromium.org/2104423003/ ) by hush · 8 years ago
  93. 180500e Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:1 of https://codereview.chromium.org/2129913004/ ) by brianosman · 8 years ago
  94. 45561a0 drawTextRSXform by reed · 8 years ago
  95. a76a10b7 SkPDF: Fix encoding of unichr outside of basic plane by halcanary · 8 years ago
  96. 492d6b5 SkPDF: fix PDFA-only metadata error by halcanary · 8 years ago
  97. 920af9f Use sRGB pixel config for ARGB masks (color emoji) by brianosman · 8 years ago
  98. 27bb284 Check granularity in render pass bounds by egdaniel · 8 years ago
  99. db37909 Add offsets to GrVkBuffer. by jvanverth · 8 years ago
  100. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago