1. be7de4f Update TSAN suppressions. by mtklein · 10 years ago
  2. c77392e use colortype instead of config by reed · 10 years ago
  3. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  4. 173a5c5 invert comparison sense for reason return by humper · 10 years ago
  5. ada3635 Compile-time initialize special SkMatrices. by mtklein · 10 years ago
  6. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  7. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  8. 309e869 Fix bracket outside of ifdef by krajcevski · 10 years ago
  9. 0d03db7 Clean up SkLazyPtrs only in SK_DEVELOPER mode. by mtklein · 10 years ago
  10. 9c0e629 Initial work to get ETC1 data up to the GPU by krajcevski · 10 years ago
  11. 901e96d Add Sample slide for Rectanizers by robertphillips · 10 years ago
  12. a6a8f00 hide SkDevice::config() by reed · 10 years ago
  13. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
  14. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  15. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  16. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 10 years ago
  17. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  18. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  19. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  20. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 10 years ago
  21. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 10 years ago
  22. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  23. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  24. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 10 years ago
  25. b328158 Fixing clusterfuzz issue by commit-bot@chromium.org · 10 years ago
  26. f7f9aa0 move all code generation under genProgram() in GrGLShaderBuilder. by commit-bot@chromium.org · 10 years ago
  27. 6e7ddaa Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 10 years ago
  28. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  29. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 10 years ago
  30. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  31. 0585843 Fixing a clusterfuzz found issue by commit-bot@chromium.org · 10 years ago
  32. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  33. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  34. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  35. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  36. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 10 years ago
  37. f9bd04f Constify the arguments to createTexture by commit-bot@chromium.org · 10 years ago
  38. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  39. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 10 years ago
  40. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  41. d3c6b3f Tinker with SkLazyFnPtr a bit. by commit-bot@chromium.org · 10 years ago
  42. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 10 years ago
  43. 672e7cf fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 10 years ago
  44. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  45. cba7378 replace config() with colorType() by commit-bot@chromium.org · 10 years ago
  46. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  47. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 10 years ago
  48. 8de5b7b Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 10 years ago
  49. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  50. 81496fb Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  51. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 10 years ago
  52. 05d1cc2 Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/) by commit-bot@chromium.org · 10 years ago
  53. 6640ee3 Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/) by commit-bot@chromium.org · 10 years ago
  54. 5133fc1 Fix SkAtomics_win.h typos. by commit-bot@chromium.org · 10 years ago
  55. 3fdc7d6 Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 10 years ago
  56. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  57. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 10 years ago
  58. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 10 years ago
  59. f449156 Make image scaling have floating point scales. Third attempt to land this by commit-bot@chromium.org · 10 years ago
  60. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  61. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  62. 7c18351 Better handling of bitmaps in DirectWrite. by bungeman@google.com · 10 years ago
  63. 5889e30 Include SkTypes to fix Android frameworks build by commit-bot@chromium.org · 10 years ago
  64. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  65. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  66. 466f5f3 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 10 years ago
  67. f3b1eb4 Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905 by epoger@google.com · 10 years ago
  68. 44f4129 floating point scale factors for images by commit-bot@chromium.org · 10 years ago
  69. 42dc813 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  70. 8bfcd72 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  71. 420b2ff Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  72. 60c8d24 Remove some unnecessary uses of SkOnce. by commit-bot@chromium.org · 10 years ago
  73. 64f6d15 Use SkAtomics_sync on Android by commit-bot@chromium.org · 10 years ago
  74. abf4189 Drop support for non-atomic non-mutex platforms. by commit-bot@chromium.org · 10 years ago
  75. 81da061 Implement sk_atomic_conditional_inc with sk_atomic_cas. by commit-bot@chromium.org · 10 years ago
  76. 29239a0 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 10 years ago
  77. c2dbbb6 Add OpenGL Compressed Texture enum values by commit-bot@chromium.org · 10 years ago
  78. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  79. 851155c remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 10 years ago
  80. b0c769a sk_memcpy32 should fall back on libc memcpy. by commit-bot@chromium.org · 10 years ago
  81. 3c134a9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  82. 5e565d1 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 10 years ago
  83. e5a8e66 move ashmem switching logic to SkDiscardableMemory::Create by commit-bot@chromium.org · 10 years ago
  84. 4c45064 Change the PKM decoder to adhere to sampler size by commit-bot@chromium.org · 10 years ago
  85. 2dcd243 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 10 years ago
  86. f21991b Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/) by commit-bot@chromium.org · 10 years ago
  87. 0533146 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 10 years ago
  88. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  89. 4e82cdb fix stroking large drawPosText by commit-bot@chromium.org · 10 years ago
  90. c93e681 fix the visual diff of raster vs gpu -- vertices_80. The sw-raster is correct, all images are blurry. by commit-bot@chromium.org · 10 years ago
  91. 7693dbf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  92. 6f4e473 turn assert into not_implemented_yet for patheffects on text by reed@google.com · 10 years ago
  93. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  94. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  95. 8be07bb In convexity checker don't advance last vector when x-product isn't significant. by commit-bot@chromium.org · 10 years ago
  96. ab08437 Revert "Temporarily disable NEON on Android framework builds." by commit-bot@chromium.org · 10 years ago
  97. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  98. ecd856c Revert of Fix compilation error when building with clang on Linux. (https://codereview.chromium.org/287193006/) by commit-bot@chromium.org · 10 years ago
  99. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  100. 2b4c338 Fix compilation error when building with clang on Linux. by commit-bot@chromium.org · 10 years ago