1. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  2. 895ce13 remove dead code by reed@google.com · 13 years ago
  3. 033bee3 Changed Bundler identifier to com.google in iOSSampleApp by yangsu@google.com · 13 years ago
  4. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  5. 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 13 years ago
  6. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  7. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  8. 5b69dda update macbook baselines by reed@google.com · 13 years ago
  9. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  10. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  11. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  12. 63e5e34 be sure to call setupPaint, so we can respect the command-line args like alpha by mike@reedtribe.org · 13 years ago
  13. 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
  14. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  15. 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
  16. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  17. f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
  18. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  19. 1e257a5 Remove nested scope resolutions in GrGpuGLShaders and use enum counts for generating random values in unit test. by bsalomon@google.com · 13 years ago
  20. 45f9ce7 make the mac window resizeable again by reed@google.com · 13 years ago
  21. 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
  22. 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
  23. a03c979 fix typo: by reed@google.com · 13 years ago
  24. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  25. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 13 years ago
  26. 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 13 years ago
  27. 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
  28. c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
  29. 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
  30. 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
  31. a323787 suppress printfs by reed@google.com · 13 years ago
  32. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  33. 3ef80cf suppress printfs by reed@google.com · 13 years ago
  34. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  35. 1d6ee0b defer allocating blitter until we know we need it (i.e. gpu-devices don't need, by reed@google.com · 13 years ago
  36. b5c9789 don't call setContext on shader (not necessary), since now gradients ensure that by reed@google.com · 13 years ago
  37. 95eed98 ensure that our bitmap is built with opaque cachedalpha by reed@google.com · 13 years ago
  38. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  39. fc89927 Offset bounds in GrDefaultPathRenderer by fTranslate. by bsalomon@google.com · 13 years ago
  40. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  41. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  42. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  43. ee69472 Remove compile warning by removing unnecessary output. by tomhudson@google.com · 13 years ago
  44. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  45. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  46. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  47. 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 13 years ago
  48. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 13 years ago
  49. db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 13 years ago
  50. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  51. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  52. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  53. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  54. e620ad2 Revert r1768 by epoger@google.com · 13 years ago
  55. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  56. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  57. 72798e4 Roll gyp version from 907 to 936 by epoger@google.com · 13 years ago
  58. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 13 years ago
  59. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  60. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  61. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  62. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  63. 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
  64. cb0c5ab Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset() by bsalomon@google.com · 13 years ago
  65. f83ceb9 extract a new factory when we get a new device by reed@google.com · 13 years ago
  66. ba861ca add rebaselined version, now that we force font smoothing by reed@google.com · 13 years ago
  67. 7dba74c update now that we force font smoothing for the tests by reed@google.com · 13 years ago
  68. 4be8adc explicitly enable font smoothing, in case your mac is hooked to a monitor by reed@google.com · 13 years ago
  69. f65817c remove last vestiges of intentional break by epoger@google.com · 13 years ago
  70. 3325084 fix intentional break by epoger@google.com · 13 years ago
  71. 601d1ba another intentional break by epoger@google.com · 13 years ago
  72. 3721a7a fix intentional break by epoger@google.com · 13 years ago
  73. 2278a78 intentional error to exercise buildbot emails by epoger@google.com · 13 years ago
  74. 37100ec oops, these are the "correct" initial pdf baselines by reed@google.com · 13 years ago
  75. 44b6feb add initial pdf gm images. These have not be manually checked for correctness. by reed@google.com · 13 years ago
  76. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago
  77. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  78. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  79. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  80. 4809fc8 Add base-linux and base-linux-fixed images for lcdtext test in gm by epoger@google.com · 13 years ago
  81. 63fdcac Add baseline images for new lcdtext within gm by epoger@google.com · 13 years ago
  82. eaacf47 make toplevel Makefile pass MAKEFLAGS to out/Makefile by epoger@google.com · 13 years ago
  83. d9e7502 Fix Mac compile - missing comma. by vandebo@chromium.org · 13 years ago
  84. 98dfb05 Fix core text font metrics - scale to em size and convert float to int by vandebo@chromium.org · 13 years ago
  85. 213c42b Create new lcdtext page within gm http://codereview.appspot.com/4654071 by epoger@google.com · 13 years ago
  86. c10a888 Guard against 0 tolerance in curve subdivision. by tomhudson@google.com · 13 years ago
  87. 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 13 years ago
  88. 13649ce fix sign/unsigned warnings by reed@google.com · 13 years ago
  89. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  90. 3aaf6a0 fix exceeds_dist: don't double the loop counter (the caller has done that) by reed@google.com · 13 years ago
  91. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
  92. 21031e9 fix div-by-zero (triggers debugging assert when scalar=fixed) and add master by reed@google.com · 13 years ago
  93. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 13 years ago
  94. ac864a9 add test for degenerate 2point gradients (needs pdf and gpu fixes) by reed@google.com · 13 years ago
  95. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  96. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  97. 67908f2 fix warnings (signed/unsigned, initialization order, parens) by reed@google.com · 13 years ago
  98. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  99. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  100. ae8a2e5 Modified the iOS pdf data code to use steam.copytoData() by yangsu@google.com · 13 years ago