1. 5a64e58 Revert 3538. by bungeman@google.com · 13 years ago
  2. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 13 years ago
  3. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 13 years ago
  4. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 13 years ago
  5. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 13 years ago
  6. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 13 years ago
  7. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 13 years ago
  8. 988ad53 shape ops builders; fix typo by caryclark@google.com · 13 years ago
  9. a576423 first support at shape ops support for quads by caryclark@google.com · 13 years ago
  10. 8500322 disable GPU blur on small paths by bsalomon@google.com · 13 years ago
  11. 11fa4a7 Files to build Cary's Shape Ops test projects. by caryclark@google.com · 13 years ago
  12. 4db4adc Build libjpeg from source for all platforms by epoger@google.com · 13 years ago
  13. 9fee7ad Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 13 years ago
  14. 41b46be Fix android build by djsollen@google.com · 13 years ago
  15. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
  16. 8926b16 apply imagefilter to all draw calls by reed@google.com · 13 years ago
  17. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 13 years ago
  18. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  19. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 13 years ago
  20. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 13 years ago
  21. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 13 years ago
  22. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 13 years ago
  23. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 13 years ago
  24. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 13 years ago
  25. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 13 years ago
  26. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 13 years ago
  27. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 13 years ago
  28. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 13 years ago
  29. 0a89c90 reverting to 3437 by robertphillips@google.com · 13 years ago
  30. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 13 years ago
  31. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 13 years ago
  32. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 13 years ago
  33. ce47fec Add libjpeg.gyp that wraps third_party/externals/libjpeg/libjpeg.gyp by epoger@google.com · 13 years ago
  34. 573e8ba Add os_posix gyp variable, nesting variables dicts as needed to do so. by epoger@google.com · 13 years ago
  35. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 13 years ago
  36. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 13 years ago
  37. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 13 years ago
  38. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 13 years ago
  39. b8c3917 add bench for various interp techniques used in bitmapshader_matrix by reed@google.com · 13 years ago
  40. 20c0a18 Change skia_target_arch != arm to skia_target_arch == x86 in gyp files by bsalomon@google.com · 13 years ago
  41. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  42. b4a4ab1 Remove offscreen supersampler. by bsalomon@google.com · 13 years ago
  43. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 13 years ago
  44. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 13 years ago
  45. 893ff30 Remove references to svg.gyp from projects that don't use it. by tomhudson@google.com · 13 years ago
  46. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 13 years ago
  47. 3019680 Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gyp by tomhudson@google.com · 13 years ago
  48. 85c1c6e Enable Android GM to produce PNG images. by djsollen@google.com · 13 years ago
  49. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
  50. 3a2b35f Fix typo in the gyp file. by djsollen@google.com · 13 years ago
  51. cf74030 Enable hardware float for all armv7 and add NDK required linker flags by djsollen@google.com · 13 years ago
  52. 809a2a9 Add a bench for picture playback. by djsollen@google.com · 13 years ago
  53. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 13 years ago
  54. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 13 years ago
  55. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 13 years ago
  56. ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 13 years ago
  57. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  58. 2109923 hack to enable SSSE3 on Macs Review URL: https://codereview.appspot.com/5649091 by epoger@google.com · 13 years ago
  59. 4ef14f8 Attempt to make Windows and Mac compilers happy after breakage in r3193. by tomhudson@google.com · 13 years ago
  60. 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 13 years ago
  61. 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 13 years ago
  62. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 13 years ago
  63. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  64. 7bc13a6 Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings by epoger@google.com · 13 years ago
  65. f7fa806 Make GLCaps be standalone and be a member of GrGLContextInfo by bsalomon@google.com · 13 years ago
  66. 632151b Add path effect GM by bsalomon@google.com · 13 years ago
  67. 4072556 Add two files missed in r3165; most critically the gyp! by tomhudson@google.com · 13 years ago
  68. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  69. 8ec9956 Add more TT table definitions and create fake enum typedef. by bungeman@google.com · 13 years ago
  70. af5bbf2 Move SkBase64 to utils, allow user defined encoding. by bungeman@google.com · 13 years ago
  71. 1f9767c Fixing backing store access in SkDeferredCanvas. by junov@chromium.org · 13 years ago
  72. f8d1aee Open type table definitions. http://codereview.appspot.com/5577064/ by bungeman@google.com · 13 years ago
  73. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  74. 7288c49 Fix a warning in libtess in Release builds; define NDEBUG in Release on all by senorblanco@chromium.org · 13 years ago
  75. 4370aed Adding class SkDeferredCanvas for deferred rendering. by junov@google.com · 13 years ago
  76. 69cc6ad Add convex path renderer (disabled) by bsalomon@google.com · 13 years ago
  77. 2211b62 Subpixel text 3/8 of a pixel too far to the right. by bungeman@google.com · 13 years ago
  78. 9f169a4 Add gyp variable to disable OSAA by bsalomon@google.com · 13 years ago
  79. 150d284 Add code path to SW rasterize paths and upload as a mask texture by bsalomon@google.com · 13 years ago
  80. 3e71a88 add gm for reverseAddPath by reed@google.com · 13 years ago
  81. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  82. 70ccffe Android: disable static global initializers by digit@google.com · 13 years ago
  83. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  84. a44e6c6 Add ARM optimizations to the build. by djsollen@google.com · 13 years ago
  85. c52b192 add unittest for sk_memset16 and sk_memset32 by mike@reedtribe.org · 13 years ago
  86. cadbcb8 Towards enabling -Werror in skia on Linux by bsalomon@google.com · 13 years ago
  87. a0b0c12 Fix incorrect use of the SK_RESTRICT macro in SkColorMatrixFilter, and re-enable by senorblanco@chromium.org · 13 years ago
  88. b369bce Disable colormatrix GM test, since it's failing on win32 float release. by senorblanco@chromium.org · 13 years ago
  89. 5cf448f Build fix. Forgot to update gyp. by schenney@chromium.org · 13 years ago
  90. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  91. a69b48c Add SkTableColorFilter, as a foundation for several SVG filters by mike@reedtribe.org · 13 years ago
  92. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  93. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  94. 419f433 add SkUnichar_IsVariationSelector() by reed@google.com · 13 years ago
  95. ef279d3 New gm to test anti-aliased clipping. by tomhudson@google.com · 13 years ago
  96. 5b2d8b7 Disable colorfilter GM for now, since it causes Debug Fixed builds to assert. by senorblanco@chromium.org · 13 years ago
  97. e5ff3ce Implement SkColorFilter::asColorMatrix() virtual, and override in by senorblanco@chromium.org · 13 years ago
  98. ae814c7 A software implementation of the Gaussian blur filter, using 3 box blurs. Also by senorblanco@chromium.org · 13 years ago
  99. 32d25b6 initial impl of SkImageFilters : virtual signature will change! by reed@google.com · 13 years ago
  100. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago