1. bb89cda This update fixes the problem with GLX failing to find a valid configuration on Linux laptops (Issue 513). by robertphillips@google.com · 13 years ago
  2. fb4ce6f Batch path draws. by bsalomon@google.com · 13 years ago
  3. 77613a5 enable fractionalint (64bit) math in bitmap procs by reed@google.com · 13 years ago
  4. 602f227 need to pack the two values into a 32bit long by mike@reedtribe.org · 13 years ago
  5. 9f79ece add build option to revert hairline-clipping fix from 3366 by reed@google.com · 13 years ago
  6. 3aacb41 Use floats for mask table for accuracy. http://codereview.appspot.com/5783099/ by bungeman@google.com · 13 years ago
  7. 73d98aa Fix missing return statement by bsalomon@google.com · 13 years ago
  8. 9780538 Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx/idx request sizes by bsalomon@google.com · 13 years ago
  9. e3d7095 Change interface on GrDrawTarget to reserve vtx/idx space at same time by bsalomon@google.com · 13 years ago
  10. adb2e24 if we are extending past our clip in antihairlines, don't draw that last by reed@google.com · 13 years ago
  11. f9f258c detect all masks, and don't use masksuperblitter with those by reed@google.com · 13 years ago
  12. 8ff1e51 Updating SkAvoidXferMode to use new 4byte interp function. by djsollen@google.com · 13 years ago
  13. 208236d add/delete some comments to path renderer interface by bsalomon@google.com · 13 years ago
  14. 188838c [PDF] Fix memory hungry inefficiency in pdf resource tracking. by vandebo@chromium.org · 13 years ago
  15. d2dae96 Use default lcd filter until we have the means to specify one. by bungeman@google.com · 13 years ago
  16. f444e8c don't flip the fractional bits (low 4) for bilerp when in kMirror_TileMode by reed@google.com · 13 years ago
  17. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 13 years ago
  18. 4c43372 If we try to clip against a path and the path only contains a rect, treat it as a clip against a rect. by tomhudson@google.com · 13 years ago
  19. a1bfa21 reenable vertical lcd support by reed@google.com · 13 years ago
  20. c5039dd disable 64bit opt for now, as I debug skew failure in DRT by reed@google.com · 13 years ago
  21. 411215a apply FractionalInt improvement to rotated by reed@google.com · 13 years ago
  22. 9183216 use floats to compute texture matrix / coords by bsalomon@google.com · 13 years ago
  23. d41e70d [PDF] Treat TTF Fonts that report zero glyphs as other font type. by vandebo@chromium.org · 13 years ago
  24. f4f2b80 Don't override the user's hinting level. http://codereview.appspot.com/5792049/ by bungeman@google.com · 13 years ago
  25. d850c18 Turn off pedantic check that causes too much noise in GL logs. by bsalomon@google.com · 13 years ago
  26. 3f5a95e Misc bug fix in GrInOrderDrawBuffer by bsalomon@google.com · 13 years ago
  27. d510809 Fix GrBufferAllocPool to include padding in bytes used for an allocation by bsalomon@google.com · 13 years ago
  28. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
  29. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 13 years ago
  30. ae29b88 SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup. by tomhudson@google.com · 13 years ago
  31. ceb4414 Fix debug build: move assertions to GrContext callers, not static callees. by senorblanco@chromium.org · 13 years ago
  32. af90f7f Recommit r3321 with fix for path orientation reversal. by bsalomon@google.com · 13 years ago
  33. 3b4dd90 Refactor Gaussian blur and morphology from SkGpuDevice into GrContext. by senorblanco@chromium.org · 13 years ago
  34. 6d2733a Revert r3321 because of GM failure by bsalomon@google.com · 13 years ago
  35. 84405e0 make skpaint2grpaint functions be local to skgpudevice.cpp by bsalomon@google.com · 13 years ago
  36. c759af3 Avoid making a copy of the path in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  37. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 13 years ago
  38. 68a5b26 Prealloc space for ~10 segments in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  39. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  40. 8c0a0d3 Avoid hairline coverage mul when possible by bsalomon@google.com · 13 years ago
  41. d0b6a2d When guessing at the dest, use linear space instead of color space. by bungeman@google.com · 13 years ago
  42. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  43. 6a81b8a On Mac, also check for a loca table before calling a font true type. by vandebo@chromium.org · 13 years ago
  44. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  45. c8ccfb0 Check to see if font is TrueType before making TrueType specific calls. by caryclark@google.com · 13 years ago
  46. c1dd888 Better workaround for osx / nv bug by bsalomon@google.com · 13 years ago
  47. b4a4ab1 Remove offscreen supersampler. by bsalomon@google.com · 13 years ago
  48. d33b26e Restore SkImageDecoder_libjpeg, which may still be used by the Android build. by tomhudson@google.com · 13 years ago
  49. d61b92b restore old no-gamma behavior when requested by reed@google.com · 13 years ago
  50. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 13 years ago
  51. b27a8d5 minor fix: remove unnecessary init by bsalomon@google.com · 13 years ago
  52. 10d2d4d move the post cleanup of the rec until after we wack it for maskfilter by reed@google.com · 13 years ago
  53. b665a6b Fix cycling through buffers in buffer alloc pool by bsalomon@google.com · 13 years ago
  54. ec9ed81 allow gamma params to be changed in .gyp by reed@google.com · 13 years ago
  55. a1c3256 fix clipping of lcd edge pixels by reed@google.com · 13 years ago
  56. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 13 years ago
  57. f6fc404 Remove ref in buffer alloc pool. by bsalomon@google.com · 13 years ago
  58. 5ffd5ba Workaround for chrome on mac buffer object performance issue. by bsalomon@google.com · 13 years ago
  59. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 13 years ago
  60. 613e9fe apply contrast before blend-gamma-calc by reed@google.com · 13 years ago
  61. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
  62. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  63. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 13 years ago
  64. d76dafb handle checking for large bounds correctly when SkScalar is fixed by reed@google.com · 13 years ago
  65. 98a5b42 Improve SSE2 code for Blending BlitRow functions, producing 10% speedup. by tomhudson@google.com · 13 years ago
  66. 5efaf26 SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. by tomhudson@google.com · 13 years ago
  67. 07db861 since SkScalarCeil/Floor do not explicitly detect overflows from float->int, by reed@google.com · 13 years ago
  68. 5e5a095 reverting r3268 because of test failures by junov@chromium.org · 13 years ago
  69. 1c70074 build fix by junov@chromium.org · 13 years ago
  70. feba689 SkDeferredCanvas, performance: small refactor to remove unnecessary conditional branches on all canvas API calls by junov@chromium.org · 13 years ago
  71. a4e9238 Disable check for large bounds in antipath by reed@google.com · 13 years ago
  72. 92d2a29 reapply r3259 (that was reverted) with fix. by djsollen@google.com · 13 years ago
  73. c16ca92 Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc. by junov@chromium.org · 13 years ago
  74. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  75. 3cc0d8a reverting r3259 because of gm/test failure. by djsollen@google.com · 13 years ago
  76. 42bbef7 Enable quickRejectY in SkCanvas to be inlined. by djsollen@google.com · 13 years ago
  77. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 13 years ago
  78. d127ffe Fix copy/paste issue in GrInOrderDrawBuffer. by bsalomon@google.com · 13 years ago
  79. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 13 years ago
  80. 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
  81. 5d947ab Remove unused member from GrInOrderDrawBuffer by bsalomon@google.com · 13 years ago
  82. f68c5e2 check for null-device in iterator by reed@google.com · 13 years ago
  83. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
  84. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 13 years ago
  85. ffc9248 Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind by tomhudson@google.com · 13 years ago
  86. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 13 years ago
  87. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 13 years ago
  88. 8796ee6 remove bogus assert (leftover from some long-forgotten debugging session) by reed@google.com · 13 years ago
  89. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 13 years ago
  90. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  91. 487dc76 remove unused variable by bsalomon@google.com · 13 years ago
  92. 1214cd0 Provide fallbacks for web fonts. by caryclark@google.com · 13 years ago
  93. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  94. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 13 years ago
  95. 06a7313 SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in by tomhudson@google.com · 13 years ago
  96. 0ec107f Remove incorrect GrAssert calls in GrResourceCache::removeAll by twiz@google.com · 13 years ago
  97. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 13 years ago
  98. eee6661 Use intrinsics for atomic inc and dec on Windows. by bungeman@google.com · 13 years ago
  99. ae50e11 Remove SkFontHost::ValidFontID PART 1: remove only caller. by bungeman@google.com · 13 years ago
  100. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 13 years ago