1. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  2. beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
  3. 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
  4. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  5. a2092aa Fix return value in read pixels unit test by bsalomon@google.com · 13 years ago
  6. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  7. 8d7e39c add experimental test for blending math (disabled for now) by reed@google.com · 13 years ago
  8. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  9. 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
  10. 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
  11. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  12. 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
  13. ab77aaf remove tests for copyPixelsFrom (it is not gone) by reed@google.com · 13 years ago
  14. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  15. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  16. 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
  17. d8676d2 add test for rgn-ops. some disable for now as they don't work (yet) by reed@google.com · 13 years ago
  18. 91d449e add header to document debug-vs-release, fixed-vs-float by reed@google.com · 13 years ago
  19. 12e1525 fix new test to work in fixed-point by reed@google.com · 13 years ago
  20. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  21. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  22. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  23. 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
  24. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  25. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  26. 19f286b add tests for read/writePackedUInt, and fix a bug there. by reed@google.com · 13 years ago
  27. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  28. d9f2dea update to new api for doAA by reed@google.com · 13 years ago
  29. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
  30. 111c19b fix scalar=fixed for the new tests by reed@google.com · 13 years ago
  31. 0abb499 add SkAlphaBlend255 by reed@google.com · 13 years ago
  32. 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
  33. 53effc5 add tests for flatten, unflatten and transform by reed@google.com · 13 years ago
  34. 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 13 years ago
  35. 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
  36. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
  37. d16872c Fix BlurTest to work with fixed point. by bungeman@google.com · 13 years ago
  38. 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
  39. 9dfb757 Skip test GLPrograms test when GL or Gr context can't be created. by bsalomon@google.com · 13 years ago
  40. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  41. 04c643b Use bfrange to shrink ToUnicode table. by vandebo@chromium.org · 13 years ago
  42. 221db3c Fix initialization of variables; eliminates warnings on Linux. by tomhudson@google.com · 13 years ago
  43. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  44. fd03db0 Manually update copyright notices in files that defied the automated process by epoger@google.com · 13 years ago
  45. 17e66e2 [PDF] Improve efficiency of glyph id collection during font subsetting. by vandebo@chromium.org · 13 years ago
  46. 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
  47. f131694 Add functionality for isRect() to SkPath. http://codereview.appspot.com/4807052/ by caryclark@google.com · 13 years ago
  48. d3a094c [PDF] Fix bug in catalog substitution. by vandebo@chromium.org · 13 years ago
  49. 421d644 [PDF] Make stream compression optional on a per device basis. by vandebo@chromium.org · 13 years ago
  50. ba7983e Fix build break from 1851. by bungeman@google.com · 13 years ago
  51. 1ddd7c3 Change pdfTransform to asAffine. http://codereview.appspot.com/4704044/ by bungeman@google.com · 13 years ago
  52. b3b8dfa Fix path iter returned pt on close, test path close pt in unit test. by bsalomon@google.com · 13 years ago
  53. 47e0a09 Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; by tomhudson@google.com · 13 years ago
  54. 2b75f42 add asABlur() to maskfilters, so devices like gpu and pdf can query them. by reed@google.com · 13 years ago
  55. 2ef12d4 [PDF] Add a concept of a substitute object to the SkPDFCatalog class. by vandebo@chromium.org · 13 years ago
  56. d3a8c94 A bit set class. Will be used for font subsetting. by vandebo@chromium.org · 13 years ago
  57. ee69472 Remove compile warning by removing unnecessary output. by tomhudson@google.com · 13 years ago
  58. 3a1f6a0 SkStringPrintf helper fucntion + a new unit test for it. by tomhudson@google.com · 13 years ago
  59. f65817c remove last vestiges of intentional break by epoger@google.com · 13 years ago
  60. 3325084 fix intentional break by epoger@google.com · 13 years ago
  61. 601d1ba another intentional break by epoger@google.com · 13 years ago
  62. 3721a7a fix intentional break by epoger@google.com · 13 years ago
  63. 2278a78 intentional error to exercise buildbot emails by epoger@google.com · 13 years ago
  64. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  65. 6f2b44d add (disabled) tests for common angles by reed@google.com · 13 years ago
  66. fc1539a Experimental framework for fast quadratic subdivision density computation code. by tomhudson@google.com · 13 years ago
  67. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  68. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  69. d33f75c Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was by epoger@google.com · 13 years ago
  70. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  71. 1622c99 add by reed@google.com · 13 years ago
  72. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  73. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  74. 125002a update SkMatrix44 by reed@google.com · 13 years ago
  75. bf083a9 fix windows compile errors in "tests" by epoger@google.com · 13 years ago
  76. ddab227 Duplicates code from GrPathUtils to verify that an approximation for the number by tomhudson@google.com · 13 years ago
  77. 103c036 pass correct size to read(buffer, ...) tests by reed@google.com · 13 years ago
  78. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  79. bcc5683 tiny document-only change by epoger@google.com · 13 years ago
  80. 1f75399 fix PathTest for SKIA_SCALAR=fixed http://codereview.appspot.com/4528083/ by epoger@google.com · 13 years ago
  81. 6cc26da [PDF] Fix PDF primitives test for fixed scalars. by vandebo@chromium.org · 13 years ago
  82. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  83. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
  84. 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 13 years ago
  85. 7c42481 migrate more tests from GrPath.cpp by reed@google.com · 13 years ago
  86. 04863fa add Convexity enum to SkPath by reed@google.com · 13 years ago
  87. a8fd79d make tests return nonzero if failing by epoger@google.com · 13 years ago
  88. 6e7a7b3 Another tiny comment-only change to trigger buildbot by epoger@google.com · 13 years ago
  89. 4b8117d Tiny comment-only change to trigger buildbot by epoger@google.com · 13 years ago
  90. 189520d Fix intentional breakage in previous commit by epoger@google.com · 13 years ago
  91. 262d5f7 Intentional breakage to test notifications, will fix quickly by epoger@google.com · 13 years ago
  92. 540fb22 Tiny comment-only change to trigger update by epoger@google.com · 13 years ago
  93. 67d78b1 Fix my intentional break. by epoger@google.com · 13 years ago
  94. 76c5847 Intentionally break tests, will fix quickly. by epoger@google.com · 13 years ago
  95. f28b78b Another comment-only change to test notifications by epoger@google.com · 13 years ago
  96. 823c973 Tiny comment-only change to test notifications by epoger@google.com · 13 years ago
  97. 75595d9 update by reed@google.com · 13 years ago
  98. 1e1c36f Add comparison and assignment to SkClipStack (and fix an optimization bug). by vandebo@chromium.org · 13 years ago
  99. 69731aa Another tiny comment-only change to trigger svn update by epoger@google.com · 13 years ago
  100. 9395a7e Tiny comment-only change to trigger SVN update in buildbot by epoger@google.com · 13 years ago