1. 4d1dd66 Add stub for avx. by herb · 8 years ago
  2. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  3. de8ae90 Documentaion: top level link. by halcanary · 8 years ago
  4. 37feccb Revert of Support GL_SAMPLES queries in null contexts (patchset #4 id:60001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  5. e4a712b GN: just new deps by mtklein · 8 years ago
  6. 9afccaa Reland of add a Chrome builder to the CQ (patchset #1 id:1 of https://codereview.chromium.org/2087913003/ ) by rmistry · 8 years ago
  7. 949999d Potential fix for flaky TSAN by msarett · 8 years ago
  8. 9bba215 Do loads and math in parallel in SkColorXform_opts by msarett · 8 years ago
  9. b390676 Use a table-based implementation of SkDefaultXform by msarett · 8 years ago
  10. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  11. 17b64b2 Add GM for hard stop gradients by fmenozzi · 8 years ago
  12. 1afb8f8 Revert of add a Chrome builder to the CQ (patchset #1 id:1 of https://codereview.chromium.org/2085333002/ ) by rmistry · 8 years ago
  13. cb4efa9 add a Chrome builder to the CQ by mtklein · 8 years ago
  14. 632d004 Add guards around access to font cache global fields. by herb · 8 years ago
  15. 3917cf4 Revert of GN (patchset #12 id:220001 of https://codereview.chromium.org/2087593002/ ) by mtklein · 8 years ago
  16. 1d8de59 GN by mtklein · 8 years ago
  17. 1d20258 Tab -> spaces by brianosman · 8 years ago
  18. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  19. 05dceab Use single alloc for vulkan optimal image heaps to fix memory crash by egdaniel · 8 years ago
  20. 7732c0c Revert of Bring back compiling third_party/libpng in public.bzl (patchset #3 id:40001 of https://codereview.chromium.org/2044703006/ ) by scroggo · 8 years ago
  21. 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
  22. b105cff Remove bubbles GM by fmenozzi · 8 years ago
  23. e6865a0 Revert of Support GL_SAMPLES queries in null contexts (patchset #2 id:20001 of https://codereview.chromium.org/2085043002/ ) by brianosman · 8 years ago
  24. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  25. e6939c1 Bring back compiling third_party/libpng in public.bzl by scroggo · 8 years ago
  26. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  27. 79b15f6 Add new GM that exercises Gray 8 mipmapping and sRGB-ness by brianosman · 8 years ago
  28. a80bb67 Remove check for cmake in android make script. by stani · 8 years ago
  29. 7e5e594 Never use CPU-built mips for Gray_8. by brianosman · 8 years ago
  30. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  31. db197a5 Fix Mac clang linker by msarett · 8 years ago
  32. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  33. 67cb666 Add --simpleCodec to nanobench flags to run a smaller set of benchmarks by msarett · 8 years ago
  34. 93f66bc Apply canonicalizations to path GrShapes. by bsalomon · 8 years ago
  35. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  36. 5691144 Update SKP version by update-skps · 8 years ago
  37. 473466c Reorder colorspaces in GM to match previous behavior by brianosman · 8 years ago
  38. a27f669 Benchmark rotated rect with AA/noAA by liyuqian · 8 years ago
  39. 70ba047 Buildbot spec: Add device_type for Android One by borenet · 8 years ago
  40. ddbc6e5 Exempt GrShape test from running on Android by bsalomon · 8 years ago
  41. 1b28c1a Some simplifications of GrShape reductions/canonicalizations by bsalomon · 8 years ago
  42. d7ec12e assert that non-empty clips have non-empty bounds by reed · 8 years ago
  43. 1a48e13 Respect color type and gamma settings in nanobench GPU configs by brianosman · 8 years ago
  44. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  45. 0ed0575 Sanitize parsing of color look-up table by msarett · 8 years ago
  46. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  47. 452ba88 Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) by brianosman · 8 years ago
  48. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 8 years ago
  49. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  50. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  51. 992a22d Fix mixup where SamplePathOverstroke wasn't added by hstern · 8 years ago
  52. 3e31812 Quick bandaid for chromium:611002. by mtklein · 8 years ago
  53. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  54. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  55. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  56. 58daedb Update GYP for linux Vulkan to support SDK 1.0.13 by egdaniel · 8 years ago
  57. ea1fb74 Keep drawer open in xlarge-land and add float fps by liyuqian · 8 years ago
  58. 063ece7 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  59. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  60. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago
  61. ed330c8 Quickly fix the Compile Problem of Unused kkImageColorXformMetaData by liyuqian · 8 years ago
  62. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  63. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  64. 74959a1 Use Offscreen Surface for Split Screen by liyuqian · 8 years ago
  65. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 8 years ago
  66. b6095ae Add missing include by brianosman · 8 years ago
  67. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  68. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  69. c2a7c2f Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  70. 344c983 Fix Vulkan build after API change by msarett · 8 years ago
  71. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  72. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  73. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  74. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  75. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  76. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  77. ded0f26 Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  78. d6f8034 Add heap tests for Vulkan. by jvanverth · 8 years ago
  79. d2fd9e9 Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ ) by egdaniel · 8 years ago
  80. 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 · 8 years ago
  81. 963632f Revert of Enable viewer in non-Vulkan builds (patchset #2 id:20001 of https://codereview.chromium.org/2067023002/ ) by egdaniel · 8 years ago
  82. 363bc33 Disable SkImage_drawAbandonedGpuImage on Vulkan. by bsalomon · 8 years ago
  83. 746b792 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  84. f848c9c Workaround NVIDIA driver bug with NV_sample_mask_override_coverage by csmartdalton · 8 years ago
  85. 04d35bd Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  86. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  87. 0f1469b Add asset management scripts by borenet · 8 years ago
  88. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  89. 9bd4c69 Add SampleApp that shows problems in stroking by hstern · 8 years ago
  90. f130b82 Actually fix leak in deferred_texture_image_data by bsalomon · 8 years ago
  91. e5b651f Add test for rendering an already abandoned texture-backed SkImage. by bsalomon · 8 years ago
  92. 352f345 Check for abandoned texture in GrTextureAdjuster::refTextureSafeForParams by bsalomon · 8 years ago
  93. 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 · 8 years ago
  94. 85730ab Fix leak of GrContextThreadSafeProxy in deferred_texture_image_data by bsalomon · 8 years ago
  95. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  96. fd32df7 Fix GrShape to preserve inverseness of rrects for strokes but not dashes. by bsalomon · 8 years ago
  97. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  98. 59d6402 SkMultiPictureDocument: don't rely on SkPicture::cullRect by halcanary · 8 years ago
  99. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  100. bb9c4e4 Store GLSL max samplers using uint32_t rather than uint8_t by bsalomon · 8 years ago