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