1. 26b73d3 defer any drawing until our first time, so we don't do it in our by reed@google.com · 12 years ago
  2. ce151d0 return false if the typeface cannot be found by reed@google.com · 12 years ago
  3. 584493e disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520 by reed@google.com · 12 years ago
  4. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  5. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  6. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 12 years ago
  7. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  8. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago
  9. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  10. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 13 years ago
  11. 632151b Add path effect GM by bsalomon@google.com · 13 years ago
  12. dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 13 years ago
  13. e24a079 Expose '--notexturecache' command line argument to gm. by twiz@google.com · 13 years ago
  14. 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 13 years ago
  15. bb0948f increase height to include entire circle for large radial by reed@google.com · 13 years ago
  16. 39c2515 Add missing SkFloatToScalar() calls to fix the build. by tomhudson@google.com · 13 years ago
  17. b18e58c New radial gradient GM to observe banding and dithering effects. by tomhudson@google.com · 13 years ago
  18. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  19. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  20. 72b55be Change background color and add paths to convexpaths gm by bsalomon@google.com · 13 years ago
  21. 0680961 revert 3078 by bsalomon@google.com · 13 years ago
  22. 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 13 years ago
  23. e3cc2eb Stop writing out XPS baselines until we resolve skia issue 455 by epoger@google.com · 13 years ago
  24. 77e498e Updating gm's usage message by junov@google.com · 13 years ago
  25. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  26. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  27. 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 13 years ago
  28. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  29. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  30. b435bd7 use SkIntToScalar by reed@google.com · 13 years ago
  31. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  32. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  33. df6bcb1 disable for now by reed@google.com · 13 years ago
  34. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  35. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  36. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  37. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  38. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  39. b3a39b5 When applying a color matrix, unpremultiply the source, and premultiply the by senorblanco@chromium.org · 13 years ago
  40. a682b93 Make font scaler gm work correctly in fixed point. by bungeman@google.com · 13 years ago
  41. 8ff9c74 Reverting r2969, since it broke the GLPrograms RunTests step. by senorblanco@chromium.org · 13 years ago
  42. c3e159a When applying a color matrix, unpremultiply the source, and premultiply by senorblanco@chromium.org · 13 years ago
  43. dc9a695 The units used to setup XPS should be SkScalars. by bungeman@google.com · 13 years ago
  44. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  45. 0b71f6c Removing path drawing gm tests that produce either an entirely by schenney@chromium.org · 13 years ago
  46. 68f11de Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. by schenney@chromium.org · 13 years ago
  47. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  48. 2d6ef52 add helper drawSizeBounds to show the GM's size by reed@google.com · 13 years ago
  49. 10afbef add optional --forceBWtext to gm, forcing all text to BW to ease by mike@reedtribe.org · 13 years ago
  50. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  51. abfa8d1 Fix fixed-point antialiased clipping GM; upload baselines. by tomhudson@google.com · 13 years ago
  52. c7cf2b3 Add number-of-missing-baseline-images report to gm by epoger@google.com · 13 years ago
  53. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  54. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  55. 45cbfdd Unreviewed changes to the gm tests for paths. Each test is broken into four by schenney@chromium.org · 13 years ago
  56. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  57. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  58. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  59. 263cb3a can't pass const to setPixels :( by reed@google.com · 13 years ago
  60. 5213c04 defer creating offscreen until our first draw (so our constructor runs fast) by reed@google.com · 13 years ago
  61. eb85630 fix positioning for scalar=fixed, still need to fix actual mode by reed@google.com · 13 years ago
  62. eb0fa29 try to make it draw correctly in fixed point by reed@google.com · 13 years ago
  63. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  64. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  65. a8f60f2 change to complexclip_bw and complexclip_aa, adding more combinations as well by reed@google.com · 13 years ago
  66. b4b49cc add getBGColor() getter by reed@google.com · 13 years ago
  67. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  68. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  69. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  70. 29d3501 Fix issue where bumping the max gm width/height affects gpu images by bsalomon@google.com · 13 years ago
  71. 2f6c957 update verttext to remove leading space from image name by reed@google.com · 13 years ago
  72. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  73. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  74. e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
  75. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  76. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  77. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  78. 7616615 add test for bad scanconversion (disabled) by reed@google.com · 13 years ago
  79. 14debba add test gm for vertical text by reed@google.com · 13 years ago
  80. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  81. 8923c6c suppress font-purge messages by reed@google.com · 13 years ago
  82. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  83. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago
  84. e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
  85. b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
  86. 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
  87. 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  88. 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
  89. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  90. 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
  91. b2a5162 all for multiple --match foo args, which will be logically OR'd together by reed@google.com · 13 years ago
  92. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  93. 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
  94. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  95. 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
  96. a310826 Add per-vertex coverage field, use in AA rects when alpha tweak is not valid, add relevant sample/gm by bsalomon@google.com · 13 years ago
  97. f12449b Fixed signed/unsigned comparison warnings in empty path gm/sample by bsalomon@google.com · 13 years ago
  98. 0f1541f Mac does not like empty projects. by bungeman@google.com · 13 years ago
  99. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  100. 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago