1. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  2. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  3. 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 13 years ago
  4. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 13 years ago
  5. db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 13 years ago
  6. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  7. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  8. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  9. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  10. e620ad2 Revert r1768 by epoger@google.com · 13 years ago
  11. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  12. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  13. 72798e4 Roll gyp version from 907 to 936 by epoger@google.com · 13 years ago
  14. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 13 years ago
  15. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  16. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  17. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  18. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  19. 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
  20. cb0c5ab Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset() by bsalomon@google.com · 13 years ago
  21. f83ceb9 extract a new factory when we get a new device by reed@google.com · 13 years ago
  22. ba861ca add rebaselined version, now that we force font smoothing by reed@google.com · 13 years ago
  23. 7dba74c update now that we force font smoothing for the tests by reed@google.com · 13 years ago
  24. 4be8adc explicitly enable font smoothing, in case your mac is hooked to a monitor by reed@google.com · 13 years ago
  25. f65817c remove last vestiges of intentional break by epoger@google.com · 13 years ago
  26. 3325084 fix intentional break by epoger@google.com · 13 years ago
  27. 601d1ba another intentional break by epoger@google.com · 13 years ago
  28. 3721a7a fix intentional break by epoger@google.com · 13 years ago
  29. 2278a78 intentional error to exercise buildbot emails by epoger@google.com · 13 years ago
  30. 37100ec oops, these are the "correct" initial pdf baselines by reed@google.com · 13 years ago
  31. 44b6feb add initial pdf gm images. These have not be manually checked for correctness. by reed@google.com · 13 years ago
  32. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
  33. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  34. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  35. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  36. 4809fc8 Add base-linux and base-linux-fixed images for lcdtext test in gm by epoger@google.com · 13 years ago
  37. 63fdcac Add baseline images for new lcdtext within gm by epoger@google.com · 13 years ago
  38. eaacf47 make toplevel Makefile pass MAKEFLAGS to out/Makefile by epoger@google.com · 13 years ago
  39. d9e7502 Fix Mac compile - missing comma. by vandebo@chromium.org · 13 years ago
  40. 98dfb05 Fix core text font metrics - scale to em size and convert float to int by vandebo@chromium.org · 13 years ago
  41. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  42. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 13 years ago
  43. 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 13 years ago
  44. 13649ce fix sign/unsigned warnings by reed@google.com · 13 years ago
  45. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  46. 3aaf6a0 fix exceeds_dist: don't double the loop counter (the caller has done that) by reed@google.com · 13 years ago
  47. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
  48. 21031e9 fix div-by-zero (triggers debugging assert when scalar=fixed) and add master by reed@google.com · 13 years ago
  49. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 13 years ago
  50. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  51. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  52. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  53. 67908f2 fix warnings (signed/unsigned, initialization order, parens) by reed@google.com · 13 years ago
  54. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  55. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  56. ae8a2e5 Modified the iOS pdf data code to use steam.copytoData() by yangsu@google.com · 13 years ago
  57. 6ed8249 update dox by reed@google.com · 13 years ago
  58. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  59. 67d0cff move common code into shared helper function by reed@google.com · 13 years ago
  60. 1ca4f26 fix warning about SkPoint initialization by reed@google.com · 13 years ago
  61. f5f83e1 Fix bad merge which broke compiles. by tomhudson@google.com · 13 years ago
  62. 4eed340 roll back r1705 by epoger@google.com · 13 years ago
  63. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  64. dcab3a1 Alternate approach to enabling PDF in gm (gyp changes) by epoger@google.com · 13 years ago
  65. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 13 years ago
  66. 57d73d6 Added mutex in GetDefaultFont and added the default font to the FontCache when it's first created by yangsu@google.com · 13 years ago
  67. 317d540 New benchmark for SkMatrix::computeType(). by tomhudson@google.com · 13 years ago
  68. b802557 fix null fFontRef in GetDefaultFont() by reed@google.com · 13 years ago
  69. 6f2b44d add (disabled) tests for common angles by reed@google.com · 13 years ago
  70. 6d2a6a4 Updated the references to iOS util files in the iOSSampleApp project file by yangsu@google.com · 13 years ago
  71. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  72. 1c18ca3 Add additional source types to xfer mode test. by vandebo@chromium.org · 13 years ago
  73. 501775e Added helper methods for changing samples, getting sample titles, and extracting pdf Data by yangsu@google.com · 13 years ago
  74. 2eff7e2 Sample App ported to an universal iOS app with airprint enabled by yangsu@google.com · 13 years ago
  75. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 13 years ago
  76. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 13 years ago
  77. 338ee24 Changed variables to not conflict with variables/properties in Cocao Touch by yangsu@google.com · 13 years ago
  78. fe5afe5 Make images properly depend on utils. http://codereview.appspot.com/4629068/ by bungeman@google.com · 13 years ago
  79. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  80. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  81. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  82. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  83. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  84. 8fd48b8 whitespace commit by epoger@google.com · 13 years ago
  85. f4c9429 Added gm/base-MacPro-fixed http://codereview.appspot.com/4631065 by epoger@google.com · 13 years ago
  86. c8e0f93 fix mono bittest by reed@google.com · 13 years ago
  87. 6b9580c Allow override of skia_scalar gyp variable using GYP_DEFINES by epoger@google.com · 13 years ago
  88. 0236294 Add "tools" to "make all" by epoger@google.com · 13 years ago
  89. 8871a84 detect when our quadratic is really linear for 2-point radial, and don't by reed@google.com · 13 years ago
  90. 7382407 promote embedded bitmaps for lcd16 by reed@google.com · 13 years ago
  91. 3c1412f Update BenchGpuTimer.cpp to new interface. by bungeman@google.com · 13 years ago
  92. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  93. 5d2e4cc add toplevel Makefile that works for Mac and Unix by epoger@google.com · 13 years ago
  94. 6e8d335 New benchmark to create many random quadratic paths. by tomhudson@google.com · 13 years ago
  95. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  96. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  97. 3c89818 Fix more coverity defects - Uninitialized class fields. by vandebo@chromium.org · 13 years ago
  98. d19aa27 Fix copy/paste error in GrDrawTarget::AutoStateRestore::set by bsalomon@google.com · 13 years ago
  99. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  100. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago