1. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  2. 4067d7d Slightly improve visuals of bitmapscroll test in gm by epoger@google.com · 13 years ago
  3. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  4. e6a5c4d add --match to the help text by reed@google.com · 13 years ago
  5. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  6. 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
  7. 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
  8. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  9. 0a09eef Change true and false to 1 and 0 in macros that are used to conditionally compile code. by bsalomon@google.com · 13 years ago
  10. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
  11. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  12. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  13. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  14. 4eed340 roll back r1705 by epoger@google.com · 13 years ago
  15. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  16. 1c18ca3 Add additional source types to xfer mode test. by vandebo@chromium.org · 13 years ago
  17. 1a7e946 disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm by reed@google.com · 13 years ago
  18. f2c21cd add by mike@reedtribe.org · 13 years ago
  19. cae6b3f -replay tests are only run if forward rendering succeeded. by tomhudson@google.com · 13 years ago
  20. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  21. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  22. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  23. 137c428 Update baselines for linux-fixed. Make shader text sample/GM work with scalar=fixed. by bsalomon@google.com · 13 years ago
  24. 3914958 Fix text-as-path with skshader on gpu by bsalomon@google.com · 13 years ago
  25. ea32543 When user specifies an output path with -w, only output files from main by tomhudson@google.com · 13 years ago
  26. b8b0983 make --replay be the default. Now --noreplay will disable testing through a picture by reed@google.com · 13 years ago
  27. e3605d0 retool without shapes, which are broken/experimental by reed@google.com · 13 years ago
  28. 4c9a815 remove self-modifying matrix code, which can't work with pictures, and will be removed from shapes api soon by reed@google.com · 13 years ago
  29. 64f340c dynamically allocate the pixels, so they can be referened when drawn into a picture by reed@google.com · 13 years ago
  30. 8f09672 Rebase GM tool for SKIA_SCALAR=fixed http://codereview.appspot.com/4559041 by epoger@google.com · 13 years ago
  31. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  32. 3c14d0f Fix gm tests for fixed point. by bungeman@google.com · 13 years ago
  33. 0368d06 Fix clipping in StrokeRectGM test for fixed point. by bungeman@google.com · 13 years ago
  34. 65245ad fix assertion failure in Skia_Linux_Fixed_Debug build by epoger@google.com · 13 years ago
  35. 2ed67e8 Fix tests with incorrect swizzle. http://codereview.appspot.com/4552046/ by bungeman@google.com · 13 years ago
  36. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 13 years ago
  37. 1526129 PDF Device should report non-transformed size for width and height. by ctguil@chromium.org · 13 years ago
  38. 8e728d7 Propagate return values from compare() up to main() so we can return 0 if all by tomhudson@google.com · 13 years ago
  39. 86bf5c9 Allocate a bitmap on the stack in xfermodes.cpp to work around a limitation by tomhudson@google.com · 13 years ago
  40. 6abfa49 Fix default value of doSerialize parameter (oops!). by tomhudson@google.com · 13 years ago
  41. 73fb042 Add command-line parameters to control execution of SkPicture tests; default by tomhudson@google.com · 13 years ago
  42. 9875dd1 Extends gm to test SkPicture replay and serialization. by tomhudson@google.com · 13 years ago
  43. 75f97e4 Generalize the flip origin argument to the PDF device constructor. by vandebo@chromium.org · 13 years ago
  44. c280700 add pathfill gm sample by reed@google.com · 13 years ago
  45. 3b14dc1 add strokerects to gm output current bench settings by reed@google.com · 13 years ago
  46. 807cec4 Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip by bsalomon@google.com · 13 years ago
  47. 11a5ff3 use new high-quality blur in samples by reed@google.com · 13 years ago
  48. 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 13 years ago
  49. a965a15 add test for points by reed@google.com · 13 years ago
  50. 67981c5 add test for poly2poly by reed@google.com · 13 years ago
  51. c96e5c2 add new test for blurs by reed@google.com · 13 years ago
  52. 686abdf [PDF] Improve PDF support in gm. by vandebo@chromium.org · 13 years ago
  53. 3869007 fix warnings, including using GrTCast<> to go from &Obj -> uint32_t* by reed@google.com · 14 years ago
  54. 0fdaa22 Add shaded text sample and gm test. by bsalomon@google.com · 14 years ago
  55. d4dfd10 add new 2nd argument for rendertarget to SkGpuCanvas by reed@google.com · 14 years ago
  56. 0e4a885 fix refcount bug - as picture gets referenced by canvas when canvas is a by reed@google.com · 14 years ago
  57. 37df17d fix build for linux by reed@google.com · 14 years ago
  58. 51df9e3 add gpu to gm tool add pass-through read/write pixels API to canvas by reed@google.com · 14 years ago
  59. f3c1cc9 update baselines to add 2point-radial gradients, and use gpu-friendly xfermode code by reed@google.com · 14 years ago
  60. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  61. 3d3f092 -d dir will write out a difference-bitmap for each compare that failes by reed@google.com · 14 years ago
  62. 0770044 add option to write PDFs from gm by reed@google.com · 14 years ago
  63. 00f883e dump message confirming read or write directory by reed@android.com · 14 years ago
  64. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  65. 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
  66. 0bfffc5 add golden master code for shapes by reed@android.com · 15 years ago
  67. 09b84a0 add shape recording to pictuures (sans serialization) by reed@android.com · 15 years ago
  68. 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
  69. c9c6422 update to use new xfermodes by reed@android.com · 15 years ago
  70. 1a2fec5 add gm for shader tilemodes by reed@android.com · 15 years ago
  71. 42309d4 add gm for gradients by reed@android.com · 15 years ago
  72. 25b0434 gm -w 'directory' now works for recording the master images by reed@android.com · 15 years ago
  73. 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
  74. dd0ac28 more progress on golden-master test suite (not finished yet) by reed@android.com · 15 years ago
  75. 00dae86 checkpoint for golden master suite (gm) by reed@android.com · 15 years ago