1. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  2. e75cdcb SkPDF: Use type 2/3 shading for gradient shaders by cabanier · 8 years ago
  3. 64f061a port SkColorXform_opts to Sk4f by mtklein · 8 years ago
  4. 58daedb Update GYP for linux Vulkan to support SDK 1.0.13 by egdaniel · 8 years ago
  5. ea1fb74 Keep drawer open in xlarge-land and add float fps by liyuqian · 8 years ago
  6. 063ece7 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  7. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  8. 7d2f607 Don't try to set gamma treatment if texture creation fails. by brianosman · 8 years ago
  9. ed330c8 Quickly fix the Compile Problem of Unused kkImageColorXformMetaData by liyuqian · 8 years ago
  10. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  11. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  12. 74959a1 Use Offscreen Surface for Split Screen by liyuqian · 8 years ago
  13. 6dc3af4 Check for some potential subheap allocation failures. by jvanverth · 8 years ago
  14. b6095ae Add missing include by brianosman · 8 years ago
  15. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  16. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  17. c2a7c2f Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  18. 344c983 Fix Vulkan build after API change by msarett · 8 years ago
  19. 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
  20. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  21. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  22. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  23. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  24. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  25. ded0f26 Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  26. d6f8034 Add heap tests for Vulkan. by jvanverth · 8 years ago
  27. d2fd9e9 Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20001 of https://codereview.chromium.org/2068743003/ ) by egdaniel · 8 years ago
  28. 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
  29. 963632f Revert of Enable viewer in non-Vulkan builds (patchset #2 id:20001 of https://codereview.chromium.org/2067023002/ ) by egdaniel · 8 years ago
  30. 363bc33 Disable SkImage_drawAbandonedGpuImage on Vulkan. by bsalomon · 8 years ago
  31. 746b792 Enable viewer in non-Vulkan builds by jvanverth · 8 years ago
  32. f848c9c Workaround NVIDIA driver bug with NV_sample_mask_override_coverage by csmartdalton · 8 years ago
  33. 04d35bd Keep SkColorSpace and SkColorProfileType in sync by msarett · 8 years ago
  34. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  35. 0f1469b Add asset management scripts by borenet · 8 years ago
  36. 115e925 Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets by dvonbeck · 8 years ago
  37. 9bd4c69 Add SampleApp that shows problems in stroking by hstern · 8 years ago
  38. f130b82 Actually fix leak in deferred_texture_image_data by bsalomon · 8 years ago
  39. e5b651f Add test for rendering an already abandoned texture-backed SkImage. by bsalomon · 8 years ago
  40. 352f345 Check for abandoned texture in GrTextureAdjuster::refTextureSafeForParams by bsalomon · 8 years ago
  41. 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
  42. 85730ab Fix leak of GrContextThreadSafeProxy in deferred_texture_image_data by bsalomon · 8 years ago
  43. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  44. fd32df7 Fix GrShape to preserve inverseness of rrects for strokes but not dashes. by bsalomon · 8 years ago
  45. f7fcdb2 Bin circular blur profile textures by scale and blur to radius ratio. by bsalomon · 8 years ago
  46. 59d6402 SkMultiPictureDocument: don't rely on SkPicture::cullRect by halcanary · 8 years ago
  47. 4999616 Remove command buffer sample app support. by bsalomon · 8 years ago
  48. bb9c4e4 Store GLSL max samplers using uint32_t rather than uint8_t by bsalomon · 8 years ago
  49. 1d4453e Another linux Vulkan fix by jvanverth · 8 years ago
  50. 7378ac8 Fix linux compile error by jvanverth · 8 years ago
  51. d76fcda If we fail to create a window surface with sRGB, try again without. by brianosman · 8 years ago
  52. 0bbc371 Fix compile error (uninitialized variable use) by brianosman · 8 years ago
  53. 401cf48 Quickly fix 0f to 0.0f TBR=egdaniel@google.com by liyuqian · 8 years ago
  54. 6b6ffc4 Create free list heap for suballocation by jvanverth · 8 years ago
  55. d06693d Quickly fix the double to SkScalar issue by liyuqian · 8 years ago
  56. 6f163d2 Display JPGs in Viewer with Split Screen and ColorSpaceXform by liyuqian · 8 years ago
  57. d490708 Move create_image_large in ImageTest.cpp inside #if SK_SUPPORT_GPU by bsalomon · 8 years ago
  58. 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
  59. f533f11 Revert of Add samples to Viewer. (patchset #4 id:60001 of https://codereview.chromium.org/2056343004/ ) by egdaniel · 8 years ago
  60. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  61. be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
  62. b4da01d Add prescale option to deferred params by ericrk · 8 years ago
  63. 6e47209 Clean up two unlaunched SSE 4.1 8888 blits. by mtklein · 8 years ago
  64. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  65. 398e3f4 Add control over whether lines are special cased in SkDashPath. Disable when called from GrShape. by bsalomon · 8 years ago
  66. 2ec06c9 skiaserve no longer crashes when no X server is present by ethannicholas · 8 years ago
  67. 76963e7 Add samples to Viewer. by jvanverth · 8 years ago
  68. fe19987 Better (?) interface for controlling sRGB-ness of mipmaps on GrTexture by brianosman · 8 years ago
  69. 25d57db Request an sRGB FBO0 on Android. Fixes sRGB GL mode. by brianosman · 8 years ago
  70. d2ebe49 Update SKP version by update-skps · 8 years ago
  71. 3cc37d3 tweak mipmap_srgb gm to use integer coordinates by reed · 8 years ago
  72. cadb5a2 Make large array of GrShapes in test code heap allocated by bsalomon · 8 years ago
  73. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 8 years ago
  74. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  75. 8151103 fix non-square stroke rects (non-aa) by reed · 8 years ago
  76. 7df9e4a Make SkBlitter hierarchy explicit about what needs to be implemented. by herb · 8 years ago
  77. a233620 Remove shaderc cmake compiling by kjlubick · 8 years ago
  78. 57c9482 Implement SkFontMgr_Custom::onCreateFromFontData. by bungeman · 8 years ago
  79. 656dbe4 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  80. 687d9d2 Extend inverse_paths GM to test dashing by bsalomon · 8 years ago
  81. b7b4293 Create .gyp rules for shaderc libraries by kjlubick · 8 years ago
  82. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  83. 7049396 Make GrShape capable of representing inverse filled rrects. by bsalomon · 8 years ago
  84. 013e0e6 add fail condition to addexpanded by caryclark · 8 years ago
  85. 9207cae Cleanup VulkanWindowContext for use on Android by djsollen · 8 years ago
  86. ea406dd Add blurcircles to blacklist for macmini4.1 by bsalomon · 8 years ago
  87. 5dfe7bb Define LEAN_AND_MEAN and NOMINMAX for all windows builds by egdaniel · 8 years ago
  88. 4772bd5 Implement all onCreateFromStream overloads. by bungeman · 8 years ago
  89. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  90. c9b4ccd Skip verylargebitmap serialization on Android too by mtklein · 8 years ago
  91. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  92. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  93. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  94. 7e73108 Cleanup needed to use WindowContext for Android by djsollen · 8 years ago
  95. 09b4224 Add housekeeper_skia.isolate by borenet · 8 years ago
  96. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  97. 2843c42 Revert of Disable tail calls inside Simple GM functions. (patchset #1 id:1 of https://codereview.chromium.org/2050473006/ ) by mtklein · 8 years ago
  98. 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
  99. 71491dc Support resize in Android Viewer App by liyuqian · 8 years ago
  100. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago