1. 683001c [PDF] Ensure that filling single line paths (with no area) does not draw anything. by vandebo@chromium.org · 12 years ago
  2. 5aff0ef commented-out test for exact aa coverage by reed@google.com · 12 years ago
  3. 35a81df add gm for dashing variations by reed@google.com · 12 years ago
  4. a93f9c3 converted "unsigned int" to "size_t" to address compiler failure by robertphillips@google.com · 12 years ago
  5. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 12 years ago
  6. 7d30a21 Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test. by bsalomon@google.com · 12 years ago
  7. daf12bb Fix early termination of GM when 16x msaa rt can't be created. by bsalomon@google.com · 12 years ago
  8. 57b1935 silence warning by reed@google.com · 12 years ago
  9. 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 12 years ago
  10. 95ead84 Fix some float/scalar/int confusion. by vandebo@chromium.org · 12 years ago
  11. 9284ccd Make gm tool able to read and write image files in the same run by epoger@google.com · 12 years ago
  12. c39c867 Fix some fixed-point bugs. by vandebo@chromium.org · 12 years ago
  13. 6853e80 Addressed more Windows compiler complaint issues by robertphillips@google.com · 12 years ago
  14. 0b26c15 Add file missing from r3682 checkin by bsalomon@google.com · 12 years ago
  15. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  16. 56dd630 Clamp dilate and erode radius to image width and height. by senorblanco@chromium.org · 12 years ago
  17. 8e529b7 change -d option to write out complete images (that differed from the baseline) by reed@google.com · 12 years ago
  18. 09042b8 Fixing Windows compiler complaints by robertphillips@google.com · 12 years ago
  19. 7c545bd Augment gm shadows test to cover hairline paths by junov@chromium.org · 12 years ago
  20. d42e3f6 defer drawing/work until first draw, to make debugging easier and speedup by reed@google.com · 12 years ago
  21. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  22. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  23. 22f42b7 [GPU] when paint has patheffect, it should fallback to path render by bsalomon@google.com · 12 years ago
  24. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  25. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  26. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  27. 9afc656 delay any drawing until first call to onDraw (eases debugging) by reed@google.com · 12 years ago
  28. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  29. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  30. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  31. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  32. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  33. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  34. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  35. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  36. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 12 years ago
  37. 7816a4e Close an (incidental) memory leak in gmmain. by tomhudson@google.com · 12 years ago
  38. 6005aeb update test by reed@google.com · 12 years ago
  39. 6b2f7ea tweak gm bounds to better fit the content by reed@google.com · 12 years ago
  40. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 12 years ago
  41. b0b462b add more modes/flags to giantbitmap test by reed@google.com · 12 years ago
  42. 26b73d3 defer any drawing until our first time, so we don't do it in our by reed@google.com · 12 years ago
  43. ce151d0 return false if the typeface cannot be found by reed@google.com · 12 years ago
  44. 584493e disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520 by reed@google.com · 12 years ago
  45. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  46. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  47. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 12 years ago
  48. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 12 years ago
  49. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 12 years ago
  50. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago
  51. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 12 years ago
  52. 632151b Add path effect GM by bsalomon@google.com · 12 years ago
  53. dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 12 years ago
  54. e24a079 Expose '--notexturecache' command line argument to gm. by twiz@google.com · 12 years ago
  55. 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 12 years ago
  56. bb0948f increase height to include entire circle for large radial by reed@google.com · 12 years ago
  57. 39c2515 Add missing SkFloatToScalar() calls to fix the build. by tomhudson@google.com · 12 years ago
  58. b18e58c New radial gradient GM to observe banding and dithering effects. by tomhudson@google.com · 12 years ago
  59. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 12 years ago
  60. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 12 years ago
  61. 72b55be Change background color and add paths to convexpaths gm by bsalomon@google.com · 13 years ago
  62. 0680961 revert 3078 by bsalomon@google.com · 13 years ago
  63. 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 13 years ago
  64. e3cc2eb Stop writing out XPS baselines until we resolve skia issue 455 by epoger@google.com · 13 years ago
  65. 77e498e Updating gm's usage message by junov@google.com · 13 years ago
  66. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  67. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  68. 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 13 years ago
  69. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  70. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  71. b435bd7 use SkIntToScalar by reed@google.com · 13 years ago
  72. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  73. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  74. df6bcb1 disable for now by reed@google.com · 13 years ago
  75. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  76. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  77. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  78. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  79. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  80. b3a39b5 When applying a color matrix, unpremultiply the source, and premultiply the by senorblanco@chromium.org · 13 years ago
  81. a682b93 Make font scaler gm work correctly in fixed point. by bungeman@google.com · 13 years ago
  82. 8ff9c74 Reverting r2969, since it broke the GLPrograms RunTests step. by senorblanco@chromium.org · 13 years ago
  83. c3e159a When applying a color matrix, unpremultiply the source, and premultiply by senorblanco@chromium.org · 13 years ago
  84. dc9a695 The units used to setup XPS should be SkScalars. by bungeman@google.com · 13 years ago
  85. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  86. 0b71f6c Removing path drawing gm tests that produce either an entirely by schenney@chromium.org · 13 years ago
  87. 68f11de Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. by schenney@chromium.org · 13 years ago
  88. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  89. 2d6ef52 add helper drawSizeBounds to show the GM's size by reed@google.com · 13 years ago
  90. 10afbef add optional --forceBWtext to gm, forcing all text to BW to ease by mike@reedtribe.org · 13 years ago
  91. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  92. abfa8d1 Fix fixed-point antialiased clipping GM; upload baselines. by tomhudson@google.com · 13 years ago
  93. c7cf2b3 Add number-of-missing-baseline-images report to gm by epoger@google.com · 13 years ago
  94. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  95. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  96. 45cbfdd Unreviewed changes to the gm tests for paths. Each test is broken into four by schenney@chromium.org · 13 years ago
  97. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  98. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  99. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  100. 263cb3a can't pass const to setPixels :( by reed@google.com · 13 years ago