1. 61d46a0 This new test provides a test case for by junov@google.com · 13 years ago
  2. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  3. 93225ff [PDF] Fix mem leak in font subsetting. by vandebo@chromium.org · 13 years ago
  4. 026dcee include <new> for SkTLazy, since windows seems to need it. by reed@google.com · 13 years ago
  5. 05a32da new baseline now that we're using the built-in quad->cubic converter by reed@google.com · 13 years ago
  6. 32e5d97 don't modify a const paint by reed@google.com · 13 years ago
  7. a44ea51 use SkConvertQuadToCubic() by reed@google.com · 13 years ago
  8. ceff287 add simple test for writepixels by reed@google.com · 13 years ago
  9. 325bdc3 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  10. 08c315d re-enable "core" build target lost in r1968 by epoger@google.com · 13 years ago
  11. 90751c5 use safeunref on typefaces, since Deserialize might return NULL. by reed@google.com · 13 years ago
  12. c9493a4 Properly handle parallel make ("make -j"), and only rerun gyp if necessary. by epoger@google.com · 13 years ago
  13. 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
  14. 9510ccc Cleanup from r1843 based on revision comments. by ctguil@chromium.org · 13 years ago
  15. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago
  16. f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 13 years ago
  17. 8937989 remove this, since diff Win machines differ on LCD settings by reed@google.com · 13 years ago
  18. 6f72eac rebaseline given new AA text generation in SkFontHost_win.cpp by reed@google.com · 13 years ago
  19. 82a34d8 GetGlyphOutline can return clipped results :( so we now draw offscreen by reed@google.com · 13 years ago
  20. cee661a Reapply r1951. by bsalomon@google.com · 13 years ago
  21. ec36471 Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config (r1951)" by vandebo@chromium.org · 13 years ago
  22. 1f16589 [PDF] Add font subsetting using the sfntly library. by vandebo@chromium.org · 13 years ago
  23. 9859428 [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  24. d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
  25. fd4236e don't modify const SkDraw, since multiple threads may be watching it... by reed@google.com · 13 years ago
  26. 40c2ba2 don/t modify const paint, since it could be used in different threads by reed@google.com · 13 years ago
  27. aab1fd9 Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel config by bsalomon@google.com · 13 years ago
  28. 4067d7d Slightly improve visuals of bitmapscroll test in gm by epoger@google.com · 13 years ago
  29. d4af56c Exit SkBitmap::scrollRect() early if width <= 0 by epoger@google.com · 13 years ago
  30. 4f1151a Documentation only: add warning to SkCanvas::writePixels() that this operation by epoger@google.com · 13 years ago
  31. e6a5c4d add --match to the help text by reed@google.com · 13 years ago
  32. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  33. 31dcee7 Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting." by vandebo@chromium.org · 13 years ago
  34. 6504cfd [PDF] Refactor SkPDFFont to enable font/cmap subsetting. by vandebo@chromium.org · 13 years ago
  35. 0e35ca8 Temporary rollback of r1924 to unblock DEPS roll by bsalomon@google.com · 13 years ago
  36. 2ce9a04 Improve GPU blur performance by clearing only when necessary. This gives a by senorblanco@chromium.org · 13 years ago
  37. 58007d7 Add debug symbols to Windows static libraries by epoger@google.com · 13 years ago
  38. 00223fa [PDF] fix off by one in setPage. by vandebo@chromium.org · 13 years ago
  39. fdaf2b9 Revert r1937 while I try to figure out the GM failures. by senorblanco@chromium.org · 13 years ago
  40. b7f28d6 Improve GPU blur speed by clearing only when necessary. This gives a by senorblanco@chromium.org · 13 years ago
  41. 6dc7455 remove forward declaration and reference to extinct SkDeviceFactory by reed@google.com · 13 years ago
  42. bfe6c5f Add gm/base-win-fixed baseline images by epoger@google.com · 13 years ago
  43. 59f3abf fix gradients_degenerate test case for SKIA_SCALAR_IS_FIXED by epoger@google.com · 13 years ago
  44. db10340 rebaseline with unhinted rotated text in freetype by reed@google.com · 13 years ago
  45. 62e8366 rebaseline now that freetype is unhinted when rotated by reed@google.com · 13 years ago
  46. 5256440 In experimental/SkSetPoly3To3_A.cpp, rename div() to divide() to resolve namespace collision in Windows. by epoger@google.com · 13 years ago
  47. 8ed436c disable hinting when rotated, since it looks bad by reed@google.com · 13 years ago
  48. b14ef73 Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined. by epoger@google.com · 13 years ago
  49. 65d8dd9 whitespace change by epoger@google.com · 13 years ago
  50. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  51. 1feb330 replace SkRefPtr for parameters with simple pointers by reed@google.com · 13 years ago
  52. 06f7f40 [PDF] Use insert and append helpers for POD data. by vandebo@chromium.org · 13 years ago
  53. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  54. f6c3ebd fix Capitalization of static methods by reed@google.com · 13 years ago
  55. c789cf1 helpers for append and insert when the value is a POD. by reed@google.com · 13 years ago
  56. f5181a4 [PDF] Fix substitute resources size calculation. by vandebo@chromium.org · 13 years ago
  57. 422b67d Fix GPU blur cacheing bug. Sometimes, the texture cache serves us textures of by senorblanco@chromium.org · 13 years ago
  58. 6c85824 remove these for now, since each WIN machine can have different lcd by reed@google.com · 13 years ago
  59. c9fb65a rebaseline with new gpu-based blurricator by reed@google.com · 13 years ago
  60. db77a6a export function to return a typeface's LOGFONT by reed@google.com · 13 years ago
  61. 29c6129 new baselines now that we're executing the blurs directly on the gpu by reed@google.com · 13 years ago
  62. a479fc7 Enable the GPU-based blur by default in Skia, and provide a #define to disable by senorblanco@chromium.org · 13 years ago
  63. 2812b80 eliminate unneeded refs/unrefs by reed@google.com · 13 years ago
  64. 237a461 Instead of turning clipping off during AA, clip to the offscreen tile when by tomhudson@google.com · 13 years ago
  65. 2ba30c0 iOSSampleApp can now switch backends during runtime by yangsu@google.com · 13 years ago
  66. c344abd whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  67. 948639b Remove dead edgebuilding code by mike@reedtribe.org · 13 years ago
  68. fb6a53a [PDF] Add setPage method to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  69. 4a947d2 Fix kernel width calculation in GPU-based Gaussian blur. When converting the by senorblanco@chromium.org · 13 years ago
  70. ef427d4 Add mac baselines for tinybitmap by bsalomon@google.com · 13 years ago
  71. 9d04d5c Add linux tinybitmap gm images by bsalomon@google.com · 13 years ago
  72. 1936f26 Add tinybitmap gm and windows baselines. by bsalomon@google.com · 13 years ago
  73. 5c63865 Use texture cache for writePixels temp by bsalomon@google.com · 13 years ago
  74. b88cfe5 [PDF] Make color shaders work correctly. by vandebo@chromium.org · 13 years ago
  75. f204d68 Add baselines for tex data gm for mac. by bsalomon@google.com · 13 years ago
  76. 79bd877 GPU strokeAndFill only does the fill http://codereview.appspot.com/4743047/ by bungeman@google.com · 13 years ago
  77. 55fbc8c Add linux gm baselines for tex data test by bsalomon@google.com · 13 years ago
  78. d9f826c flip Y in uploads to bottom-up textures (and add gm test) by bsalomon@google.com · 13 years ago
  79. 74d25b1 Fixed an #ifdef bug in SkUIView by yangsu@google.com · 13 years ago
  80. 22db8af Removed old files in iOSSampleApp by yangsu@google.com · 13 years ago
  81. c5aeccd Updated iOSSampleApp to display FPS and display in OpenGL by yangsu@google.com · 13 years ago
  82. 1b2d6cc Add whitespace.txt for no-op changelists. by epoger@google.com · 13 years ago
  83. 970cb55 convolve GrRefCnt and SkRefCnt by reed@google.com · 13 years ago
  84. 7f6d6d4 add validate() and SkAutoRef by reed@google.com · 13 years ago
  85. e36ddf0 More GPU blur fixes. by senorblanco@chromium.org · 13 years ago
  86. 9de4dc9 check for non-finite values that can make us overshoot by reed@google.com · 13 years ago
  87. 6c84100 whitespace commit to trigger buildbot by epoger@google.com · 13 years ago
  88. 7815e73 Implement remaining options in Windows command-line build by epoger@google.com · 13 years ago
  89. 39b6efa whitespace change to trigger buildbot by epoger@google.com · 13 years ago
  90. 8c4a2db fix printf output for name when skscalar is fixed by reed@google.com · 13 years ago
  91. 25df888 add bench for building blurs by reed@google.com · 13 years ago
  92. 7fd589c Fix http://b/issue?id=5030894 ('Not working on windows: python gyp_skia') by epoger@google.com · 13 years ago
  93. 2d75cc0 make gyp_skia runnable from any directory http://codereview.appspot.com/4720042 by epoger@google.com · 13 years ago
  94. f4fab6c add now that gpu handles this correctly by reed@google.com · 13 years ago
  95. 6b73e55 Undo accidental commit of GrContext.cpp in r1860. by bsalomon@google.com · 13 years ago
  96. eb2aa1d Make CPU->GPU blur path use texture cache by bsalomon@google.com · 13 years ago
  97. 42dd0f9 Fix clipping problem in GPU-based blur. The FBOs used for the fast Gaussian by senorblanco@chromium.org · 13 years ago
  98. 8422311 Remove some cruft from SampleApp.cpp by bsalomon@google.com · 13 years ago
  99. 098e96d Add DeviceManager to SampleWindow by bsalomon@google.com · 13 years ago
  100. 7d04280 Extends skdiff to handle commands of the form by tomhudson@google.com · 13 years ago