1. ec9ed81 allow gamma params to be changed in .gyp by reed@google.com · 13 years ago
  2. a1c3256 fix clipping of lcd edge pixels by reed@google.com · 13 years ago
  3. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 13 years ago
  4. cd4421d work in progress by caryclark@google.com · 13 years ago
  5. f6fc404 Remove ref in buffer alloc pool. by bsalomon@google.com · 13 years ago
  6. 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 13 years ago
  7. c256cd1 remove fragile assert by reed@google.com · 13 years ago
  8. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 13 years ago
  9. 8822266 rebaseline after gamma tweak by reed@google.com · 13 years ago
  10. 613e9fe apply contrast before blend-gamma-calc by reed@google.com · 13 years ago
  11. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
  12. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  13. 893ff30 Remove references to svg.gyp from projects that don't use it. by tomhudson@google.com · 13 years ago
  14. 89d30ee rebaseline after gamma correction change by reed@google.com · 13 years ago
  15. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 13 years ago
  16. cef7e3f work in progress by caryclark@google.com · 13 years ago
  17. 3019680 Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gyp by tomhudson@google.com · 13 years ago
  18. d76dafb handle checking for large bounds correctly when SkScalar is fixed by reed@google.com · 13 years ago
  19. 98a5b42 Improve SSE2 code for Blending BlitRow functions, producing 10% speedup. by tomhudson@google.com · 13 years ago
  20. 5efaf26 SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  21. 07db861 since SkScalarCeil/Floor do not explicitly detect overflows from float->int, by reed@google.com · 13 years ago
  22. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 13 years ago
  23. 1c70074 build fix by junov@chromium.org · 13 years ago
  24. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 13 years ago
  25. a4e9238 Disable check for large bounds in antipath by reed@google.com · 13 years ago
  26. 710c269 fix reorder initialization warning by djsollen@google.com · 13 years ago
  27. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 13 years ago
  28. c16ca92 Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc. by junov@chromium.org · 13 years ago
  29. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  30. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 13 years ago
  31. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 13 years ago
  32. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
  33. d127ffe Fix copy/paste issue in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
  34. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  35. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
  36. 5d947ab Remove unused member from GrInOrderDrawBuffer by bsalomon@google.com · 13 years ago
  37. 85c1c6e Enable Android GM to produce PNG images. by djsollen@google.com · 13 years ago
  38. f68c5e2 check for null-device in iterator by reed@google.com · 13 years ago
  39. 2afbf07 rebaseline after recent gpu fix by reed@google.com · 13 years ago
  40. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
  41. 3a2b35f Fix typo in the gyp file. by djsollen@google.com · 13 years ago
  42. cf74030 Enable hardware float for all armv7 and add NDK required linker flags by djsollen@google.com · 13 years ago
  43. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 13 years ago
  44. 809a2a9 Add a bench for picture playback. by djsollen@google.com · 13 years ago
  45. 96bd150 Rebaseline GM images for r3241 by bsalomon@google.com · 13 years ago
  46. ffc9248 Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind by tomhudson@google.com · 13 years ago
  47. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 13 years ago
  48. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 13 years ago
  49. 8796ee6 remove bogus assert (leftover from some long-forgotten debugging session) by reed@google.com · 13 years ago
  50. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 13 years ago
  51. 44eedf8 don't require tableCount>0 since some platform fonts may not support that by reed@google.com · 13 years ago
  52. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  53. 7852520 remove 'OS/2' table from known-sizes, since its size is not always the same by reed@google.com · 13 years ago
  54. dadcfdc Fixing Canvas unit test to correctly verify object flattening in SkPicture by junov@chromium.org · 13 years ago
  55. 53aab78 Fix line endings. by bsalomon@google.com · 13 years ago
  56. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 13 years ago
  57. 487dc76 remove unused variable by bsalomon@google.com · 13 years ago
  58. 1214cd0 Provide fallbacks for web fonts. by caryclark@google.com · 13 years ago
  59. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  60. 76b9c4b Disabling failing unit test on linux by junov@chromium.org · 13 years ago
  61. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
  62. 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 13 years ago
  63. 0ec107f Remove incorrect GrAssert calls in GrResourceCache::removeAll by twiz@google.com · 13 years ago
  64. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 13 years ago
  65. c17972e work in progress by caryclark@google.com · 13 years ago
  66. eee6661 Use intrinsics for atomic inc and dec on Windows. by bungeman@google.com · 13 years ago
  67. ae50e11 Remove SkFontHost::ValidFontID PART 1: remove only caller. by bungeman@google.com · 13 years ago
  68. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 13 years ago
  69. 6c5bf8d Added BSD license language where missing. by caryclark@google.com · 13 years ago
  70. 6843ac4 Turn off test in fixed pt build. by bsalomon@google.com · 13 years ago
  71. f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 13 years ago
  72. c2c80c4 Remove two static initializers from debug builds by digit@google.com · 13 years ago
  73. 9b482c4 Remove on static initializer in GrGpu.cpp by digit@google.com · 13 years ago
  74. 128cd22 add missing files by caryclark@google.com · 13 years ago
  75. 6b9cfb3 work in progress by caryclark@google.com · 13 years ago
  76. 7294886 Lazily allocate our global pool for imagerefs by reed@google.com · 13 years ago
  77. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 13 years ago
  78. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
  79. 897fc41 add a todo by reed@google.com · 13 years ago
  80. e401399 Lazily allocate gNameList, and protect its usage behind the global mutex. by djsollen@google.com · 13 years ago
  81. 84ef10f cast to double http://codereview.appspot.com/5645064/ by reed@google.com · 13 years ago
  82. ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 13 years ago
  83. 6008c656 work in progress by caryclark@google.com · 13 years ago
  84. ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 13 years ago
  85. 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
  86. 48b481b fix SkFixed build (I hope) by reed@google.com · 13 years ago
  87. 20e542e Fix a case missed in r3198 where left/right direction of setOrthog matters (matrix computed from a degenerate quad). by bsalomon@google.com · 13 years ago
  88. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  89. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  90. dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
  91. 178964b Misc small fixes to unblock skia roll. by bsalomon@google.com · 13 years ago
  92. 2109923 hack to enable SSSE3 on Macs Review URL: https://codereview.appspot.com/5649091 by epoger@google.com · 13 years ago
  93. 4ef14f8 Attempt to make Windows and Mac compilers happy after breakage in r3193. by tomhudson@google.com · 13 years ago
  94. 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 13 years ago
  95. b35f18f Fix compile errors. by bsalomon@google.com · 13 years ago
  96. 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 13 years ago
  97. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago
  98. d6770e6 SSE2 version of blit_lcd16, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  99. 02f90e8 Fix include paths in non-standard targets. by tomhudson@google.com · 13 years ago
  100. 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago