1. 6516d4b Set scissor to clip bounding box when using GrConvexPolyEffect by commit-bot@chromium.org · 10 years ago
  2. c435360 Fix android build issues with atomics by commit-bot@chromium.org · 10 years ago
  3. 1f1dd96 Whitespace change to test Bugdroid II by commit-bot@chromium.org · 10 years ago
  4. d4d87df Whitespace change to test Bugdroid by commit-bot@chromium.org · 10 years ago
  5. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 10 years ago
  6. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 10 years ago
  7. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  8. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 10 years ago
  9. 70ac79b use new instead of createCompatibleDevice, since we know the subclass we want by reed@google.com · 10 years ago
  10. ace1354 impl getROPixels for gpu SkImage by reed@google.com · 10 years ago
  11. 0e8c8ef Disable NEON procs for SkBlitMask_D32_A8 until we can diagnose the source of the SIGILL chrashes seen in chromium. by commit-bot@chromium.org · 10 years ago
  12. 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 10 years ago
  13. 6f0ba47 rebaseline_server: add "show only"/"show all" buttons to some columns by commit-bot@chromium.org · 10 years ago
  14. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 10 years ago
  15. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 10 years ago
  16. d5808bd add inital gm for colorfilters by reed@google.com · 10 years ago
  17. 4736ed1 Add ifdef to avoid "not defined" compiler warnings for VS checks by commit-bot@chromium.org · 10 years ago
  18. 8933563 Scripts to generate Android.mk for framework Skia. by commit-bot@chromium.org · 10 years ago
  19. 1c188ed rebaseline_server: get "image size" working again by commit-bot@chromium.org · 10 years ago
  20. 940e3ba Added newline at end of MatrixClipCollapseTest.cpp by robertphillips@google.com · 10 years ago
  21. 2776e01 return NULL not false for a void* failure by reed@google.com · 10 years ago
  22. 1f71846 Add test harness for matrix/clip state collapsing by robertphillips@google.com · 10 years ago
  23. 4f7c615 add ways to peer into an image to get its pixels by reed@google.com · 10 years ago
  24. 999da9c fix refcounting in SkImage::NewRasterData by reed@google.com · 10 years ago
  25. 9d6e7e5 Rebaselines for stragglers (Nexus4 Debug looks like it was really stale.) by senorblanco@chromium.org · 10 years ago
  26. 7cd1ccc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  27. c01eeb3 Add new baselines for tests affected by https://code.google.com/p/skia/source/detail?r=13323, namely: by senorblanco@chromium.org · 10 years ago
  28. 6711780 Fix memory leak in imagefiltersclipped GM (found by valgrind). by senorblanco@chromium.org · 10 years ago
  29. e629c7b Fix SkXPSDevice by senorblanco@chromium.org · 10 years ago
  30. 0937335 Mid-air collision: fix constness for onFilterImage in new test. by senorblanco@chromium.org · 10 years ago
  31. 5251e2b Fix a problem with scaled filters in tiled SkPicture playback. by senorblanco@chromium.org · 10 years ago
  32. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  33. d2e88f6 Rebase gpu images on N4 where persp rect clip is handled by convex poly clip effect. by bsalomon@google.com · 10 years ago
  34. c2d768c pass in the real rowBytes by reed@google.com · 11 years ago
  35. 78bfa79 More canvas-state GM rebaselines by bsalomon@google.com · 11 years ago
  36. d2184d6 canvas-state GM rebaselines after r13320. by bsalomon@google.com · 11 years ago
  37. ceba079 rebaseline_server: add bgcolor slider for pixelDiff column by commit-bot@chromium.org · 11 years ago
  38. c69b0d0 gm self-test: stop checking stdout and stderr by commit-bot@chromium.org · 11 years ago
  39. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
  40. 495157b Fix SampleApp for devices who don't support the full OpenGL API by commit-bot@chromium.org · 11 years ago
  41. d4adfa3 Reland "Gyp file changes for the android framework." by scroggo@google.com · 11 years ago
  42. 8a13588 Stop discarding in frag shader when coverage is zero and stencil writes are enabled by commit-bot@chromium.org · 11 years ago
  43. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  44. cb6adec Clean up SkPictureRecord.cpp by robertphillips@google.com · 11 years ago
  45. 30555b4 Wider perf trigger range for N4 and N7 perf improvements by robertphillips@google.com · 11 years ago
  46. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  47. 076f078 Add magnifier to rebaseline server. by commit-bot@chromium.org · 11 years ago
  48. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  49. 0807ede Compilation fix for r13311 (Update SkPictureRecord to allow some ops to be written separately - https://codereview.chromium.org/153883002/) by robertphillips@google.com · 11 years ago
  50. f48a90c Ignore failures on GalaxyNexus and NexusS by robertphillips@google.com · 11 years ago
  51. 5a63f24 Update SkPictureRecord to allow some ops to be written separately by robertphillips@google.com · 11 years ago
  52. 0f53122 Fix crash in bench when "--mode record" is used by commit-bot@chromium.org · 11 years ago
  53. ea6e14a TSAN: use somewhat pithier SK_ANNOTATE_UNPROTECTED_READ. by commit-bot@chromium.org · 11 years ago
  54. 8df32b9 Added root deletion code to fix valgrind error by commit-bot@chromium.org · 11 years ago
  55. fdbd504 remove kGL_Capability (unused) by reed@google.com · 11 years ago
  56. 65ee5f4 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  57. d52a997 fix int->scalar warning by reed@google.com · 11 years ago
  58. eb62950 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  59. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  60. 28183b4 remove (unused by chrome) SkDeferredCanvas(device) factory signature by reed@google.com · 11 years ago
  61. 11db6fa convert gm tool to use surfaces instead of devices by reed@google.com · 11 years ago
  62. b511be5 Add rect clip to convex_poly_clip GM by commit-bot@chromium.org · 11 years ago
  63. 372b7a4 remove redundant GrContext parameter to NewRenderTargetDirect by reed@google.com · 11 years ago
  64. 1c9bd55 Gyp file changes for the android framework. by scroggo@google.com · 11 years ago
  65. 1bc6c6a change benchmark to use surfaces instead of devices to specify its backends by reed@google.com · 11 years ago
  66. e456a42 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. f4e1a76 More bot whack-a-mole: fix Win build. by senorblanco@chromium.org · 11 years ago
  68. ec7c35d Speculative build fix after r13292. by fmalita@google.com · 11 years ago
  69. 58d1466 Fix skia_gpu=0 build. by senorblanco@chromium.org · 11 years ago
  70. aba651c Fix image filter crop offsets for GPU path. by senorblanco@chromium.org · 11 years ago
  71. 29af1f3 Whitespace change to test the DownloadSKImageFiles fix. by fmalita@google.com · 11 years ago
  72. db00957 fix script so that the error is actually printed if ant is not installed by commit-bot@chromium.org · 11 years ago
  73. 4b5ad7f remove tools/test_rendering.py and tools/test_pictures.py by commit-bot@chromium.org · 11 years ago
  74. d3066bd Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https://codereview.chromium.org/151523005/) by bsalomon@google.com · 11 years ago
  75. 2859f9f rename tracing parameter to be more consistent with other methods by commit-bot@chromium.org · 11 years ago
  76. e89d903 Use GrConvexPolyEffect when clip is a single convex polygon by commit-bot@chromium.org · 11 years ago
  77. 8c6f4b3 Adding int cast to prevent warning by commit-bot@chromium.org · 11 years ago
  78. da5c6d6 don't initialize the default Skia tracer if one has already been provided by commit-bot@chromium.org · 11 years ago
  79. 3458a17 clean up a couple of parameters in the tracing interface by commit-bot@chromium.org · 11 years ago
  80. c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
  81. c048afc Rebaseline imagefiltersgraph_gpu (Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release) by fmalita@google.com · 11 years ago
  82. c6ba74c hopefully last set of rebaselines for blurrect by commit-bot@chromium.org · 11 years ago
  83. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 11 years ago
  84. ccfe7b8 Whitespace change to test the new PRESUBMIT authors check by commit-bot@chromium.org · 11 years ago
  85. 745e08c Check if the issue owner is in the AUTHORS file in PRESUBMIT.py by commit-bot@chromium.org · 11 years ago
  86. 7017288 Fix valgrind issue in SkBase64Test.cpp by robertphillips@google.com · 11 years ago
  87. 78319ce Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  88. ba12448 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  89. bbff208 Split GrUnitTests.cpp into two separate unit tests. by tfarina@chromium.org · 11 years ago
  90. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  91. 2fc672d Adding Chromium authors to the AUTHORS file. by commit-bot@chromium.org · 11 years ago
  92. cfdc596 Do not enforce the public API presubmit check for Revert CLs. by commit-bot@chromium.org · 11 years ago
  93. bf6a6d4 fix leaks in SkConf by commit-bot@chromium.org · 11 years ago
  94. 973d121 rebaselines for https://skia.googlesource.com/skia.git/+/0b9ada1318acf7d5fe90c57331c2a4548aad8b98 by commit-bot@chromium.org · 11 years ago
  95. 4fbac29 remaining rebaselines for rects GM test by commit-bot@chromium.org · 11 years ago
  96. 1da3bc6 remaining GM rebaselines for blurquickreject and megalooper tests by commit-bot@chromium.org · 11 years ago
  97. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 11 years ago
  98. 0a74106 fix bad gyp file move by commit-bot@chromium.org · 11 years ago
  99. 2739684 Rebase simpleblurroundrect and bleed GMs after GPU blur radius changes. by bsalomon@google.com · 11 years ago
  100. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 11 years ago