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