1. 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
  2. 3296bee Expand _01 half<->float limitation to _finite. Simplify. by mtklein · 8 years ago
  3. b1792f1 Rewrite GrTextureMipMapInvalidationTest using SkImage by bsalomon · 8 years ago
  4. 201364c Remove unit test that tests subsetting texture backed bitmaps. by bsalomon · 8 years ago
  5. 614d8f9 Remove GrWrapTextureInBitmap from public API by bsalomon · 8 years ago
  6. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  7. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  8. 0d2c234 Fix SkFixedDiv macro by liyuqian · 8 years ago
  9. 05c73b7 Remove bulk float <-> half routines. These are dead code. by mtklein · 8 years ago
  10. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  11. 16ef465 Fix ASAN bot by msarett · 8 years ago
  12. b1b12f8 handle large conic weights by reed · 8 years ago
  13. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  14. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  15. 0abddf7 SkRasterPipeline: simplify impl and remove need to rewire stages by mtklein · 8 years ago
  16. 0358a6a Update SkOpts namespaces. by mtklein · 8 years ago
  17. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  18. 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
  19. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  20. 281b33f SkRasterPipeline preliminaries by mtklein · 8 years ago
  21. 2edf0c6 Remove bloat from SkBlend_opts. by herb · 8 years ago
  22. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  23. 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
  24. bed41af Revert of Fix compile error on MSAN bot (patchset #1 id:1 of https://codereview.chromium.org/2142653002/ ) by msarett · 8 years ago
  25. 76c52ac Fix compile error on MSAN bot by msarett · 8 years ago
  26. 203a993 Handle negative scale in SkDropShadowImageFilter::onFilterNodeBounds. by jbroman · 8 years ago
  27. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  28. 6af677f Changed SkLightingShader API to take in a shader as color source by dvonbeck · 8 years ago
  29. 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
  30. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  31. babc3de deferred canvas by reed · 8 years ago
  32. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  33. ac41bac Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  34. 00ee2a8 Make all parameters reqiured to GrReducedClip::ReduceClipStack by bsalomon · 8 years ago
  35. 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
  36. 45e58c8 Move sRGB <-> linear conversion components to their own files. by mtklein · 8 years ago
  37. e5fb9c8 centralize VECTORCALL as SK_VECTORCALL by mtklein · 8 years ago
  38. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  39. 5b794fa API change to allow for NormalSource selection at the user level. by dvonbeck · 8 years ago
  40. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  41. 41c27e1 Experiment: add flag for finish-recording to return null by reed · 8 years ago
  42. 03912f1 Document SkSurface::MakeRaster's memory initialization by fmalita · 8 years ago
  43. 2dcb615 make setScaleTranslate public by reed · 8 years ago
  44. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  45. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  46. b3058bd initial checkin of SkSL compiler by ethannicholas · 8 years ago
  47. 37535c9 Add discard support to Vulkan by egdaniel · 9 years ago
  48. 47df89e speed up maprect for scale+trans case by reed · 9 years ago
  49. aa7ceb6 fix another pathops fuzz bug by caryclark · 9 years ago
  50. 343382e fix fuzz test that exceeds numeric limit by caryclark · 9 years ago
  51. 0a0f67e Make lines a special case in GrShape by bsalomon · 9 years ago
  52. 635df95 Revert of Make lines a special case in GrShape (patchset #5 id:120001 of https://codereview.chromium.org/2108523002/ ) by bsalomon · 9 years ago
  53. c62318c Make lines a special case in GrShape by bsalomon · 9 years ago
  54. 3f0753d fix fuzz bugs by caryclark · 9 years ago
  55. ab527a5 Enable many more tests for Vulkan by egdaniel · 9 years ago
  56. 88e8aef Fix Vulkan readPixels by egdaniel · 9 years ago
  57. 4583ec5 Add support for draws in vulkan read and write pixels by egdaniel · 9 years ago
  58. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 9 years ago
  59. a84d660 remove experimental treat-skcolor-as-srgb flag by reed · 9 years ago
  60. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 9 years ago
  61. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 9 years ago
  62. e074d1f Change SkColor4f to RGBA channel order by brianosman · 9 years ago
  63. 3fe0aab Fix vulkan warning in RecordReplaceDrawTest by egdaniel · 9 years ago
  64. ee41b75 SkPDF: alloc less memory for strings by halcanary · 9 years ago
  65. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 9 years ago
  66. 425c27f Add some more getters to GrShape. by bsalomon · 9 years ago
  67. d0e402f Make container classes in SkTemplates.h more consistent by csmartdalton · 9 years ago
  68. 4d60214 Revert of Potential fix for flaky TSAN (patchset #1 id:1 of https://codereview.chromium.org/2084243003/ ) by msarett · 9 years ago
  69. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 9 years ago
  70. ac5fcea Fix Rob's nits from https://codereview.chromium.org/2085913003 by bsalomon · 9 years ago
  71. a4817af Canonicalize path fill types for stroked paths in GrShape. by bsalomon · 9 years ago
  72. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 9 years ago
  73. 949999d Potential fix for flaky TSAN by msarett · 9 years ago
  74. b390676 Use a table-based implementation of SkDefaultXform by msarett · 9 years ago
  75. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 9 years ago
  76. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 9 years ago
  77. b310519 Store mipmap levels in deferred texture image by cblume · 9 years ago
  78. dabe5d3 update callers to not use SkColorProfileType by reed · 9 years ago
  79. 93f66bc Apply canonicalizations to path GrShapes. by bsalomon · 9 years ago
  80. 1b28c1a Some simplifications of GrShape reductions/canonicalizations by bsalomon · 9 years ago
  81. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 9 years ago
  82. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 9 years ago
  83. b6095ae Add missing include by brianosman · 9 years ago
  84. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 9 years ago
  85. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 9 years ago
  86. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 9 years ago
  87. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 9 years ago
  88. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 9 years ago
  89. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 9 years ago
  90. ded0f26 Keep SkColorSpace and SkColorProfileType in sync by msarett · 9 years ago
  91. d6f8034 Add heap tests for Vulkan. by jvanverth · 9 years ago
  92. d2fd9e9 Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ ) by egdaniel · 9 years ago
  93. 4132de7 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 9 years ago
  94. 363bc33 Disable SkImage_drawAbandonedGpuImage on Vulkan. by bsalomon · 9 years ago
  95. 04d35bd Keep SkColorSpace and SkColorProfileType in sync by msarett · 9 years ago
  96. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 9 years ago
  97. e5b651f Add test for rendering an already abandoned texture-backed SkImage. by bsalomon · 9 years ago
  98. da74393 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 9 years ago
  99. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 9 years ago
  100. fd32df7 Fix GrShape to preserve inverseness of rrects for strokes but not dashes. by bsalomon · 9 years ago