1. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  2. da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 13 years ago
  3. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  4. 4e30598 In skdiff, merge paths into the struct that holds the filename, to enable by tomhudson@google.com · 13 years ago
  5. e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 13 years ago
  6. 30b74fc send output to printf as well, for commandlines by reed@google.com · 13 years ago
  7. 2377b52 add more angles, and test lineartext by reed@google.com · 13 years ago
  8. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  9. aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 13 years ago
  10. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  11. adec446 Fix windows build (unreviewed). by senorblanco@chromium.org · 13 years ago
  12. b08ea1b Implement blur types for GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  13. 877cfe3 "make" script to enable command-line build on Windows by epoger@google.com · 13 years ago
  14. e74e28d pass correct value for black by reed@google.com · 13 years ago
  15. 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 13 years ago
  16. 991e553 add new baselines by mike@reedtribe.org · 13 years ago
  17. ea52f43 rebaseline by mike@reedtribe.org · 13 years ago
  18. 4de4d60 add sample for 2ptradial where we divide by zero by reed@google.com · 13 years ago
  19. dbccc88 be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) by reed@google.com · 13 years ago
  20. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  21. 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
  22. cd9cfd7 Modulate color shader's alpha with paint alpha when setting up gpu paint (fixes SampleTinyBitmap) by bsalomon@google.com · 13 years ago
  23. ab9ec23 Add gm baselines for windows by bsalomon@google.com · 13 years ago
  24. 5835722 little bit of gyp cleanup (fixes windows build of sktime_unix) by bsalomon@google.com · 13 years ago
  25. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  26. 895ce13 remove dead code by reed@google.com · 13 years ago
  27. 033bee3 Changed Bundler identifier to com.google in iOSSampleApp by yangsu@google.com · 13 years ago
  28. 6eece45 Fixed iOSSampleApp dependencies by yangsu@google.com · 13 years ago
  29. 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 13 years ago
  30. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  31. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  32. 5b69dda update macbook baselines by reed@google.com · 13 years ago
  33. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  34. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  35. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  36. 63e5e34 be sure to call setupPaint, so we can respect the command-line args like alpha by mike@reedtribe.org · 13 years ago
  37. 6757a1a Be sure to call context->flush() before we swapbuffers, otherwise we might miss by mike@reedtribe.org · 13 years ago
  38. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  39. 840e9f3 make sure size change posts at sample app startup. by bsalomon@google.com · 13 years ago
  40. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  41. f78e78d add option to test 1x1 bitmapshader by reed@google.com · 13 years ago
  42. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  43. 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
  44. 45f9ce7 make the mac window resizeable again by reed@google.com · 13 years ago
  45. 13636fe add debugging code for degenerate gradients (to be removed later) by reed@google.com · 13 years ago
  46. 5f068f1 notice if the bitmap failed to load by reed@google.com · 13 years ago
  47. a03c979 fix typo: by reed@google.com · 13 years ago
  48. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  49. 2c17fcd Reduce gets of ext string and check validity of stencil format enums by bsalomon@google.com · 13 years ago
  50. 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 13 years ago
  51. 57c8d83 revert prev hack around make3DReady by reed@google.com · 13 years ago
  52. c157531 force grcontext to be created at startup by reed@google.com · 13 years ago
  53. 1b195bc fix return value for make_bitmap by reed@google.com · 13 years ago
  54. 3cec4d7 check-point for testing drawBitmap [raster,gpu] -> [raster,gpu] by reed@google.com · 13 years ago
  55. a323787 suppress printfs by reed@google.com · 13 years ago
  56. 65d8bb0 add SK_API to SkMatrix44 by reed@google.com · 13 years ago
  57. 3ef80cf suppress printfs by reed@google.com · 13 years ago
  58. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  59. 1d6ee0b defer allocating blitter until we know we need it (i.e. gpu-devices don't need, by reed@google.com · 13 years ago
  60. b5c9789 don't call setContext on shader (not necessary), since now gradients ensure that by reed@google.com · 13 years ago
  61. 95eed98 ensure that our bitmap is built with opaque cachedalpha by reed@google.com · 13 years ago
  62. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  63. fc89927 Offset bounds in GrDefaultPathRenderer by fTranslate. by bsalomon@google.com · 13 years ago
  64. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  65. ea5dfa8 merge of SkiOSSampleApp into SampleApp, still a work in progress by epoger@google.com · 13 years ago
  66. 8bcc6f4 export SkAutoSTMalloc (for multi-dll chrome build) by bsalomon@google.com · 13 years ago
  67. ee69472 Remove compile warning by removing unnecessary output. by tomhudson@google.com · 13 years ago
  68. 8846cb2 Create new 'skia_os' variable to replace use of 'OS' in most places. by epoger@google.com · 13 years ago
  69. 5351b37 combine target_defaults.gypi into common.gypi by epoger@google.com · 13 years ago
  70. 0c8d93a Reworks r1770 so that users who have replaced SkUserConfig don't have to by tomhudson@google.com · 13 years ago
  71. 9ae4429 Don't send NULL buffer data hint in chrome by bsalomon@google.com · 13 years ago
  72. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 13 years ago
  73. db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 13 years ago
  74. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@google.com · 13 years ago
  75. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  76. 5d2fef0 fix asserts in new premul inline function by reed@google.com · 13 years ago
  77. 0b8b3bb make inline version of premultiply, to speed up gradient creation. by reed@google.com · 13 years ago
  78. e620ad2 Revert r1768 by epoger@google.com · 13 years ago
  79. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  80. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  81. 72798e4 Roll gyp version from 907 to 936 by epoger@google.com · 13 years ago
  82. afec7ba Fix bug where equality was used instead of assignment. by tomhudson@google.com · 13 years ago
  83. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  84. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  85. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  86. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  87. 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
  88. cb0c5ab Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset() by bsalomon@google.com · 13 years ago
  89. f83ceb9 extract a new factory when we get a new device by reed@google.com · 13 years ago
  90. ba861ca add rebaselined version, now that we force font smoothing by reed@google.com · 13 years ago
  91. 7dba74c update now that we force font smoothing for the tests by reed@google.com · 13 years ago
  92. 4be8adc explicitly enable font smoothing, in case your mac is hooked to a monitor by reed@google.com · 13 years ago
  93. f65817c remove last vestiges of intentional break by epoger@google.com · 13 years ago
  94. 3325084 fix intentional break by epoger@google.com · 13 years ago
  95. 601d1ba another intentional break by epoger@google.com · 13 years ago
  96. 3721a7a fix intentional break by epoger@google.com · 13 years ago
  97. 2278a78 intentional error to exercise buildbot emails by epoger@google.com · 13 years ago
  98. 37100ec oops, these are the "correct" initial pdf baselines by reed@google.com · 13 years ago
  99. 44b6feb add initial pdf gm images. These have not be manually checked for correctness. by reed@google.com · 13 years ago
  100. 46cce91 create bitmaps from pdf output for comparison purposes (mac only at the moment) by reed@google.com · 13 years ago