1. 3721a7a fix intentional break by epoger@google.com · 14 years ago
  2. 2278a78 intentional error to exercise buildbot emails by epoger@google.com · 14 years ago
  3. 37100ec oops, these are the "correct" initial pdf baselines by reed@google.com · 14 years ago
  4. 44b6feb add initial pdf gm images. These have not be manually checked for correctness. by reed@google.com · 14 years ago
  5. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 14 years ago
  6. 9c16bc0 fix bitmapinfo by reed@google.com · 14 years ago
  7. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 14 years ago
  8. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 14 years ago
  9. 4809fc8 Add base-linux and base-linux-fixed images for lcdtext test in gm by epoger@google.com · 14 years ago
  10. 63fdcac Add baseline images for new lcdtext within gm by epoger@google.com · 14 years ago
  11. eaacf47 make toplevel Makefile pass MAKEFLAGS to out/Makefile by epoger@google.com · 14 years ago
  12. d9e7502 Fix Mac compile - missing comma. by vandebo@chromium.org · 14 years ago
  13. 98dfb05 Fix core text font metrics - scale to em size and convert float to int by vandebo@chromium.org · 14 years ago
  14. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 14 years ago
  15. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 14 years ago
  16. 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 14 years ago
  17. 13649ce fix sign/unsigned warnings by reed@google.com · 14 years ago
  18. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 14 years ago
  19. 3aaf6a0 fix exceeds_dist: don't double the loop counter (the caller has done that) by reed@google.com · 14 years ago
  20. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 14 years ago
  21. 21031e9 fix div-by-zero (triggers debugging assert when scalar=fixed) and add master by reed@google.com · 14 years ago
  22. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 14 years ago
  23. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 14 years ago
  24. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 14 years ago
  25. effc501 remove obsolete text codepaths by reed@google.com · 14 years ago
  26. 67908f2 fix warnings (signed/unsigned, initialization order, parens) by reed@google.com · 14 years ago
  27. 5667afc remove drawShape from canvas api by reed@google.com · 14 years ago
  28. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 14 years ago
  29. ae8a2e5 Modified the iOS pdf data code to use steam.copytoData() by yangsu@google.com · 14 years ago
  30. 6ed8249 update dox by reed@google.com · 14 years ago
  31. 7453d0e use general SkWStream for parameter by reed@google.com · 14 years ago
  32. 67d0cff move common code into shared helper function by reed@google.com · 14 years ago
  33. 1ca4f26 fix warning about SkPoint initialization by reed@google.com · 14 years ago
  34. f5f83e1 Fix bad merge which broke compiles. by tomhudson@google.com · 14 years ago
  35. 4eed340 roll back r1705 by epoger@google.com · 14 years ago
  36. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 14 years ago
  37. dcab3a1 Alternate approach to enabling PDF in gm (gyp changes) by epoger@google.com · 14 years ago
  38. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 14 years ago
  39. 57d73d6 Added mutex in GetDefaultFont and added the default font to the FontCache when it's first created by yangsu@google.com · 14 years ago
  40. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 14 years ago
  41. b802557 fix null fFontRef in GetDefaultFont() by reed@google.com · 14 years ago
  42. 6f2b44d add (disabled) tests for common angles by reed@google.com · 14 years ago
  43. 6d2a6a4 Updated the references to iOS util files in the iOSSampleApp project file by yangsu@google.com · 14 years ago
  44. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 14 years ago
  45. 1c18ca3 Add additional source types to xfer mode test. by vandebo@chromium.org · 14 years ago
  46. 501775e Added helper methods for changing samples, getting sample titles, and extracting pdf Data by yangsu@google.com · 14 years ago
  47. 2eff7e2 Sample App ported to an universal iOS app with airprint enabled by yangsu@google.com · 14 years ago
  48. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 14 years ago
  49. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 14 years ago
  50. 338ee24 Changed variables to not conflict with variables/properties in Cocao Touch by yangsu@google.com · 14 years ago
  51. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 14 years ago
  52. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 14 years ago
  53. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 14 years ago
  54. c134f39 Added platform specific includes by yangsu@google.com · 14 years ago
  55. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 14 years ago
  56. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 14 years ago
  57. 8fd48b8 whitespace commit by epoger@google.com · 14 years ago
  58. f4c9429 Added gm/base-MacPro-fixed http://codereview.appspot.com/4631065 by epoger@google.com · 14 years ago
  59. c8e0f93 fix mono bittest by reed@google.com · 14 years ago
  60. 6b9580c Allow override of skia_scalar gyp variable using GYP_DEFINES by epoger@google.com · 14 years ago
  61. 0236294 Add "tools" to "make all" by epoger@google.com · 14 years ago
  62. 8871a84 detect when our quadratic is really linear for 2-point radial, and don't by reed@google.com · 14 years ago
  63. 7382407 promote embedded bitmaps for lcd16 by reed@google.com · 14 years ago
  64. 3c1412f Update BenchGpuTimer.cpp to new interface. by bungeman@google.com · 14 years ago
  65. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 14 years ago
  66. 5d2e4cc add toplevel Makefile that works for Mac and Unix by epoger@google.com · 14 years ago
  67. 6e8d335 New benchmark to create many random quadratic paths. by tomhudson@google.com · 14 years ago
  68. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 14 years ago
  69. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 14 years ago
  70. 3c89818 Fix more coverity defects - Uninitialized class fields. by vandebo@chromium.org · 14 years ago
  71. d19aa27 Fix copy/paste error in GrDrawTarget::AutoStateRestore::set by bsalomon@google.com · 14 years ago
  72. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 14 years ago
  73. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 14 years ago
  74. 7359eae fix to free a plot when purging gr font cache by bsalomon@google.com · 14 years ago
  75. e03c652 Handle possibly NULL deref in comparison by vandebo@chromium.org · 14 years ago
  76. 6aab8e3 Initialize members to satisfy coverity. by bsalomon@google.com · 14 years ago
  77. 714df17 Remove createDevice decl from SkProxyCanvas.h. Impl has already been removed in r1625. by bsalomon@google.com · 14 years ago
  78. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 14 years ago
  79. 25fb21f Refactor GrDrawTarget vertex/index api by bsalomon@google.com · 14 years ago
  80. 62b65b0 SampleApp fixes. by Scroggo · 14 years ago
  81. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 14 years ago
  82. 8ac0d54 Add a way to save to PDF in SampleApp on Android and elsewhere. by Scroggo · 14 years ago
  83. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 14 years ago
  84. 2d54d06 update dox by reed@google.com · 14 years ago
  85. 10a9465 Revert the changes to gyp/images.gyp in r1654, as apparently they're by senorblanco@chromium.org · 14 years ago
  86. 52bbe14 Remove some files from views.gyp that already being compiled into utils.gyp by senorblanco@chromium.org · 14 years ago
  87. 2d7a60d whitespace commit to trigger buildbot by epoger@google.com · 14 years ago
  88. 1a7e946 disable gpu tests when scalar==fixed, add baselines for fixedpoint strokes gm by reed@google.com · 14 years ago
  89. b317304 add mac desktop baselines for strokes gm by reed@google.com · 14 years ago
  90. d52d362 add initial baselines for strokes gm by reed@google.com · 14 years ago
  91. 37019e2 add baselines for new test by mike@reedtribe.org · 14 years ago
  92. 643b007 add strokes.cpp by mike@reedtribe.org · 14 years ago
  93. 90bb497 inherit from SampleView by mike@reedtribe.org · 14 years ago
  94. f2c21cd add by mike@reedtribe.org · 14 years ago
  95. 0c96b0a another whitespace commit by epoger@google.com · 14 years ago
  96. 9bb0c89 whitespace commit by epoger@google.com · 14 years ago
  97. 61f3bde Fix handling of nan when clamping number of pts in quads/cubics by bsalomon@google.com · 14 years ago
  98. 0264276 Added FileReaderApp to experimental and it's corresponding gyp file by yangsu@google.com · 14 years ago
  99. fe67652 Remember last successful stencil format by bsalomon@google.com · 14 years ago
  100. 6d0c02c Fix Gradient2Bench colors so that Debug bench will run. by bungeman@google.com · 14 years ago