1. 2bd381b Remove Gr*Gpu includes from header files. by Greg Daniel · 7 years ago
  2. 10978a6 Migrate AAConvexPathOp off of GrLegacyMeshDrawOp by Brian Salomon · 7 years ago
  3. 643fcfa Add caps check for fence sync in SurfaceSemaphoreTest by Greg Daniel · 7 years ago
  4. e18ceb1 Blacklist MSAA readPixels test on Iris540 Vk by Brian Osman · 7 years ago
  5. b6d09b7 Add CPU Chromecast Perf Job by Kevin Lubick · 7 years ago
  6. 1f8796d Revert "explore always using SkRasterPipeline for color space transforms" by Mike Klein · 7 years ago
  7. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  8. 0001828 Readd GrResourceProvider.h to GrAHardwareBufferImageGenerator.cpp (for Android roll) by Robert Phillips · 7 years ago
  9. 82dfd3d Add processor info dumping to non-legacy mesh draw ops by Brian Salomon · 7 years ago
  10. 8ea6073 Revert "implemented mustImplementGSInvocationsWithLoop workaround in sksl" by Greg Daniel · 7 years ago
  11. bcf65ed Bail out of test if MSAA surface creation fails by Brian Osman · 7 years ago
  12. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  13. d5d323f implemented mustImplementGSInvocationsWithLoop workaround in sksl by Ethan Nicholas · 7 years ago
  14. eee3c09 Unit test to demonstrate Galaxy S6 MSAA readPixels bug by Brian Osman · 7 years ago
  15. 4b1df02 [infra] Disambiguate GTX960s with cpu dimension. by Ben Wagner · 7 years ago
  16. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  17. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  18. 1a0882e Fix buffer overflow in SamplePathText by Chris Dalton · 7 years ago
  19. 5856442 explore always using SkRasterPipeline for color space transforms by Mike Klein · 7 years ago
  20. 4f12f1e [fiddle] Clear the canvas to white before calling draw(). by Joe Gregorio · 7 years ago
  21. 7e3a364 Fixes for internal repo infra tests by Eric Boren · 7 years ago
  22. 277f7f2 delete lowp plus by Mike Klein · 7 years ago
  23. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  24. 699b873 SkPDF: Glyph-by-glyph bounds-reject. by Hal Canary · 7 years ago
  25. 89c1c25 Fix logic reversal in NonAAFillRectOp test factory by Brian Salomon · 7 years ago
  26. 941d144 Prevent onFlushCB created opLists from being grouped with the normal ones (new) by Robert Phillips · 7 years ago
  27. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  28. d991486 Drop the ref on the GrOpList's target in makeClosed (take 2) by Robert Phillips · 7 years ago
  29. b894c2b Fix failing dm with GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  30. d7b1159 Revert "Revert "Go back to using dual source blending for lcd src-over even with non-opaque color"" by Greg Daniel · 7 years ago
  31. c34aeb7 Update PixelXL bots to O developer preview 3 by Greg Daniel · 7 years ago
  32. c8ecb03 Revert "Drop the ref on the GrOpList's target in makeClosed" by Robert Phillips · 7 years ago
  33. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 7 years ago
  34. dcd499c Drop the ref on the GrOpList's target in makeClosed by Robert Phillips · 7 years ago
  35. 1d06078 [infra] Specify GPU driver version in task dimensions. by Ben Wagner · 7 years ago
  36. 7d6fe0b Revert "Go back to using dual source blending for lcd src-over even with non-opaque color" by Greg Daniel · 7 years ago
  37. b54bdef Go back to using dual source blending for lcd src-over even with non-opaque color by Greg Daniel · 7 years ago
  38. 3668278 [infra] Remove unused flags in gen_tasks.go. by Ben Wagner · 7 years ago
  39. 8db74f1 Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"" by Matt Sarett · 7 years ago
  40. 3d2a2f7 [infra] Move Android and GPU maps into gen_tasks.go. by Ben Wagner · 7 years ago
  41. d20b5c4 use #ifdef instead of #if for SK_VULKAN by Mike Reed · 7 years ago
  42. fcd5fdd Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"" by Robert Phillips · 7 years ago
  43. 9647637 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  44. f90aa01 Revert "Revert "use pipeline for non-opt xfermodes"" by Mike Reed · 7 years ago
  45. 847d4c5 Add GrTexture.h include to GrAHardwareBufferImageGenerator.cpp by Robert Phillips · 7 years ago
  46. fad9e3f Revert "Update skia to use ifdefs for Vulkan code instead of dummy header" by Robert Phillips · 7 years ago
  47. 4f8c695 Revert "use pipeline for non-opt xfermodes" by Mike Klein · 7 years ago
  48. 9e99b3d remove 32K table for emboss by Mike Reed · 7 years ago
  49. 574db9e use statically linked glGetShaderPrecisionFormat on Android by Brian Salomon · 7 years ago
  50. 32057c1 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  51. 40c18cb Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  52. f046594 Remove AVX+ special case for load<U8>(). by Mike Klein · 7 years ago
  53. c0f8e42 Update skia to use ifdefs for Vulkan code instead of dummy header by Greg Daniel · 7 years ago
  54. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  55. f1debdf Remove IntelIris640 jobs. by Ben Wagner · 7 years ago
  56. f1b41a7 Refactor SkBlurImageFilter_opts.h for readability. by Mike Klein · 7 years ago
  57. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  58. 1791a06 [recipes] Fix internal_test tryjobs. by Ben Wagner · 7 years ago
  59. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 7 years ago
  60. a611be8 ok: add 8888 and rp dsts by Mike Klein · 7 years ago
  61. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 7 years ago
  62. e93cf97 use pipeline for non-opt xfermodes by Mike Reed · 7 years ago
  63. c4f0a82 Move Flags from GrRenderTarget to GrTypesPriv.h & rename by Robert Phillips · 7 years ago
  64. e8f2881 Revert "Revert "inline common modecolorfilters"" by Mike Reed · 7 years ago
  65. 4049dff Revert "inline common modecolorfilters" by Mike Klein · 7 years ago
  66. c8b6828 inline common modecolorfilters by Mike Reed · 7 years ago
  67. 3a74951 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  68. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  69. 13b6afd DM: use SkPngEncoder by Mike Klein · 7 years ago
  70. 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 7 years ago
  71. ca50b87 Combine duplicate code in preparing clipRgn for fill_path by Yuqian Li · 7 years ago
  72. b1e6cfd make make{SRGB,Linear}Gamma() const by Mike Klein · 7 years ago
  73. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 7 years ago
  74. eb7dc79 remove dead code associated with SK_SUPPORT_LEGACY_RASTERPIPELINE by Mike Reed · 7 years ago
  75. 7a8c84c Reland DeferredTextureImageData low-bit-depth/dithering support by Eric Karl · 7 years ago
  76. a8d45e5 Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  77. b6759dd Revert "Revert "Disable F16-nullptr sources"" by Matt Sarett · 7 years ago
  78. 5e819ca fix f16 encoding by Mike Klein · 7 years ago
  79. 390f6cd Convert SkClassifyCubic to double precision by Chris Dalton · 7 years ago
  80. e3a0be7 GrTessellator: fix two NaN issues. by Stephen White · 7 years ago
  81. 50b8468 [infra] Isolate tasks don't need compile task. by Ben Wagner · 7 years ago
  82. 6f9cd0a enable rasterpipeline for android by Mike Reed · 7 years ago
  83. ffaa47e Roll ANGLE by Robert Phillips · 7 years ago
  84. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  85. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 7 years ago
  86. 03a7879 append(from_srgb) -> append_from_srgb(kUnpremul) by Mike Klein · 7 years ago
  87. 5de25aa Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  88. 6d9c88b Modify Adreno 3xx workaround to toggle face culling rather than call glFlush. by Brian Salomon · 7 years ago
  89. ce9514c remove unneeded proc fields by Mike Reed · 7 years ago
  90. fc33416 port encode_bitmap_for_png() to SkRasterPipeline by Mike Klein · 7 years ago
  91. 197ca9b SkPDF: consolodate glyph runs on BUILD_FOR_WIN by Hal Canary · 7 years ago
  92. a51d713 added SPIR-V RelaxedPrecision by Ethan Nicholas · 7 years ago
  93. b310fd5 fixed issue with SkSL dead code elimination by Ethan Nicholas · 7 years ago
  94. 2ee0f42 only SkHalfToFloat_finite_ftz(uint64_t hs) is called by Mike Klein · 7 years ago
  95. 5143f2f Roll recipe dependencies (trivial). by recipe-roller · 7 years ago
  96. 888e9f2 Init fDevKLMMatrix in GrGLCubicEffect (possible valgrind fix) by Robert Phillips · 7 years ago
  97. a6e4686 Roll recipe dependencies (nontrivial). by recipe-roller · 7 years ago
  98. 22a0698 Update SKP version by UpdateSKPs · 7 years ago
  99. 2f07c28 remove unneeded methods by Mike Reed · 7 years ago
  100. 5eee919 remove unneeded SK_API by Mike Reed · 7 years ago