1. 4583ec5 Add support for draws in vulkan read and write pixels by egdaniel · 8 years ago
  2. 6a16fd3 Fix Perlin noise fuzz issue by robertphillips · 8 years ago
  3. 5354e4a Address ASAN fuzzer complaint by robertphillips · 8 years ago
  4. 12c4fc2 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  5. 8bad3ac Fix up flags to SkGpuBlurUtils::GaussianBlur by robertphillips · 8 years ago
  6. db7979a Fix inverse test for GrDFAAPR::onCanDrawPath by bsalomon · 8 years ago
  7. 728b0f7 Use a union inside GrShape to hold geometry by bsalomon · 8 years ago
  8. 2c80711 Revert of Refactoring of CPU NormalMap handling out into its own class (patchset #13 id:240001 of https://codereview.chromium.org/2050773002/ ) by dvonbeck · 8 years ago
  9. c411f2d Add a GL cap for instanced rendering to floating point by csmartdalton · 8 years ago
  10. 790a701 SkLightingShader normal vector CPU computation refactor. by dvonbeck · 8 years ago
  11. b85e63d Make sure path computed from stroke-rec application using GrStyle is volatile. by bsalomon · 8 years ago
  12. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  13. b05df0f Fix check for maxVertexAttributes in GrVkPipeline by egdaniel · 8 years ago
  14. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  15. a84d660 remove experimental treat-skcolor-as-srgb flag by reed · 8 years ago
  16. f8c2be3 Add Sleep on windows GrVkGpu dtor to avoid fence bug by egdaniel · 8 years ago
  17. 3be72b0 Add documention on SkBlitter for runs, and small cleanups. by herb · 8 years ago
  18. a4535a3 GrColor4f is yet another 4f color type, unfortunately. by brianosman · 8 years ago
  19. e2cddc5 Fix incorrect swizzle on BGRA platforms in filterColor4f path by brianosman · 8 years ago
  20. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  21. c2fde8b Remove unnecessary srcAccessMask for preinitialized images in vulkan by egdaniel · 8 years ago
  22. 0a3a7f7 Have gpu createTestingOlyBackendTexture know if it is a render target or not by egdaniel · 8 years ago
  23. e074d1f Change SkColor4f to RGBA channel order by brianosman · 8 years ago
  24. 0f83e01 Add support for 3D colorLUTs to SkColorXform by msarett · 8 years ago
  25. ee41b75 SkPDF: alloc less memory for strings by halcanary · 8 years ago
  26. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  27. b593a76 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  28. 425c27f Add some more getters to GrShape. by bsalomon · 8 years ago
  29. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  30. ac5fcea Fix Rob's nits from https://codereview.chromium.org/2085913003 by bsalomon · 8 years ago
  31. f7817aa Fix vulkan clears by egdaniel · 8 years ago
  32. a4817af Canonicalize path fill types for stroked paths in GrShape. by bsalomon · 8 years ago
  33. ff723af Fix bug in filterSpan4f - read the source, rather than the dest by brianosman · 8 years ago
  34. 4d1dd66 Add stub for avx. by herb · 8 years ago
  35. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  36. 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
  37. 9bba215 Do loads and math in parallel in SkColorXform_opts by msarett · 8 years ago
  38. b390676 Use a table-based implementation of SkDefaultXform by msarett · 8 years ago
  39. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  40. 632d004 Add guards around access to font cache global fields. by herb · 8 years ago
  41. 1d20258 Tab -> spaces by brianosman · 8 years ago
  42. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  43. 05dceab Use single alloc for vulkan optimal image heaps to fix memory crash by egdaniel · 8 years ago
  44. 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
  45. 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
  46. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  47. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  48. 7e5e594 Never use CPU-built mips for Gray_8. by brianosman · 8 years ago
  49. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  50. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  51. 93f66bc Apply canonicalizations to path GrShapes. by bsalomon · 8 years ago
  52. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  53. 1b28c1a Some simplifications of GrShape reductions/canonicalizations by bsalomon · 8 years ago
  54. d7ec12e assert that non-empty clips have non-empty bounds by reed · 8 years ago
  55. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  56. 0ed0575 Sanitize parsing of color look-up table by msarett · 8 years ago
  57. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  58. 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
  59. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 8 years ago
  60. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  61. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  62. 3e31812 Quick bandaid for chromium:611002. by mtklein · 8 years ago
  63. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  64. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  65. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  66. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  67. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago
  68. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  69. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  70. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 8 years ago
  71. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  72. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  73. c2a7c2f Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  74. 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
  75. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  76. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  77. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  78. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  79. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  80. d6f8034 Add heap tests for Vulkan. by jvanverth · 8 years ago
  81. 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
  82. f848c9c Workaround NVIDIA driver bug with NV_sample_mask_override_coverage by csmartdalton · 8 years ago
  83. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  84. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  85. 352f345 Check for abandoned texture in GrTextureAdjuster::refTextureSafeForParams by bsalomon · 8 years ago
  86. 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
  87. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  88. fd32df7 Fix GrShape to preserve inverseness of rrects for strokes but not dashes. by bsalomon · 8 years ago
  89. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  90. 59d6402 SkMultiPictureDocument: don't rely on SkPicture::cullRect by halcanary · 8 years ago
  91. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  92. bb9c4e4 Store GLSL max samplers using uint32_t rather than uint8_t by bsalomon · 8 years ago
  93. 7378ac8 Fix linux compile error by jvanverth · 8 years ago
  94. 0bbc371 Fix compile error (uninitialized variable use) by brianosman · 8 years ago
  95. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  96. 12386d5 Revert of Clean up two unlaunched SSE 4.1 8888 blits. (patchset #1 id:1 of https://codereview.chromium.org/2062853002/ ) by mtklein · 8 years ago
  97. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  98. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  99. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  100. 6e47209 Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago