1. 901e96d Add Sample slide for Rectanizers by robertphillips · 11 years ago
  2. a6a8f00 hide SkDevice::config() by reed · 11 years ago
  3. 14751db Whitespace change to test the Git Skia CQ by rmistry · 11 years ago
  4. 5787c6f Use googlesource VIEW_VC in codereview.settings by rmistry · 11 years ago
  5. eb7cd46 Whitespace change to test the Git Skia CQ by rmistry · 11 years ago
  6. ae64976 Whitespace by Eric Boren · 11 years ago
  7. ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 11 years ago
  8. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
  9. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
  10. 22a1d96 New file for simpler updating of Android defines. by commit-bot@chromium.org · 11 years ago
  11. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 11 years ago
  12. 92a8916 fix casting issue with or operator by commit-bot@chromium.org · 11 years ago
  13. b458795 Revert of remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS (https://codereview.chromium.org/308083010/) by commit-bot@chromium.org · 11 years ago
  14. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
  15. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 11 years ago
  16. 1fd263e remove SK_SUPPORT_LEGACY_ASIMAGEINFO and SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 11 years ago
  17. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
  18. 2a5cd60 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 11 years ago
  19. 999cfd1 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 11 years ago
  20. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 11 years ago
  21. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 11 years ago
  22. af091a1 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 11 years ago
  23. b328158 Fixing clusterfuzz issue by commit-bot@chromium.org · 11 years ago
  24. a65e2fd add --dryRun flag to dm by commit-bot@chromium.org · 11 years ago
  25. 4927092 check for null typeface from paint by reed@google.com · 11 years ago
  26. 7ae034d Test font created from paint by commit-bot@chromium.org · 11 years ago
  27. f7f9aa0 move all code generation under genProgram() in GrGLShaderBuilder. by commit-bot@chromium.org · 11 years ago
  28. 6175d50 more rebaselines for filterbitmap and downsamplebitmap. by commit-bot@chromium.org · 11 years ago
  29. 3dd6368 Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromium.org/305033002/) by commit-bot@chromium.org · 11 years ago
  30. 9a558d4 using real tiles when simulating tiling by commit-bot@chromium.org · 11 years ago
  31. ee982ed TSAN caught us racing in ScalarBench.cpp by commit-bot@chromium.org · 11 years ago
  32. 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 · 11 years ago
  33. 687a26d fix int->scalar warnings by reed@google.com · 11 years ago
  34. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  35. 16fdbd3 Whitespace change to test CQ throttling by commit-bot@chromium.org · 11 years ago
  36. fdee40f Revert of Whitespace change to test CQ throttling (https://codereview.chromium.org/307993004/) by commit-bot@chromium.org · 11 years ago
  37. 6402089 Whitespace change to test CQ throttling by commit-bot@chromium.org · 11 years ago
  38. 559a883 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 11 years ago
  39. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. 0585843 Fixing a clusterfuzz found issue by commit-bot@chromium.org · 11 years ago
  41. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 11 years ago
  42. 1803f4eb new animated sample to show subpixel translate bug with high quality scaling by commit-bot@chromium.org · 11 years ago
  43. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  44. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
  45. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
  46. 39e8d93 DM tweaks by commit-bot@chromium.org · 11 years ago
  47. 97de357 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 11 years ago
  48. f9bd04f Constify the arguments to createTexture by commit-bot@chromium.org · 11 years ago
  49. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  50. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 11 years ago
  51. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 11 years ago
  52. d3c6b3f Tinker with SkLazyFnPtr a bit. by commit-bot@chromium.org · 11 years ago
  53. 448e2a3 Add SkBarriers to ports. by commit-bot@chromium.org · 11 years ago
  54. ecc8649 Mark remaining Ubuntu msaa shadertext2 images as ignore-failure. by bsalomon@google.com · 11 years ago
  55. ff33677 add SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS by commit-bot@chromium.org · 11 years ago
  56. 672e7cf fix bug in legacy code for SK_SUPPORT_LEGACY_IMAGEGENERATORAPI by reed@google.com · 11 years ago
  57. 37c772a Reland https://codereview.chromium.org/286903025 by commit-bot@chromium.org · 11 years ago
  58. 6ee7a09 cleanup gyp common_variables by djsollen@google.com · 11 years ago
  59. 0b8bbf6 Rebaseline stragglers, mark shadertext2 as ignore on ubunutu for msaa configs. by bsalomon@google.com · 11 years ago
  60. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 11 years ago
  61. cac02e5 Bench rebaseline from codereview: fix is_finished by commit-bot@chromium.org · 11 years ago
  62. 68d20ec legacy refEncodedData() returns data, not bool by reed@google.com · 11 years ago
  63. 0a7e5b7 Add the ability to select a source image to use in the code. by commit-bot@chromium.org · 11 years ago
  64. cba7378 replace config() with colorType() by commit-bot@chromium.org · 11 years ago
  65. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
  66. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 11 years ago
  67. 8de5b7b Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 11 years ago
  68. 97415aa Rebase shadertext2,3 and stroketext on gpu configs by bsalomon@google.com · 11 years ago
  69. f970b70 New baselines for imagefilter GMs in perspective mode post-r14920. by senorblanco@chromium.org · 11 years ago
  70. c4be146 re-enable downsample and filterbitmap GMs by commit-bot@chromium.org · 11 years ago
  71. 0e59c3a rebaselines for ignored filterbitmap / downsamplebitmap tests by commit-bot@chromium.org · 11 years ago
  72. e65a44a Bench Rebaseline from Codereview: separate out all_trybots_finished() by commit-bot@chromium.org · 11 years ago
  73. 5bf38e2 Rebaseline GMs with missing expectated images and shadertext2 msaa by bsalomon@google.com · 11 years ago
  74. 0a92d8e ignore failing pdf-native for shadertext by commit-bot@chromium.org · 11 years ago
  75. f87f1e3 rebaselines for shadertext after unitmapper removal by commit-bot@chromium.org · 11 years ago
  76. 7ac83bb ignore failures for acutals that never appear by commit-bot@chromium.org · 11 years ago
  77. 050b3b8 Massive rebaseline of gpu images after matrix change. by bsalomon@google.com · 11 years ago
  78. 17af7e4 whitespace change to trigger buildbots and get all GM images uploaded by commit-bot@chromium.org · 11 years ago
  79. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 11 years ago
  80. 5373260 git cl dcommit# Enter a description of the change. shadertext2 rebaselines by commit-bot@chromium.org · 11 years ago
  81. dcba993 Add sk_memcpy32 to Memcpy bench. by commit-bot@chromium.org · 11 years ago
  82. 793ddd9 Shut up windows build errors on new GM by commit-bot@chromium.org · 11 years ago
  83. 3c1594a make new blurrect GM and replace the dozens of existing ones by commit-bot@chromium.org · 11 years ago
  84. e3c400f Set the default discardable pool size for Android framework. by commit-bot@chromium.org · 11 years ago
  85. 81496fb Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 11 years ago
  86. 940aa23 rebaseline #5 for shadertext2 by commit-bot@chromium.org · 11 years ago
  87. f263f34 yet more rebaselines for shadertext and mandrills by commit-bot@chromium.org · 11 years ago
  88. c950ee6 more rebaselines for shadertext2 and stroketext and a couple of mandrills by commit-bot@chromium.org · 11 years ago
  89. 86b0de4 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 11 years ago
  90. 05d1cc2 Revert of Spin off just SkLazyFnPtr from 305513002. (https://codereview.chromium.org/305753002/) by commit-bot@chromium.org · 11 years ago
  91. 6640ee3 Revert of Fix SkAtomics_win.h typos. (https://codereview.chromium.org/293363017/) by commit-bot@chromium.org · 11 years ago
  92. a32260d add flag to disable changes to image scaling to avoid breaking every single by commit-bot@chromium.org · 11 years ago
  93. 5133fc1 Fix SkAtomics_win.h typos. by commit-bot@chromium.org · 11 years ago
  94. 3fdc7d6 Spin off just SkLazyFnPtr from 305513002. by commit-bot@chromium.org · 11 years ago
  95. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 11 years ago
  96. 77cb589 more rebaselines for shadertext by commit-bot@chromium.org · 11 years ago
  97. b1aec17 Remove SkThread.h from public API. by commit-bot@chromium.org · 11 years ago
  98. 7e2b0f3 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 11 years ago
  99. e9ba81f rebaseline shadertext2 shadertext3 and stroketext (sans 2) by commit-bot@chromium.org · 11 years ago
  100. 93d7bb6 add a verbose flag to skdiff that shows the progress and status of by commit-bot@chromium.org · 11 years ago