1. f3493f0 iOS/Cocoa SampleApp, Drawingboard, and Networking updates by yangsu@google.com · 13 years ago
  2. 2f9462d Fixed error in SkOSMenu by yangsu@google.com · 13 years ago
  3. e55f533 Updated SkOSMenu to use the updated SkEvents by yangsu@google.com · 13 years ago
  4. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago
  5. 3bbee32 ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this by reed@google.com · 13 years ago
  6. 9181aa8 revert rotated-lcd workaround until I can render gray/lcd+subpixel myself by reed@google.com · 13 years ago
  7. 53d11e0 submit LCD alpha support by caryclark@google.com · 13 years ago
  8. f2164b2 use new SkEvent notion of passing targetID to constructor by reed@google.com · 13 years ago
  9. 87fac4a retool SkEvent to own its target ID or target proc by reed@google.com · 13 years ago
  10. 5aa937b Honor fixed width font in Windows. by ctguil@chromium.org · 13 years ago
  11. c514dde allow events to store their target sink ID by reed@google.com · 13 years ago
  12. e938b19 iOS SampleApp menu related changes by yangsu@google.com · 13 years ago
  13. b3d5bc1 Remove unneeded include in SkBitSet. http://codereview.appspot.com/4801072/ by bungeman@google.com · 13 years ago
  14. 68c4d12 Clip GPU blur against clip bounds. Clip the size of the FBOs used for blurs by senorblanco@chromium.org · 13 years ago
  15. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  16. 955bb07 Make WIC encoder lock the bitmap pixels. http://codereview.appspot.com/4832045/ by bungeman@google.com · 13 years ago
  17. 22b4950 Windows image decoder should handle all bitmap formats. by bungeman@google.com · 13 years ago
  18. 654d72f Revised SkOSMenu http://codereview.appspot.com/4827042/ by yangsu@google.com · 13 years ago
  19. cf9b750 Fix bug in SkMatrix::invert where typemask is not set on inverse when a matrix is inverted into itself. by bsalomon@google.com · 13 years ago
  20. 2c2508d More variable initializations and curly braces to avoid Linux compiler warnings. by tomhudson@google.com · 13 years ago
  21. a7ed3cc Eliminate Linux compile warnings throughout animator/ with variable by tomhudson@google.com · 13 years ago
  22. 5c210c7 Break onEncode() into two functions to avoid clobbering variables with by tomhudson@google.com · 13 years ago
  23. d53bd4a balance destructor's CFRelease with a CFRetain when we get the cgfont by reed@google.com · 13 years ago
  24. 1d32978 Fixing the ignore transform flag in Ganesh with mask filter and drawBitmap by junov@google.com · 13 years ago
  25. b81be7a Include <new> required for placement new in SkTLazy. by bungeman@google.com · 13 years ago
  26. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  27. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  28. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  29. 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 13 years ago
  30. 026dcee include <new> for SkTLazy, since windows seems to need it. by reed@google.com · 13 years ago
  31. 32e5d97 don't modify a const paint by reed@google.com · 13 years ago
  32. a44ea51 use SkConvertQuadToCubic() by reed@google.com · 13 years ago
  33. 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 13 years ago
  34. 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
  35. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  36. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
  37. f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 13 years ago
  38. 82a34d8 GetGlyphOutline can return clipped results :( so we now draw offscreen by reed@google.com · 13 years ago
  39. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  40. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  41. d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
  42. fd4236e don't modify const SkDraw, since multiple threads may be watching it... by reed@google.com · 13 years ago
  43. 40c2ba2 don/t modify const paint, since it could be used in different threads by reed@google.com · 13 years ago
  44. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  45. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  46. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  47. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  48. 0e35ca8 Temporary rollback of r1924 to unblock DEPS roll by bsalomon@google.com · 13 years ago
  49. 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 13 years ago
  50. 00223fa [PDF] fix off by one in setPage. by vandebo@chromium.org · 13 years ago
  51. fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 13 years ago
  52. b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 13 years ago
  53. 8ed436c disable hinting when rotated, since it looks bad by reed@google.com · 13 years ago
  54. b14ef73 Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined. by epoger@google.com · 13 years ago
  55. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  56. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  57. 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
  58. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  59. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  60. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  61. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  62. 422b67d Fix GPU blur cacheing bug. Sometimes, the texture cache serves us textures of by senorblanco@chromium.org · 13 years ago
  63. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
  64. a479fc7 Enable the GPU-based blur by default in Skia, and provide a #define to disable by senorblanco@chromium.org · 13 years ago
  65. 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 13 years ago
  66. 948639b Remove dead edgebuilding code by mike@reedtribe.org · 13 years ago
  67. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  68. 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
  69. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
  70. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  71. 79bd877 GPU strokeAndFill only does the fill http://codereview.appspot.com/4743047/ by bungeman@google.com · 13 years ago
  72. c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 13 years ago
  73. e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
  74. 9de4dc9 check for non-finite values that can make us overshoot by reed@google.com · 13 years ago
  75. eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 13 years ago
  76. 42dd0f9 Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian by senorblanco@chromium.org · 13 years ago
  77. 0b96a84 Remove unused SkGpuDevice functions, add GrRenderTarget handle getters by bsalomon@google.com · 13 years ago
  78. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  79. da44067 since I can't make GDI's lcd text pretty when we're rotated, detect that by reed@google.com · 13 years ago
  80. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  81. e8fab01 add more scalerrec filtering, in prep for handling unhinted by reed@google.com · 13 years ago
  82. 30b74fc send output to printf as well, for commandlines by reed@google.com · 13 years ago
  83. 8dcf74f Modified to add support to print in the margins of pdf documents by ctguil@chromium.org · 13 years ago
  84. aadd9f8 GPU-based blur cleanup. Clean up some issues raised in code review: by senorblanco@chromium.org · 13 years ago
  85. 333d6cb Remove a few old uses of SK_RESTRICT on references. by tomhudson@google.com · 13 years ago
  86. adec446 Fix windows build (unreviewed). by senorblanco@chromium.org · 13 years ago
  87. b08ea1b Implement blur types for GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  88. e74e28d pass correct value for black by reed@google.com · 13 years ago
  89. 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 13 years ago
  90. dbccc88 be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) by reed@google.com · 13 years ago
  91. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  92. 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
  93. cd9cfd7 Modulate color shader's alpha with paint alpha when setting up gpu paint (fixes SampleTinyBitmap) by bsalomon@google.com · 13 years ago
  94. d6caf2e Replace reference parameter with pointer so that we can pass NULL by tomhudson@google.com · 13 years ago
  95. 895ce13 remove dead code by reed@google.com · 13 years ago
  96. 3c1b28d Deleted the #endif that's caused the compiler erro by yangsu@google.com · 13 years ago
  97. 2e20c24 Updated iOSSampleApp and related files. by yangsu@google.com · 13 years ago
  98. e6ea606 re-enable SSE2 blitmask procs, only excluding if we're black (in which case by reed@google.com · 13 years ago
  99. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  100. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago