[go: up one dir, main page]

  1. 121664b Fix colorspace transform with multitexture color text. by Jim Van Verth · 1 year, 11 months ago android/u-release
  2. 3ca21ee Update RTX3060 Linux dimensions. by Leandro Lovisolo · 2 years, 1 month ago
  3. 4f57cff [ganesh] Add colorspace conversion for color emoji by Jim Van Verth · 2 years, 1 month ago
  4. ae193d0 Revert "Fix the way of Alpha8 gainmap support in Skia." by Sally Qi · 2 years, 4 months ago
  5. d649286 HDR gainmaps: Require Version 1.0 by Christopher Cameron · 2 years, 4 months ago
  6. 7ef621b Fix the way of Alpha8 gainmap support in Skia. by Sally Qi · 2 years, 5 months ago
  7. cf1ccd4 Add alph8 gainmap decoding with BigmapRegionDecoder. by Sally Qi · 2 years, 5 months ago
  8. b76c00e Add support for decoding CICPs in Android by Alec Mouri · 2 years, 6 months ago
  9. 8f92997 Increase precision of csc uniforms on ganesh by Alec Mouri · 2 years, 6 months ago
  10. 2340938 SkJpeg: Update gainmap encode and decode to reflect spec changes by Christopher Cameron · 2 years, 6 months ago
  11. cee2c5e Always run color space math in full-float within Ganesh by Brian Osman · 2 years, 6 months ago
  12. 0e1ff43 Enforce size limits on struct and array declarations. by John Stiles · 2 years, 6 months ago
  13. ab77e0f Fix check for GLES sized Lum8 support. by Greg Daniel · 2 years, 6 months ago
  14. 0506208 Enforce program stack limits on function parameters. by John Stiles · 2 years, 6 months ago
  15. e89ff8d Add always dither SkSurfaceProps flag by John Reck · 2 years, 7 months ago
  16. 430a04c Remove Android framework non-AA point/line offset by Nolan Scobie · 2 years, 7 months ago
  17. 05e2d5f SkJpegGainmapEncoder: Update XMP by Christopher Cameron · 2 years, 7 months ago
  18. e701d28 SkJpegEncoder: Allow YUVAPixmaps as input by Christopher Cameron · 2 years, 7 months ago
  19. d715164 Move SkUserConfig.h, copts.bzl, and linkopts.bzl into its own workspace by Kevin Lubick · 2 years, 7 months ago
  20. 74b7003 Add Android-specific SK_ABORTs to GrVkGpu::Make et al. by Nolan Scobie · 2 years, 7 months ago
  21. ff7cd87 Make skia_enable_gpu mean skia_enable_ganesh by Kevin Lubick · 2 years, 7 months ago
  22. be3f35b Use SK_GANESH and SK_GRAPHITE everywhere by Kevin Lubick · 2 years, 7 months ago
  23. 8c75493 SkJpegGainmapEncoder: Separate out MakeMPF function by Christopher Cameron · 2 years, 7 months ago
  24. 9b7447b Fix one more use of macros.bzl by Kevin Lubick · 2 years, 7 months ago
  25. dc9dc62 Rename SK_SUPPORT_GPU -> SK_GANESH_ENABLED by Kevin Lubick · 2 years, 7 months ago
  26. 7a4aa03 Replace most uses of macros.bzl with skia_rules.bzl or flags.bzl by Kevin Lubick · 2 years, 7 months ago
  27. 86f93b3 Enforce IWYU on SkPicture-related files by Kevin Lubick · 2 years, 7 months ago
  28. ce2bcde Add callback to notify when GrDirectContext is being deleted. by Greg Daniel · 2 years, 8 months ago
  29. 02d8490 Make uniforms and children public on runtime effect builder by Brian Osman · 2 years, 8 months ago
  30. 213166b New private API for "deferred" runtime shaders by Brian Osman · 2 years, 8 months ago
  31. 463702a Housekeeper-PerCommit-RunGnToBp: Explicitly use Python 2. by Leandro Lovisolo · 2 years, 8 months ago
  32. f5fefe5 Filter unsupported CQ try jobs on chrome/m112 by Rakshit Sharma · 2 years, 8 months ago
  33. e83f4cb SkJpegCodec: Move more constants to SkJpegConstants.h by Christopher Cameron · 2 years, 8 months ago
  34. 1b2d815 Add Raster Pipeline op for indirect loads. by John Stiles · 2 years, 8 months ago
  35. d8918d5 Remove external functions from SkSL by Brian Osman · 2 years, 8 months ago
  36. 88338f7 Remove particles module by Brian Osman · 2 years, 8 months ago
  37. 06dc08c Manually Roll Dawn from e4f947637a3b to f16b9bbd6e2a by Kevin Lubick · 2 years, 8 months ago
  38. 050eb80 Roll vulkan-deps from 2abed681f8de to ec5f4a152052 (4 revisions) by skia-autoroll · 2 years, 8 months ago
  39. a321a87 [infra] Stop building particles.skia.org by Kevin Lubick · 2 years, 8 months ago
  40. 73f5c0d Remove particles.skia.org from documentation by Kevin Lubick · 2 years, 8 months ago
  41. 69f83e8 Roll SK Tool from c5d7aa561ac6 to e83f9ff90015 by skia-autoroll · 2 years, 8 months ago
  42. 9224e61 Roll ANGLE from 1633a1bb6741 to 177936ace37d (4 revisions) by skia-autoroll · 2 years, 8 months ago
  43. 149bb82 Roll SwiftShader from 64eb04027b9f to 3575b5479af5 (1 revision) by skia-autoroll · 2 years, 8 months ago
  44. 29fc6ca [graphite] Fix DrawPass bounds initialization by Michael Ludwig · 2 years, 8 months ago
  45. 3016ef7 Roll vulkan-deps from d2f2d652388b to 2abed681f8de (3 revisions) by skia-autoroll · 2 years, 8 months ago
  46. d4ad3dc Add bool return to LValue::store. by John Stiles · 2 years, 8 months ago
  47. fa36bb1 Use the fixed slot-range when pushing and storing lvalues. by John Stiles · 2 years, 8 months ago
  48. 008e83c [graphite] Apply a swizzle to image sample calls for formats that need it by Nicolette Prevost · 2 years, 8 months ago
  49. f163f6e Remove SkGlyphVariant by Herb Derby · 2 years, 8 months ago
  50. 0808970 SkJpegXmp: Support more of xmp by Christopher Cameron · 2 years, 8 months ago
  51. b9622fe Alias SkGlyphVariant to SkPackedGlyphID by Herb Derby · 2 years, 8 months ago
  52. 88d8aba [graphite] Enable some more GMs for Graphite by Robert Phillips · 2 years, 8 months ago
  53. fec0f8a Remove logging to simplify changes by Herb Derby · 2 years, 8 months ago
  54. 335cabc Ignore test on Intel+Linux+gltestthreading by Michael Ludwig · 2 years, 8 months ago
  55. a4e732a set up Bazel build for Jetski by Jorge Betancourt · 2 years, 8 months ago
  56. 78bad64 [graphite] Set Vulkan image layout when copying to/from a texture by Nicolette Prevost · 2 years, 8 months ago
  57. 8a87651 [skottie] Editor support for UTF8 by Florin Malita · 2 years, 8 months ago
  58. 8d94e7d Make sk_realloc_throw always free buffer if size == 0 by Kevin Lubick · 2 years, 8 months ago
  59. 9ad1c6a [graphite] Minor colorSpace fix by Robert Phillips · 2 years, 8 months ago
  60. f2eb7df Add RP builder op for swizzled copies. by John Stiles · 2 years, 8 months ago
  61. 578b5f4 SkAndroidCodec: Remove "wide" gamut heuristic, use actual gamut by Brian Osman · 2 years, 8 months ago
  62. bff7db2 [graphite] Apply replay translation when copying to render target by James Godfrey-Kittle · 2 years, 8 months ago
  63. f7a15c4 Roll vulkan-deps from a8c8b0af08d8 to d2f2d652388b (2 revisions) by skia-autoroll · 2 years, 8 months ago
  64. 06b7746 Add gazelle alias to unstick Infra -> Skia roller by Kevin Lubick · 2 years, 8 months ago
  65. 0408f5e Roll ANGLE from f76ecaeed1d0 to 1633a1bb6741 (10 revisions) by skia-autoroll · 2 years, 8 months ago
  66. f6d726a Roll SK Tool from b419162ac800 to 45cf09e3a043 by skia-autoroll · 2 years, 8 months ago
  67. d7b528e [graphite] Add EdgeAAQuad to Geometry union by Michael Ludwig · 2 years, 8 months ago
  68. c01d8bd Roll vulkan-deps from 445ae4f88cad to a8c8b0af08d8 (2 revisions) by skia-autoroll · 2 years, 8 months ago
  69. fbf0a46 [bazel] Move macros w/o external deps out of macros.bzl by Kevin Lubick · 2 years, 8 months ago
  70. 0fa9616 Log Bazel error when generating gni files by Kevin Lubick · 2 years, 8 months ago
  71. 7c14b6c Added support for conversion to bgr10_xr. by Aaron Clarke · 2 years, 8 months ago
  72. 4cf8c75 Start removing SkNoncopyable. by Jim Van Verth · 2 years, 8 months ago
  73. f47e3c8 Represent all sliceable lvalues with LValueSlice class. by John Stiles · 2 years, 8 months ago
  74. e2e457f Always get bidi regions from ICU by Mouad Debbar · 2 years, 8 months ago
  75. 5bdd4c5 Consolidate field-access and index-expression LValues. by John Stiles · 2 years, 8 months ago
  76. 76b07ef Copy span into a SubRunAllocator by Herb Derby · 2 years, 8 months ago
  77. a18d446 Add Raster Pipeline op for swizzled copies. by John Stiles · 2 years, 8 months ago
  78. f145706 Stop setting SK_SCALAR_IS_FLOAT by Kevin Lubick · 2 years, 8 months ago
  79. 658d34d Move LValue top-level interface into Generator. by John Stiles · 2 years, 8 months ago
  80. 22b594a Skip to next run on invalid scale by Herb Derby · 2 years, 8 months ago
  81. e0a8fc7 Factor out bit manipulation logic to helper. by John Stiles · 2 years, 8 months ago
  82. a164720 Implement structured comparison ops for SkRP. by John Stiles · 2 years, 8 months ago
  83. ab5a538 Manual Dawn roll by Michael Ludwig · 2 years, 8 months ago
  84. c0ee261 Roll vulkan-deps from 6de6d1b1d200 to 445ae4f88cad (5 revisions) by skia-autoroll · 2 years, 8 months ago
  85. bda263d Roll SK Tool from 97a623b821d3 to 5285330861f9 by skia-autoroll · 2 years, 8 months ago
  86. 4edef68 Roll ANGLE from 05e62f39412e to f76ecaeed1d0 (1 revision) by skia-autoroll · 2 years, 8 months ago
  87. 14673e98 Roll Skia Infra from 8241ca68b380 to 97a623b821d3 (1 revision) by skia-autoroll · 2 years, 8 months ago
  88. ab113fc Roll vulkan-deps from 6dd6237be171 to 6de6d1b1d200 (6 revisions) by skia-autoroll · 2 years, 8 months ago
  89. 2734e39 Roll vulkan-deps from 1f0619f78b88 to 6dd6237be171 (1 revision) by skia-autoroll · 2 years, 8 months ago
  90. f6ae7a7 Roll ANGLE from 9d84ad7da970 to 05e62f39412e (13 revisions) by skia-autoroll · 2 years, 8 months ago
  91. 4b5d486 Roll SK Tool from 8241ca68b380 to 97a623b821d3 by skia-autoroll · 2 years, 8 months ago
  92. 5669334 Roll Skia Infra from 504d379dd182 to 8241ca68b380 (4 revisions) by skia-autoroll · 2 years, 8 months ago
  93. 1af9885 Roll vulkan-deps from 304f655eec96 to 1f0619f78b88 (1 revision) by skia-autoroll · 2 years, 8 months ago
  94. c5303fb Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 8 months ago
  95. 327cc30 Roll vulkan-deps from 2ca4cbaf37e3 to 304f655eec96 (1 revision) by skia-autoroll · 2 years, 8 months ago
  96. 829713e Roll vulkan-deps from 17b1f49613a8 to 2ca4cbaf37e3 (1 revision) by skia-autoroll · 2 years, 8 months ago
  97. 062d47a Allow LValue parent objects to be unowned. by John Stiles · 2 years, 8 months ago
  98. 935e20f [sksl][wgsl] Support float4(mat2x2) cast by Arman Uguray · 2 years, 8 months ago
  99. 165ec70 [sksl][wgsl] Support diagonal matrix constructor by Arman Uguray · 2 years, 8 months ago
  100. 2f05923 Roll vulkan-deps from 6c03926a2c66 to 17b1f49613a8 (4 revisions) by skia-autoroll · 2 years, 8 months ago