1. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  2. 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
  3. 9bba215 Do loads and math in parallel in SkColorXform_opts by msarett · 8 years ago
  4. b390676 Use a table-based implementation of SkDefaultXform by msarett · 8 years ago
  5. 57e9853 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  6. 632d004 Add guards around access to font cache global fields. by herb · 8 years ago
  7. 1d20258 Tab -> spaces by brianosman · 8 years ago
  8. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  9. 05dceab Use single alloc for vulkan optimal image heaps to fix memory crash by egdaniel · 8 years ago
  10. 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
  11. 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
  12. 64b92a5 Support GL_SAMPLES queries in null contexts by csmartdalton · 8 years ago
  13. b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
  14. 7e5e594 Never use CPU-built mips for Gray_8. by brianosman · 8 years ago
  15. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  16. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  17. 93f66bc Apply canonicalizations to path GrShapes. by bsalomon · 8 years ago
  18. 9b972c4 Support texel and draw-indirect buffers in null GL contexts by csmartdalton · 8 years ago
  19. 1b28c1a Some simplifications of GrShape reductions/canonicalizations by bsalomon · 8 years ago
  20. d7ec12e assert that non-empty clips have non-empty bounds by reed · 8 years ago
  21. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  22. 0ed0575 Sanitize parsing of color look-up table by msarett · 8 years ago
  23. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  24. 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
  25. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 8 years ago
  26. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  27. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  28. 3e31812 Quick bandaid for chromium:611002. by mtklein · 8 years ago
  29. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  30. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  31. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  32. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  33. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago
  34. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  35. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  36. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 8 years ago
  37. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  38. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  39. c2a7c2f Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  40. 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
  41. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  42. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  43. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  44. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  45. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  46. d6f8034 Add heap tests for Vulkan. by jvanverth · 8 years ago
  47. 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
  48. f848c9c Workaround NVIDIA driver bug with NV_sample_mask_override_coverage by csmartdalton · 8 years ago
  49. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  50. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  51. 352f345 Check for abandoned texture in GrTextureAdjuster::refTextureSafeForParams by bsalomon · 8 years ago
  52. 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
  53. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  54. fd32df7 Fix GrShape to preserve inverseness of rrects for strokes but not dashes. by bsalomon · 8 years ago
  55. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  56. 59d6402 SkMultiPictureDocument: don't rely on SkPicture::cullRect by halcanary · 8 years ago
  57. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  58. bb9c4e4 Store GLSL max samplers using uint32_t rather than uint8_t by bsalomon · 8 years ago
  59. 7378ac8 Fix linux compile error by jvanverth · 8 years ago
  60. 0bbc371 Fix compile error (uninitialized variable use) by brianosman · 8 years ago
  61. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  62. 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
  63. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  64. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  65. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  66. 6e47209 Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  67. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  68. 398e3f4 Add control over whether lines are special cased in SkDashPath. Disable when called from GrShape. by bsalomon · 8 years ago
  69. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  70. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  71. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  72. 8151103 fix non-square stroke rects (non-aa) by reed · 8 years ago
  73. 7df9e4a Make SkBlitter hierarchy explicit about what needs to be implemented. by herb · 8 years ago
  74. 57c9482 Implement SkFontMgr_Custom::onCreateFromFontData. by bungeman · 8 years ago
  75. 656dbe4 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  76. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  77. 7049396 Make GrShape capable of representing inverse filled rrects. by bsalomon · 8 years ago
  78. 013e0e6 add fail condition to addexpanded by caryclark · 8 years ago
  79. 4772bd5 Implement all onCreateFromStream overloads. by bungeman · 8 years ago
  80. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  81. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  82. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  83. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  84. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  85. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  86. e239547 Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ ) by mtklein · 8 years ago
  87. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  88. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  89. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  90. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  91. 7ccbc1a Simplify code by breaking general sampler into Nearest and Bilerp. by herb · 8 years ago
  92. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  93. 8c5424c SkColorSpace::NewICC fix integer overflow caught by fuzzer by msarett · 8 years ago
  94. a058786 Make SkDashPathEffect fail for stroke+fill style (in addition to fill style) by bsalomon · 8 years ago
  95. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  96. dd40483 Use faster case for on tile sampling, and a little clean up. This has been a sampling bug and so was bypassed using "false &&". Found the sampling bug and added the case back in. by herb · 8 years ago
  97. 066df7c Add GpuCommandBuffer support. by egdaniel · 8 years ago
  98. e9906e7 Fix mipmap generation on Nexus 5x & 6p devices. by brianosman · 8 years ago
  99. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  100. 5c7d62d When setting up a copySurface dst texture make the orientation match the src when glBlitFramebuffer requires it by bsalomon · 8 years ago