1. d3b9fbb Code changes for ANGLE GL interface. .gyp file changes will be delivered later. by robertphillips@google.com · 12 years ago
  2. ba28d03 Create macro for registering classes for deserialization by djsollen@google.com · 12 years ago
  3. 22f42b7 [GPU] when paint has patheffect, it should fallback to path render by bsalomon@google.com · 12 years ago
  4. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  5. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  6. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  7. 9afc656 delay any drawing until first call to onDraw (eases debugging) by reed@google.com · 12 years ago
  8. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  9. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  10. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  11. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  12. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  13. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  14. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  15. f8aa18c Compile with c++0x. http://codereview.appspot.com/5841074/ by bungeman@google.com · 12 years ago
  16. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 12 years ago
  17. 7816a4e Close an (incidental) memory leak in gmmain. by tomhudson@google.com · 12 years ago
  18. 6005aeb update test by reed@google.com · 12 years ago
  19. 6b2f7ea tweak gm bounds to better fit the content by reed@google.com · 12 years ago
  20. 54ff85c [PDF] Fix some fixed/float-point mismatches for image shaders. by vandebo@chromium.org · 12 years ago
  21. b0b462b add more modes/flags to giantbitmap test by reed@google.com · 12 years ago
  22. 26b73d3 defer any drawing until our first time, so we don't do it in our by reed@google.com · 12 years ago
  23. ce151d0 return false if the typeface cannot be found by reed@google.com · 12 years ago
  24. 584493e disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520 by reed@google.com · 12 years ago
  25. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  26. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  27. 5b56d9e In convex path renderer, translate polygon to origin for fanPt computation by bsalomon@google.com · 13 years ago
  28. 278dc69 Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  29. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago
  30. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  31. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 13 years ago
  32. 632151b Add path effect GM by bsalomon@google.com · 13 years ago
  33. dc3c780 [GPU]: Handle degenerate quads when computing UV matrix from control points by bsalomon@google.com · 13 years ago
  34. e24a079 Expose '--notexturecache' command line argument to gm. by twiz@google.com · 13 years ago
  35. 9732f62 Fix degenerate test in convex path renderer by bsalomon@google.com · 13 years ago
  36. bb0948f increase height to include entire circle for large radial by reed@google.com · 13 years ago
  37. 39c2515 Add missing SkFloatToScalar() calls to fix the build. by tomhudson@google.com · 13 years ago
  38. b18e58c New radial gradient GM to observe banding and dithering effects. by tomhudson@google.com · 13 years ago
  39. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  40. bf6c1e4 Adding a flush method to SkCanvas by junov@chromium.org · 13 years ago
  41. 72b55be Change background color and add paths to convexpaths gm by bsalomon@google.com · 13 years ago
  42. 0680961 revert 3078 by bsalomon@google.com · 13 years ago
  43. 495e210 fix interior issues in convex path renderer by bsalomon@google.com · 13 years ago
  44. e3cc2eb Stop writing out XPS baselines until we resolve skia issue 455 by epoger@google.com · 13 years ago
  45. 77e498e Updating gm's usage message by junov@google.com · 13 years ago
  46. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  47. 188bfcf if the y-max has neighbors (prev and next) with the same Y values, then the by reed@google.com · 13 years ago
  48. 5cc90d1 Incorporate changes related to Tom's post-hoc comments on the convex path renderer. by bsalomon@google.com · 13 years ago
  49. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  50. 3d19c38 fix cheapComputeDirection() in the non-convex case to pivot on the y-max point by reed@google.com · 13 years ago
  51. b435bd7 use SkIntToScalar by reed@google.com · 13 years ago
  52. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  53. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  54. df6bcb1 disable for now by reed@google.com · 13 years ago
  55. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  56. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  57. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  58. 76dd277 add filterImage() entry-point to SkDevice, to allow it to specialize on subclasses by reed@google.com · 13 years ago
  59. 663515b [PDF] Fix some scalar/int assumptions. by vandebo@chromium.org · 13 years ago
  60. b3a39b5 When applying a color matrix, unpremultiply the source, and premultiply the by senorblanco@chromium.org · 13 years ago
  61. a682b93 Make font scaler gm work correctly in fixed point. by bungeman@google.com · 13 years ago
  62. 8ff9c74 Reverting r2969, since it broke the GLPrograms RunTests step. by senorblanco@chromium.org · 13 years ago
  63. c3e159a When applying a color matrix, unpremultiply the source, and premultiply by senorblanco@chromium.org · 13 years ago
  64. dc9a695 The units used to setup XPS should be SkScalars. by bungeman@google.com · 13 years ago
  65. 6630d8d Add the ability to iterate through a path without modification. This change is by schenney@chromium.org · 13 years ago
  66. 0b71f6c Removing path drawing gm tests that produce either an entirely by schenney@chromium.org · 13 years ago
  67. 68f11de Removing unnecessary gm tests. Unreviewed but approved by reed@google.com. by schenney@chromium.org · 13 years ago
  68. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  69. 2d6ef52 add helper drawSizeBounds to show the GM's size by reed@google.com · 13 years ago
  70. 10afbef add optional --forceBWtext to gm, forcing all text to BW to ease by mike@reedtribe.org · 13 years ago
  71. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  72. abfa8d1 Fix fixed-point antialiased clipping GM; upload baselines. by tomhudson@google.com · 13 years ago
  73. c7cf2b3 Add number-of-missing-baseline-images report to gm by epoger@google.com · 13 years ago
  74. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  75. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  76. 45cbfdd Unreviewed changes to the gm tests for paths. Each test is broken into four by schenney@chromium.org · 13 years ago
  77. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  78. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  79. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  80. 263cb3a can't pass const to setPixels :( by reed@google.com · 13 years ago
  81. 5213c04 defer creating offscreen until our first draw (so our constructor runs fast) by reed@google.com · 13 years ago
  82. eb85630 fix positioning for scalar=fixed, still need to fix actual mode by reed@google.com · 13 years ago
  83. eb0fa29 try to make it draw correctly in fixed point by reed@google.com · 13 years ago
  84. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  85. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  86. a8f60f2 change to complexclip_bw and complexclip_aa, adding more combinations as well by reed@google.com · 13 years ago
  87. b4b49cc add getBGColor() getter by reed@google.com · 13 years ago
  88. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  89. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  90. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  91. 29d3501 Fix issue where bumping the max gm width/height affects gpu images by bsalomon@google.com · 13 years ago
  92. 2f6c957 update verttext to remove leading space from image name by reed@google.com · 13 years ago
  93. fb82300 enable shadermask optimization all the time by reed@google.com · 13 years ago
  94. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  95. e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
  96. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  97. 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
  98. 54e01b2 This change makes SkImageFilter and SkBlurImageFilter flattenable/unflattenable. by senorblanco@chromium.org · 13 years ago
  99. 7616615 add test for bad scanconversion (disabled) by reed@google.com · 13 years ago
  100. 14debba add test gm for vertical text by reed@google.com · 13 years ago