1. 809a2a9 Add a bench for picture playback. by djsollen@google.com · 13 years ago
  2. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  3. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 13 years ago
  4. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  5. ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 13 years ago
  6. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  7. 2109923 hack to enable SSSE3 on Macs Review URL: https://codereview.appspot.com/5649091 by epoger@google.com · 13 years ago
  8. 4ef14f8 Attempt to make Windows and Mac compilers happy after breakage in r3193. by tomhudson@google.com · 13 years ago
  9. 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 13 years ago
  10. 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 13 years ago
  11. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago
  12. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  13. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 13 years ago
  14. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
  15. 632151b Add path effect GM by bsalomon@google.com · 13 years ago
  16. 4072556 Add two files missed in r3165; most critically the gyp! by tomhudson@google.com · 13 years ago
  17. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  18. 8ec9956 Add more TT table definitions and create fake enum typedef. by bungeman@google.com · 13 years ago
  19. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 13 years ago
  20. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  21. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 13 years ago
  22. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  23. 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 13 years ago
  24. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  25. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  26. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  27. 9f169a4 Add gyp variable to disable OSAA by bsalomon@google.com · 13 years ago
  28. 150d284 Add code path to SW rasterize paths and upload as a mask texture by bsalomon@google.com · 13 years ago
  29. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  30. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  31. 70ccffe Android: disable static global initializers by digit@google.com · 13 years ago
  32. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  33. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  34. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
  35. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  36. a0b0c12 Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable by senorblanco@chromium.org · 13 years ago
  37. b369bce Disable colormatrix GM test, since it's failing on win32 float release. by senorblanco@chromium.org · 13 years ago
  38. 5cf448f Build fix. Forgot to update gyp. by schenney@chromium.org · 13 years ago
  39. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  40. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  41. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  42. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  43. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  44. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  45. 5b2d8b7 Disable colorfilter GM for now, since it causes Debug Fixed builds to assert. by senorblanco@chromium.org · 13 years ago
  46. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  47. ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago
  48. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  49. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  50. 62b24b1 Fix android build and cleanup references to SkMMapStream by djsollen@google.com · 13 years ago
  51. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  52. afcb55c move ports into its own gyp file by caryclark@google.com · 13 years ago
  53. e51755f add first cut at arithmetic mode by mike@reedtribe.org · 13 years ago
  54. b6e1619 Adding isOpaque method to skia shader classes by junov@chromium.org · 13 years ago
  55. 086e535 Make GrGLShaderVar objects aware of whether they are uniform, varying, or by tomhudson@google.com · 13 years ago
  56. d230e3e add test for isFinite by reed@google.com · 13 years ago
  57. 44360bc Changes to the android gyp system to build without RTTI and exceptions. by djsollen@google.com · 13 years ago
  58. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  59. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  60. 06711bd9 Move SkGLCanvas.h to obsolete, delete from gyp by bsalomon@google.com · 13 years ago
  61. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  62. e805535 add test for shader text w/ and w/o lcd (and w/ and w/o opaque) by reed@google.com · 13 years ago
  63. 37f3ae0 add unittest for save/restore by reed@google.com · 13 years ago
  64. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  65. 897e66c Add windowscodecs.lib to images.gyp by bsalomon@google.com · 13 years ago
  66. 3d60812 don't quickReject bitmaps if there is a looper or other possible bounds-modifier by reed@google.com · 13 years ago
  67. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  68. 0069aa5 add commented line to try to add additional warnings by reed@google.com · 13 years ago
  69. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
  70. cc58651 add bench for shader+blitMask by reed@google.com · 13 years ago
  71. 1dcf506 Remove GrGpuGLFixed subclass and ES1 support by bsalomon@google.com · 13 years ago
  72. 410e9dc New SkMutex benchmark - used when we suspected mutex performance issues; by tomhudson@google.com · 13 years ago
  73. beb7fe1 [PDF] Optimize W-array generation with respect to subsetted fonts and add test. by vandebo@chromium.org · 13 years ago
  74. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago
  75. 14debba add test gm for vertical text by reed@google.com · 13 years ago
  76. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  77. b76b34e add initial gyp to build freetype lib (problems with cflags not showing up in xcode) by reed@google.com · 13 years ago
  78. 5a412e5 Build fix; unreviewed. by senorblanco@chromium.org · 13 years ago
  79. 60014ca Implement Gaussian blurs for images. The caller creates an an by senorblanco@chromium.org · 13 years ago
  80. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  81. 24babf4 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  82. 6ff8255 Add support for building Android SampleApp. by djsollen@google.com · 13 years ago
  83. 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 13 years ago
  84. ce1d9e2 Back out fontscaler gm, as it seems to show up a gpu issue. by bungeman@google.com · 13 years ago
  85. 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  86. fad4510 Move the Android sample app into the android repo. by djsollen@google.com · 13 years ago
  87. 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
  88. 51c2fa7 Fix for missing file from previous CL that broke the build. by djsollen@google.com · 13 years ago
  89. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  90. 6e5a45c add bench for building the font cache by reed@google.com · 13 years ago
  91. 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
  92. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  93. 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
  94. 57c4957 add bench for building aaclips by reed@google.com · 13 years ago
  95. 48dd1a2 Import all GMs as Samples. by bsalomon@google.com · 13 years ago
  96. 05d63ae add initial bench for drawVertices by reed@google.com · 13 years ago
  97. 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
  98. 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
  99. 71dd3e0 New benchmark for blitRect based on call frequency observed while scrolling by tomhudson@google.com · 13 years ago
  100. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago