1. 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
  2. df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  3. 935a9f6 force opaque if kCGImageAlpha returns None by reed · 10 years ago
  4. e677221 add SK_API to config helpers so chrome can call them by reed · 10 years ago
  5. 529b7f6 Expectations updates for DirectWrite change 761b25. by Ben Wagner · 10 years ago
  6. 6c6ddb8 update dox by reed · 10 years ago
  7. 170e00d Have Clang builders build in C++11 mode. by mtklein · 10 years ago
  8. 761b250 DirectWrite to detect GDI only fonts. by bungeman · 10 years ago
  9. 26337e9 Fix SkTypeface::serialize() on Mac by properly indicating local fonts by caseq · 10 years ago
  10. 4eec156 rebaseline srcmode for gpus -- now pass samplecount by reed · 10 years ago
  11. 261fa58 Revert of Re-enable SSE4. (https://codereview.chromium.org/357593003/) by mtklein · 10 years ago
  12. f957254 Fix ANGLE build wrong glGetString being called issue by bsalomon · 10 years ago
  13. 238b456 R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs. by krajcevski · 10 years ago
  14. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  15. f3d15dc Add a preliminary R11 EAC compressor by krajcevski · 10 years ago
  16. 952841b Begin atlasing by robertphillips · 10 years ago
  17. a75b0fa Re-enable SSE4. by mtklein · 10 years ago
  18. 4dc94d9 ARM Skia NEON patches - 41 - arm64: SkXfermode::xfer32 by kevin.petit · 10 years ago
  19. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  20. fdecca8 Whitespace change to test CQ by rmistry · 10 years ago
  21. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  22. b8562be Whitespace change to test CQ by rmistry · 10 years ago
  23. b2e1fa5 Push resources to Android device by qiankun.miao · 10 years ago
  24. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  25. d9cf38a Revert of Fix memory leak in "Begin atlasing" (https://codereview.chromium.org/361663002/) by robertphillips · 10 years ago
  26. 40d9c0e Fix memory leak in (Begin atlasing https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  27. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  28. d92f5b8 add a second interface to the resizer to exactly match what Chrome expects. Will make the migration much cleaner by humper · 10 years ago
  29. 1e2772f Remove now-nonexistent SkCountdown.h from public_headers. by senorblanco · 10 years ago
  30. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  31. ce41ad1 remove SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS code by reed · 10 years ago
  32. 4af35f3 writepixels needs to bump genID by reed · 10 years ago
  33. d4fa483 Some straggler rebaselines for imagefiltersclipped. by senorblanco · 10 years ago
  34. d297d0f New baselines for imagefiltersclipped GM after perlin noise change. by senorblanco · 10 years ago
  35. a40239c Drop --clone from commands in skia repo. by Mike Klein · 10 years ago
  36. ca6a7c2 Make perlin noise do CTM-correct scaling. by senorblanco · 10 years ago
  37. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  38. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  39. 89443ab change gpudevice and pdfdevice to inherit from basedevice by reed · 10 years ago
  40. 479fbaf Disable SSE4 code. by mtklein · 10 years ago
  41. 4f96ab3 Refactor bitmap scaler to make it easier to migrate rest of chrome to use it by humper · 10 years ago
  42. 1f8ed02 Add lock to SkPDFDict by halcanary · 10 years ago
  43. e5c1e3c Fix RRect tranform bug by robertphillips · 10 years ago
  44. a837740 Mark SkBBoxHierarchyRecord destructor as virtual by tomhudson · 10 years ago
  45. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  46. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  47. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  48. 0766931 delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP by reed · 10 years ago
  49. 0808c82 Update SKP version to 34 by borenet · 10 years ago
  50. 2a8ca93 don't create explicit bitmapdevice when not needed by reed · 10 years ago
  51. 98e34ba remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE for chrome by reed · 10 years ago
  52. f836415 Fix scale type in JSON format by kelvinly · 10 years ago
  53. e1c5586 Revert of Switch SkPDFStream's internal storage from SkStream to SkData (https://codereview.chromium.org/340783013/) by rmistry · 10 years ago
  54. c1dfa14 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  55. 11a005e Promote SkInterpolator unit test to our tests driver. by tfarina · 10 years ago
  56. da07a08 Make LTCG optional on windows builds. by bsalomon · 10 years ago
  57. 3512eda Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of the buffer was unwritten. by bsalomon · 10 years ago
  58. 8ba8d92 Rebaseline Test-Android-Logan-Nvidia-Arm7-* by rmistry · 10 years ago
  59. 4d1a364 Make SKP bench JSON ouput better by kelvinly · 10 years ago
  60. 93fabf4 Don't set SK_MALLOC_TEMP in SkAutoTMalloc. by Mike Klein · 10 years ago
  61. 3f547cb Add SK_API to SkWriter32 by bsalomon · 10 years ago
  62. 0d44830 ARM Skia NEON patches - 40 - arm64: S32A_D565_Opaque by kevin.petit · 10 years ago
  63. 1ea04a0 Update SKP version to 33 by borenet · 10 years ago
  64. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  65. f372321 Add nanobench, a fresh look at our microbenchmark harness. by mtklein · 10 years ago
  66. 20fb7c6 tools/git-sync-deps is a stand-alone program, not dependent on synced deps. by halcanary · 10 years ago
  67. b726df4 Add noinline for GCC 4.6, which seems to vectorize after inlining. by mtklein · 10 years ago
  68. 7c4c63a "interface" is defined in Windows headers, so undef it in GrGLCaps so we don't have a name collision by george · 10 years ago
  69. 0cf2781 Narrow disabled vectorization further to just ConvolveHorizontally. by mtklein · 10 years ago
  70. 12345ae Rename TestSize.cpp to SizeTest.cpp by tfarina · 10 years ago
  71. 85a0878 Rebase Test-Ubuntu12-ShuttleA-GTX660-x86-Release. by Mike Klein · 10 years ago
  72. 4809e4d try release only by Mike Klein · 10 years ago
  73. 729c6f0 disable on nacl by Mike Klein · 10 years ago
  74. 2b8a3b8 Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit. by mtklein · 10 years ago
  75. 3da21d2 Whitespace fixes for Python tools by borenet · 10 years ago
  76. ec368cf Temporarily disable autovectorization in core for 32-bit Linux builds. by mtklein · 10 years ago
  77. 61d04c4 Add valgrind supp for NV driver. by bsalomon · 10 years ago
  78. bb0ef0a Use new common tools in Python scripts by Eric Boren · 10 years ago
  79. 55106da Ignore degeneratesegments for nvprmsaa4 to unbreak the build by kkinnunen · 10 years ago
  80. 669a121 Update SKP version to 32 by borenet · 10 years ago
  81. 474cef4 Disable bogus _scaled benches until we can figure out why they're bogus. by mtklein · 10 years ago
  82. 1d86ee8 Rename GrAtlasMgr to GrAtlas (and other cleanup) by robertphillips · 10 years ago
  83. 20fa0c3 rebase GMs by Brian Salomon · 10 years ago
  84. 32492e8 delete disabled bench by mtklein · 10 years ago
  85. 4c6443e Remove special case gpu transforms for Identity and Translate by egdaniel · 10 years ago
  86. 4ec84da Move allocation of texture from SkGpuDevice to GrLayerCache by robertphillips · 10 years ago
  87. 332600f Bench: Change default maxMs from 4s to 1s. by borenet · 10 years ago
  88. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  89. 2290000 Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw components when in the y-flip case. This works around an Adreno driver bug. by bsalomon · 10 years ago
  90. 8a24337 Another iOS fix for SampleApp. by jvanverth · 10 years ago
  91. 40684ba Prune some dead code from SkPicture.cpp. by mtklein · 10 years ago
  92. 66a5d8b add path dump test by caryclark · 10 years ago
  93. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  94. 5a940b5 Tidy up fOwner in SkMutex_pthread.h. by mtklein · 10 years ago
  95. a8d2ffb add pathops tight bounds; conform path ops' gyp to unit tests by caryclark · 10 years ago
  96. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  97. 5da2fa4 Initialize a variable in GrDrawTarget::drawPaths by kkinnunen · 10 years ago
  98. 68dd81b Rebaseline gm results after "Implement text rendering with NVPR" by kkinnunen · 10 years ago
  99. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  100. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago