1. 1fd56dc Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration by epoger@google.com · 13 years ago
  2. af9d9c2 change GC imagedecoder to use the same colorspace between image and context, by reed@google.com · 13 years ago
  3. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  4. 35ae8ea add SkDataRef (for future use) by reed@google.com · 13 years ago
  5. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  6. 5a23424 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ by Scroggo · 13 years ago
  7. 9195836 Consider hw render target limit for offscreen supersample and tile by bsalomon@google.com · 13 years ago
  8. da9fac0 add row/col major getters, plus unit-tests by reed@google.com · 13 years ago
  9. 8260a89 move into utils by reed@google.com · 13 years ago
  10. 7d26c59 add 2nd parameter to SkFontHost::NextLogicalFont() by reed@google.com · 13 years ago
  11. 2f3567c check-point for unifying results between runs and mask backends for aa by reed@google.com · 13 years ago
  12. aed68d9 Make linux sample app work on my laptop. Reviewed at http://codereview.appspot.com/4568050/ by Scroggo · 13 years ago
  13. 3b139f5 round Y baseline for text, as we do in the raster case by reed@google.com · 13 years ago
  14. 8d43018 Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). by tomhudson@google.com · 13 years ago
  15. 521ed7c Attempt to correct issue with fixed point from SkMatrix changes in r1512. by tomhudson@google.com · 13 years ago
  16. 99683ce move code inside #ifdef to fix warning by reed@google.com · 13 years ago
  17. ac38525 Benchmarking suggests that replacing some of the conversions from float to int by tomhudson@google.com · 13 years ago
  18. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  19. ab0ab4a committing http://codereview.appspot.com/4515175/ by caryclark@google.com · 13 years ago
  20. 8cf334f remove dead/abandoned file by reed@google.com · 13 years ago
  21. 34e52a0 initialize fCurrY by reed@google.com · 13 years ago
  22. 3fb5187 speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling by reed@google.com · 13 years ago
  23. fa57ae7 remember previous x-offset when we re-enter the runs array. speeds up paths by reed@google.com · 13 years ago
  24. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  25. 5a1e795 remove dead code by reed@google.com · 13 years ago
  26. f0ec266 [PDF] Add plumbing and accessors so that Chrome can record the font types used in a PDF. by vandebo@chromium.org · 13 years ago
  27. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  28. 67db664 draw rotated rects as paths if we're antialiasing, until we extend our rect-aa by reed@google.com · 13 years ago
  29. e70e400 checkpoint for better 8bit->5bit reduction (disable for now) by reed@google.com · 13 years ago
  30. eebb4a2 balance the call to matrix::flatten from r1414. Formerly both of these were by reed@google.com · 13 years ago
  31. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  32. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  33. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  34. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  35. 50108cd Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as by senorblanco@chromium.org · 13 years ago
  36. f4ff39c Cleanup: Use member function isContentEmpty(). by ctguil@chromium.org · 13 years ago
  37. ee7a956 [PDF] Don't draw empty layers. by vandebo@chromium.org · 13 years ago
  38. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  39. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  40. ac45f00 return the bytes read, not the total provided by reed@google.com · 13 years ago
  41. 69d0555 add copyright notices by reed@google.com · 13 years ago
  42. 598b859 Fix a new clang warning: by thakis@chromium.org · 13 years ago
  43. eb5a815 call notify after we write the kDone verb by reed@google.com · 13 years ago
  44. 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 13 years ago
  45. 21b1c5c fix warnings by reed@google.com · 13 years ago
  46. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago
  47. 1a39493 Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksum by senorblanco@chromium.org · 13 years ago
  48. e4c98ff Clean up some valgrind errors in SkTransparentShader. Valgrind complains by senorblanco@chromium.org · 13 years ago
  49. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  50. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  51. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  52. ef3913b Batch up draws into triangle fans as large as possible when drawing convex by senorblanco@chromium.org · 13 years ago
  53. 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
  54. 9d75767 setHinting modifies fFlags in places, so call it last (after initializing fFlags) by reed@google.com · 13 years ago
  55. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  56. 6271117 support BW glyphs, instead of always forcing them to AA by reed@google.com · 13 years ago
  57. bde3c8e improve gray approximation for LCD LERP by reed@google.com · 13 years ago
  58. c518134 add optional decolorization value for lcd text by reed@google.com · 13 years ago
  59. 26c2d0a Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expose a mask stage through GrPaint by bsalomon@google.com · 13 years ago
  60. ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
  61. bb7f076 Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevices by bsalomon@google.com · 13 years ago
  62. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  63. 08270cb remove reference to fContext by reed@google.com · 13 years ago
  64. 6fb8f77 silence printf by reed@google.com · 13 years ago
  65. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
  66. 1dd17a1 use hires metrics when rotated (or subpixel is requested) by reed@google.com · 13 years ago
  67. f4c2622 Use SkSetFourByteTag in SkFontHost_win.cpp. by ctguil@chromium.org · 13 years ago
  68. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 13 years ago
  69. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  70. b54455e Change getConvexity() to now compute it if the value is set to kUnkown. by reed@google.com · 13 years ago
  71. d757df2 Optimize colorfilter path when using a constant color.\nReviewed at http://codereview.appspot.com/4548041/ by Scroggo · 13 years ago
  72. 0b7b982 clean up sign detection code in computeconvexity by reed@google.com · 13 years ago
  73. 85b6e39 detect more than one loop in computeconvexity by reed@google.com · 13 years ago
  74. 04863fa add Convexity enum to SkPath by reed@google.com · 13 years ago
  75. 6112c21 [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. by vandebo@chromium.org · 13 years ago
  76. d604481 [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. by vandebo@chromium.org · 13 years ago
  77. 92e0f22 Edge antialiasing for convex shapes in Ganesh by senorblanco@chromium.org · 13 years ago
  78. 3189158 cleanup previous array of paints by reed@google.com · 13 years ago
  79. 78dad54 [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. by vandebo@chromium.org · 13 years ago
  80. f475a33 Remove dead debug code. by bsalomon@google.com · 13 years ago
  81. 97c88c2 Add color filters to gpu path. by Scroggo · 13 years ago
  82. 0faac1e remove some dead code in pipes by reed@google.com · 13 years ago
  83. b55d118 check-point for pipe: flatten/unflatten objects for single paint by reed@google.com · 13 years ago
  84. 34dae87 [PDF] Fix ending condition for font advance construction. by vandebo@chromium.org · 13 years ago
  85. 246bd0f by twiz@google.com · 13 years ago
  86. f2eb5ab fix bug where we wrote uninitialized data to the flatten stream for shaders. by reed@google.com · 13 years ago
  87. cc4dac3 Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. by bsalomon@google.com · 13 years ago
  88. 87ec860 remove unneeded asserts (which may fail from imprecise blits into the bitmap, but by reed@google.com · 13 years ago
  89. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 13 years ago
  90. 339ac3d [PDF] (regression) Update font if size changes. by vandebo@chromium.org · 13 years ago
  91. 69d4ca3 [PDF] Fix bug in graphic state comparison. by vandebo@chromium.org · 13 years ago
  92. 20efde7 Share code with SkRect by reed@google.com · 13 years ago
  93. 25adce8 [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. by vandebo@chromium.org · 13 years ago
  94. a0c7edb [PDF] Fix setting of existing clip for layers. by vandebo@chromium.org · 13 years ago
  95. 9fbdf87 [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. by vandebo@chromium.org · 13 years ago
  96. 7744c20 use SkPoint, creating an alias for GrPoint by reed@google.com · 13 years ago
  97. fc29629 Replace GrStringBuilder with SkString. First step in cleaning up the shader generator. Slight performance hit when creating a new shader (<10% of total shader gen time on my Windows box is spent in building our string before handing it to GL). Much of this can be recovered by better usage pattern of SkString in coming revisions. by bsalomon@google.com · 13 years ago
  98. 96a9f791 Fix some fixed-width CJK by reed@google.com · 13 years ago
  99. 205ddd7 Disable MSAA in SkOsWindow on mac and windows by bsalomon@google.com · 13 years ago
  100. bb6793b update by reed@google.com · 13 years ago