1. cc46a0a Fix copy paste error in test ref counting. by vandebo@chromium.org · 12 years ago
  2. c0376fe [PDF] Fix name objects containing characters > 0x80 and add a test. by vandebo@chromium.org · 12 years ago
  3. c256cd1 remove fragile assert by reed@google.com · 12 years ago
  4. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 12 years ago
  5. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 12 years ago
  6. a907ac3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  7. 0b5b0ce reverting r3257 because of gm failure. by junov@chromium.org · 12 years ago
  8. 421bcc3 Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matrix and clipping state by junov@chromium.org · 12 years ago
  9. 87f982c Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL by junov@chromium.org · 12 years ago
  10. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 12 years ago
  11. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 12 years ago
  12. 44eedf8 don't require tableCount>0 since some platform fonts may not support that by reed@google.com · 12 years ago
  13. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago
  14. 7852520 remove 'OS/2' table from known-sizes, since its size is not always the same by reed@google.com · 12 years ago
  15. dadcfdc Fixing Canvas unit test to correctly verify object flattening in SkPicture by junov@chromium.org · 12 years ago
  16. 53aab78 Fix line endings. by bsalomon@google.com · 12 years ago
  17. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago
  18. 76b9c4b Disabling failing unit test on linux by junov@chromium.org · 12 years ago
  19. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  20. b9682d3 Change append to appendf for call sites with no format arguments. by vandebo@chromium.org · 12 years ago
  21. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 12 years ago
  22. 6843ac4 Turn off test in fixed pt build. by bsalomon@google.com · 12 years ago
  23. f0ed80a Make cross_prod used in SkPath::cheapComputeDirection fallback to double computation when result is 0. Verbal LGTM from reed. by bsalomon@google.com · 12 years ago
  24. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
  25. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  26. b1e218e Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures with fixed-point build by junov@chromium.org · 13 years ago
  27. 8f9ecbd Adding API and unit testing for deferred canvas clearing/purging by junov@chromium.org · 13 years ago
  28. 4072556 Add two files missed in r3165; most critically the gyp! by tomhudson@google.com · 13 years ago
  29. b447d21 Fix dumb error of starting loop with 0 instead of 1 that uses shift to increment. by bsalomon@google.com · 13 years ago
  30. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  31. b9f026f Turn on read pixels test for raster backend by bsalomon@google.com · 13 years ago
  32. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  33. d414666 add additional tests for path direction with multiple pts on y-max by reed@google.com · 13 years ago
  34. ac8543f use contour with global ymax to determine direction by reed@google.com · 13 years ago
  35. 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 13 years ago
  36. 13e812c Interpolate vertical linear gradients for improved quality. by tomhudson@google.com · 13 years ago
  37. a6d04d9 Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. by schenney@chromium.org · 13 years ago
  38. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  39. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  40. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  41. 510c6b1 Adding new SkPathMeasure tests, defined out for now as they fail. by schenney@chromium.org · 13 years ago
  42. d335d1d automatically inject a moveTo if we see a close followed by a line/quad/cubic by reed@google.com · 13 years ago
  43. cabaf1d reenable direction test, fix handling of degenerate segments in the non-convex case by reed@google.com · 13 years ago
  44. dc7a506 Fix SkScalar values in ClipperTest.cpp; these were breaking one Windows buildbot by epoger@google.com · 13 years ago
  45. 4762831 disable test until I can fix it by reed@google.com · 13 years ago
  46. 6da3d17 improve clamping logic when handling imprecise chopping of cubics by reed@google.com · 13 years ago
  47. e354397 use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed) by reed@google.com · 13 years ago
  48. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  49. 8688e5b Exclude BGRA readPixel tests on Android until bug 438 is resolved. by djsollen@google.com · 13 years ago
  50. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
  51. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  52. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  53. 9ad3599 Fix ToUnicode generation bug. by vandebo@chromium.org · 13 years ago
  54. 21e0bc2 add move-close-move and move-close-move-close to the "empty" paths to test by reed@google.com · 13 years ago
  55. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  56. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  57. 6c31d9d Fixing PathTest. It was always broken in the convexity test code due by schenney@chromium.org · 13 years ago
  58. 3287949 Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of "SK_Scalar1". by schenney@chromium.org · 13 years ago
  59. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  60. 7c20293 add canvas::isDrawingToLayer(), as a fast query for chrome; faster than by reed@google.com · 13 years ago
  61. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  62. 5ae777d rename sk_float_isNaN to sk_float_isnan to match related functions by reed@google.com · 13 years ago
  63. 1607863 rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed by reed@google.com · 13 years ago
  64. 61873a5 add sk_float_isfinite to mask platform differences by reed@google.com · 13 years ago
  65. d230e3e add test for isFinite by reed@google.com · 13 years ago
  66. b44cd65 Fix Paint == comparison on Android. by djsollen@google.com · 13 years ago
  67. 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
  68. a052aca more rgn==aaclip tests by reed@google.com · 13 years ago
  69. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  70. 95b85bd add test that aaclip.setRegion creates the same mask as the region by mike@reedtribe.org · 13 years ago
  71. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
  72. 3565f0f add test for IsMode by mike@reedtribe.org · 13 years ago
  73. b03db4a fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT) by reed@google.com · 13 years ago
  74. 3563c9e fix autobounds dude to call a custom version of rect.join that doesn't ignore by reed@google.com · 13 years ago
  75. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  76. ffdb018 add test for bounds (disabled as it fails) by reed@google.com · 13 years ago
  77. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  78. beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
  79. bbce8b2 Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no plan to fix) by bsalomon@google.com · 13 years ago
  80. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  81. a2092aa Fix return value in read pixels unit test by bsalomon@google.com · 13 years ago
  82. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  83. 8d7e39c add experimental test for blending math (disabled for now) by reed@google.com · 13 years ago
  84. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  85. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  86. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  87. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  88. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  89. ab77aaf remove tests for copyPixelsFrom (it is not gone) by reed@google.com · 13 years ago
  90. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  91. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  92. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  93. d8676d2 add test for rgn-ops. some disable for now as they don't work (yet) by reed@google.com · 13 years ago
  94. 91d449e add header to document debug-vs-release, fixed-vs-float by reed@google.com · 13 years ago
  95. 12e1525 fix new test to work in fixed-point by reed@google.com · 13 years ago
  96. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  97. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  98. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  99. d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
  100. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago