1. 9de4dc9 check for non-finite values that can make us overshoot by reed@google.com · 13 years ago
  2. eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 13 years ago
  3. 42dd0f9 Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian by senorblanco@chromium.org · 13 years ago
  4. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  5. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  6. da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 13 years ago
  7. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  8. e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 13 years ago
  9. 30b74fc send output to printf as well, for commandlines by reed@google.com · 13 years ago
  10. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  11. aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 13 years ago
  12. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  13. adec446 Fix windows build (unreviewed). by senorblanco@chromium.org · 13 years ago
  14. b08ea1b Implement blur types for GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  15. e74e28d pass correct value for black by reed@google.com · 13 years ago
  16. 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 13 years ago
  17. dbccc88 be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) by reed@google.com · 13 years ago
  18. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  19. 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
  20. cd9cfd7 Modulate color shader's alpha with paint alpha when setting up gpu paint (fixes SampleTinyBitmap) by bsalomon@google.com · 13 years ago
  21. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  22. 895ce13 remove dead code by reed@google.com · 13 years ago
  23. 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 13 years ago
  24. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  25. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  26. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  27. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  28. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  29. 2be9e8b ColorShaders report no bitmaps, but only a color_gradient, which we now detect by reed@google.com · 13 years ago
  30. cde9211 remove SkDeviceFactory from the collective consciousness, now that devices know by reed@google.com · 13 years ago
  31. 45f9ce7 make the mac window resizeable again by reed@google.com · 13 years ago
  32. 29038ed always use grcontext to get the bits to the screen by reed@google.com · 13 years ago
  33. a323787 suppress printfs by reed@google.com · 13 years ago
  34. 3ef80cf suppress printfs by reed@google.com · 13 years ago
  35. 37a2012 add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty by reed@google.com · 13 years ago
  36. 1d6ee0b defer allocating blitter until we know we need it (i.e. gpu-devices don't need, by reed@google.com · 13 years ago
  37. b5c9789 don't call setContext on shader (not necessary), since now gradients ensure that by reed@google.com · 13 years ago
  38. 95eed98 ensure that our bitmap is built with opaque cachedalpha by reed@google.com · 13 years ago
  39. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  40. 9ef2d83 Reverting r1775 at Mike and Brian's request by epoger@google.com · 13 years ago
  41. db2a09f fix chrome build, check OSX version before referencing 10.6 APIs by reed@google.com · 13 years ago
  42. 22c8bb8 Fixing several issues with rendering blurred bitmaps with Ganesh by junov@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. 278cbb4 Enable WebKit/Chromium style logging for Skia. by tomhudson@google.com · 13 years ago
  45. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  46. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  47. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  48. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  49. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  50. f83ceb9 extract a new factory when we get a new device by reed@google.com · 13 years ago
  51. 4be8adc explicitly enable font smoothing, in case your mac is hooked to a monitor by reed@google.com · 13 years ago
  52. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  53. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  54. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  55. d9e7502 Fix Mac compile - missing comma. by vandebo@chromium.org · 13 years ago
  56. 98dfb05 Fix core text font metrics - scale to em size and convert float to int by vandebo@chromium.org · 13 years ago
  57. 9ac4a89 Change output format of dump() to make VS2008 happy. by tomhudson@google.com · 13 years ago
  58. 13649ce fix sign/unsigned warnings by reed@google.com · 13 years ago
  59. 33114e0 remove unused and untested SkPath::subdivide() by reed@google.com · 13 years ago
  60. 3aaf6a0 fix exceeds_dist: don't double the loop counter (the caller has done that) by reed@google.com · 13 years ago
  61. d935cfb Adding support for shadows when drawing bitmaps with skia gpu device by junov@google.com · 13 years ago
  62. 21031e9 fix div-by-zero (triggers debugging assert when scalar=fixed) and add master by reed@google.com · 13 years ago
  63. 3e7b280 Fix compiler warning triggered by non-understanding of assert. by vandebo@chromium.org · 13 years ago
  64. 314e9b3 add ptr/len and SkData versions of Deflate() by reed@google.com · 13 years ago
  65. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  66. 67908f2 fix warnings (signed/unsigned, initialization order, parens) by reed@google.com · 13 years ago
  67. 5667afc remove drawShape from canvas api by reed@google.com · 13 years ago
  68. 0f1c95c Add a zlib target that the pdf target can depend on. by vandebo@chromium.org · 13 years ago
  69. 7453d0e use general SkWStream for parameter by reed@google.com · 13 years ago
  70. 67d0cff move common code into shared helper function by reed@google.com · 13 years ago
  71. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  72. 900d877 Fixed include statements to correctly link mac/ios libraries by yangsu@google.com · 13 years ago
  73. 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
  74. b802557 fix null fFontRef in GetDefaultFont() by reed@google.com · 13 years ago
  75. 1a2b4c1 Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and SkImageDecoder by yangsu@google.com · 13 years ago
  76. 3a31ac1 add (replacing SkDataRef) by reed@google.com · 13 years ago
  77. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  78. c134f39 Added platform specific includes by yangsu@google.com · 13 years ago
  79. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  80. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  81. c8e0f93 fix mono bittest by reed@google.com · 13 years ago
  82. 8871a84 detect when our quadratic is really linear for 2-point radial, and don't by reed@google.com · 13 years ago
  83. 7382407 promote embedded bitmaps for lcd16 by reed@google.com · 13 years ago
  84. 242bb89 Add image encoder/decoder for Windows. http://codereview.appspot.com/4634078/ by bungeman@google.com · 13 years ago
  85. d3aed39 Unify handleTouch and handleClick in SampleApp. by Scroggo · 13 years ago
  86. 1eeaf0b Add support for 8 bits/component glyphs, to by caryclark@google.com · 13 years ago
  87. 3c89818 Fix more coverity defects - Uninitialized class fields. by vandebo@chromium.org · 13 years ago
  88. e1bc274 Fix a batch of coverity defects, uninitialized class fields. by vandebo@chromium.org · 13 years ago
  89. 7332207 Fix some problems detected by coverity. by vandebo@chromium.org · 13 years ago
  90. e03c652 Handle possibly NULL deref in comparison by vandebo@chromium.org · 13 years ago
  91. 6bac947 Add option in flattening to write factory names inline, as we are recording. by reed@google.com · 13 years ago
  92. fd0ffcf change string read/write to store length as full 32-bit value. This simplifies by reed@google.com · 13 years ago
  93. ccb74ea Changed mac specific files to use ApplicationServices rather than Carbon by yangsu@google.com · 13 years ago
  94. f9046fe Add GrRenderTexture cons for gpu dev. Remove factory from gpu device. by bsalomon@google.com · 13 years ago
  95. 06b4da1 Added dependencies for SkPipe in SampleApp by yangsu@google.com · 13 years ago
  96. b4490c7 Minor fixes for SampleApp. by Scroggo · 13 years ago
  97. e97f085 Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveLayer will fall back on createNewCompatibleDevice. by bsalomon@google.com · 13 years ago
  98. 1bce0a5 Modified Pipe Reader to read an atom at a time by yangsu@google.com · 13 years ago
  99. af951c9 make SkDevice constructors explicit between offscreen and on/direct by reed@google.com · 13 years ago
  100. b5b3168 First pass at improving temporary tex/rt reuse by bsalomon@google.com · 13 years ago