1. 3deaeb2 sksl can now fold constant vector or matrix equality expressions by Ethan Nicholas · 8 years ago
  2. 7ab6a7f Fix writePixels of sRGB data to legacy GPU surface by Brian Osman · 8 years ago
  3. cc90174 Add GrVkInterface constructor with sepereate instance/device proc getters. by Brian Salomon · 8 years ago
  4. 9378732 Disable msaa on all current iOS devices by Stephan Altmueller · 8 years ago
  5. ec6ae52 Use system Vulkan headers except when no building with vulkan support by Greg Daniel · 8 years ago
  6. c15bb7b Make SkColorSpaceXformer::apply(SkPaint) safe to call recursively by Matt Sarett · 8 years ago
  7. 4785897 Remove compressed texture support from cacherator by Brian Osman · 8 years ago
  8. bc096bf Improve variation comment for iOS. by bungeman · 8 years ago
  9. e908b94 xform saveLayer() backdrop by Mike Klein · 8 years ago
  10. 63e843d Enable ios on Raspberry Pi by Stephan Altmueller · 8 years ago
  11. 25d8296 Balance save()/restore() calls in dont_clip_to_layer gm by Matt Sarett · 8 years ago
  12. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 8 years ago
  13. 20b8252 SkMergeImageFilter: fModes might be nullptr by Matt Sarett · 8 years ago
  14. 569a8b8 Name 'client' parameter so comment makes sense by Brian Osman · 8 years ago
  15. a294be2 SkDiscardableMemoryPool: modernize by Hal Canary · 8 years ago
  16. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 8 years ago
  17. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  18. c188982 Add new GrVkBackendContext::Create explicitly requiring vk proc getters by Brian Salomon · 8 years ago
  19. bb05f70 [recipes] Fix *_VERSION step failure handling by Eric Boren · 8 years ago
  20. a28e2b0 Simplify SkImageCacherator slightly by Brian Osman · 8 years ago
  21. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 8 years ago
  22. 896af75 [recipes] Add env recipe module by Eric Boren · 8 years ago
  23. 4a39504 Revert "Split up opLists (take 2)" by Robert Phillips · 8 years ago
  24. 3e38d82 Remove a print statement I meant to not check in by Leon Scroggins III · 8 years ago
  25. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 8 years ago
  26. df2bf21 Split up opLists (take 2) by Robert Phillips · 8 years ago
  27. ef90ae4 Fix spelling of SkImageGenerator in comment by Brian Osman · 8 years ago
  28. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 8 years ago
  29. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 8 years ago
  30. 96a5330 Update SKP version by UpdateSKPs · 8 years ago
  31. 2229b57 jumper, maybe we can just use constants by Mike Klein · 8 years ago
  32. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 8 years ago
  33. 6a1a5f7 Skip running the 10k shape benchmarks on Radeon ANGLE bots by Brian Osman · 8 years ago
  34. 72266ee makeColorSpace() for SkColorFilterShader and SkLightingShader by Matt Sarett · 8 years ago
  35. 28a7ad2 Add SkPictureShader::makeColorSpace() by Matt Sarett · 8 years ago
  36. 80be240 Enable fence sync support in ES3 test contexts by Brian Osman · 8 years ago
  37. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 8 years ago
  38. 1be0db8 long live SkJumper by Mike Klein · 8 years ago
  39. dc80eaa kill off shader_adapter by Mike Klein · 8 years ago
  40. cef213c Move ReleaseProc info to GrTexture and for implementations to define it. by Greg Daniel · 8 years ago
  41. 795c5b1 jumper, implement 2.2 stages with approx_powf by Mike Klein · 8 years ago
  42. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 8 years ago
  43. 0941950 Infra: Enable cross-repo tryjobs by Eric Boren · 8 years ago
  44. 5777bec Update mesa drivers to 17.04 by Kevin Lubick · 8 years ago
  45. 4e3e9f8 jumper, lab_to_xyz by Mike Klein · 8 years ago
  46. 71f9df2 SkColorSpaceXformCanvas: Use when drawing picture images by Matt Sarett · 8 years ago
  47. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 8 years ago
  48. c17dc24 jumper, rework callback a bit, use it for color_lookup_table by Mike Klein · 8 years ago
  49. 8f7dc9f Circular shadow fixes for Flutter. by Jim Van Verth · 8 years ago
  50. 5e958e9 Documentation: site/user/api/canvas updated by Hal Canary · 8 years ago
  51. 56e4271 fixed 0 - x in skslc by Ethan Nicholas · 8 years ago
  52. d952a99 Fix reflected ovals. by Jim Van Verth · 8 years ago
  53. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  54. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  55. cb67096 Improved skslc optimizer, particularly around vectors. by Ethan Nicholas · 8 years ago
  56. e79b473 Disable use of directly wrapping msaa RTs on Vulkan by Greg Daniel · 8 years ago
  57. eccf352 Promote S6 Job to CQ, demote N5 Job to experimental by Kevin Lubick · 8 years ago
  58. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 8 years ago
  59. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 8 years ago
  60. 774831a Add abandoned GPU check to createTextureProxy by Robert Phillips · 8 years ago
  61. ad8b5dc remove vestigle code for lockpixels by Mike Reed · 8 years ago
  62. ad5a81b Revert "jumper, disable u16 table load stages" by Mike Klein · 8 years ago
  63. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 8 years ago
  64. 28804f3 Remove all config conversion modes except round-to-nearest by Brian Osman · 8 years ago
  65. 26eb16f calculate cull rects for SkMiniPictures by Mike Klein · 8 years ago
  66. 097d093 more symmetry for from_half/to_half by Mike Klein · 8 years ago
  67. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 8 years ago
  68. 7b2391b Remove incorrect assert by Brian Osman · 8 years ago
  69. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
  70. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 8 years ago
  71. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 8 years ago
  72. 544e0ad remove dead code around SK_SUPPORT_LEGACY_CANVAS_READPIXELS by Mike Reed · 8 years ago
  73. da16434 refactor approx_{log2,pow2,powf} by Mike Klein · 8 years ago
  74. ecc364c Remove SkOpTAllocator by Herb Derby · 8 years ago
  75. 66f2332 Fix spacing style by Chris Blume · 8 years ago
  76. 41cf197 Update ProxyTest to skip configs that don't support the requested sample counts by Greg Daniel · 8 years ago
  77. ffb48e1 Recipes: remove some pragma: no cover by Eric Boren · 8 years ago
  78. 1e735c0 [fiddle] Add simple animation support. by Joe Gregorio · 8 years ago
  79. b82fdc7 Reland Recipes: Use strict coverage, part 2 by Eric Boren · 8 years ago
  80. 1e9ddcc Disable multisampling on Vulkan Nexus Player bot by Greg Daniel · 8 years ago
  81. 4437517 jumper, parametric_{r,g,b,a} by Mike Klein · 8 years ago
  82. 8f2911f add unit tests for parametric_* stages by Mike Klein · 8 years ago
  83. 0301308 Fix SkATan2_255 fuzzer crash by Florin Malita · 8 years ago
  84. a4432dd Revert "Recipes: Use strict coverage, part 2" by Eric Boren · 8 years ago
  85. 6cc6ae7 SkColorSpaceXformer: Add SkShader::makeColorSpace() by Matt Sarett · 8 years ago
  86. 4dbc9ce Recipes: Use strict coverage, part 2 by Eric Boren · 8 years ago
  87. 7de9c1a Fix tasks.json and the infra bot by Eric Boren · 8 years ago
  88. 33ea136 Update blacklist for Iris 540 Vulkan to exclude new test by Brian Osman · 8 years ago
  89. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 8 years ago
  90. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 8 years ago
  91. c86d377 Revert "remove legacy flags from google3" by Mike Reed · 8 years ago
  92. e16fb75 Recipes: Use strict coverage, part 1 by Eric Boren · 8 years ago
  93. c1e9617 Revert "Roll recipe dependencies (nontrivial)." by Eric Boren · 8 years ago
  94. d71730a remove legacy flags from google3 by Mike Reed · 8 years ago
  95. 6bc873f Roll recipe dependencies (nontrivial). by recipe-roller · 8 years ago
  96. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 8 years ago
  97. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 8 years ago
  98. edec99b jumper, disable u16 table load stages by Mike Klein · 8 years ago
  99. 3c846cf Add 16-bit P3 png test image by Matt Sarett · 8 years ago
  100. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 8 years ago