1. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  2. beeb97c Added stack to AA clip mask cache by robertphillips@google.com · 12 years ago
  3. 637d5e9 Move GL function prototype typdefs to a separate header by bsalomon@google.com · 12 years ago
  4. 15fa138 shape ops work in progress by caryclark@google.com · 12 years ago
  5. 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 12 years ago
  6. 91bcc94 Make GrGLDefines.h be a private header by bsalomon@google.com · 12 years ago
  7. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  8. c56a83c add bench for SkPath::Iter and SkPath::RawIter by reed@google.com · 12 years ago
  9. 35a81df add gm for dashing variations by reed@google.com · 12 years ago
  10. 4aa1a70 add initial bench for dashing (more work to do) by reed@google.com · 12 years ago
  11. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  12. d9d5385 Added GM test to stress test the texture unit/sampler allocation by robertphillips@google.com · 12 years ago
  13. 7c2578d Second half of refactoring to move SW path rendering to GrPathRenderer by robertphillips@google.com · 12 years ago
  14. 443e5a5 Re-adding red texture support (by rolling back r3800) by robertphillips@google.com · 12 years ago
  15. 0048469 Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with http://crbug.com/125596 ('M20 windows renderer stability maze') by epoger@google.com · 12 years ago
  16. 8c2cc1a add RegionBench, in preparation for speeding up intersects and contains for chrome by reed@google.com · 12 years ago
  17. 8d033a1 Remove GrPath typedef by bsalomon@google.com · 12 years ago
  18. 07eecdc Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage by tomhudson@google.com · 12 years ago
  19. 7361f54 Make GM able to run MSAA modes and multiple GPU configs in a single run. by bsalomon@google.com · 12 years ago
  20. 168e634 Infrastructure for new Ganesh shader pipeline: base classes for GPU by tomhudson@google.com · 12 years ago
  21. 1e945b7 Minor refactoring to pull GrClipMaskManager into its own files by robertphillips@google.com · 12 years ago
  22. 0dd84a3 Minor code cleanup of Debug GL Interface by robertphillips@google.com · 12 years ago
  23. 4f8975e roll out http://code.google.com/p/skia/source/detail?r=3687 because Mac 10.6 bot is failing by epoger@google.com · 12 years ago
  24. cff7f5b Make Mac build generate both 32-bit and 64-bit code. by epoger@google.com · 12 years ago
  25. 580a99c add gm circles by bsalomon@google.com · 12 years ago
  26. 6093e65 dd DrawPathTest to gyp add regression tests for bug 533 by mike@reedtribe.org · 12 years ago
  27. 2b2ede3 Decouple the SkFlattenable from SkReader32/SkWriter32. by djsollen@google.com · 12 years ago
  28. 6995068 Initial version of R8 support by robertphillips@google.com · 12 years ago
  29. 0229765 Fix xcode 4.1 build issue by robertphillips@google.com · 12 years ago
  30. 3a4553e Redelivering r3611 changes (enabling cmyk jpeg changes in .gyps) by robertphillips@google.com · 12 years ago
  31. dd743fe Initial split up of Debug Interface into separate files by robertphillips@google.com · 12 years ago
  32. 7800e30 Rolling back r3611 until the Android compilation issue is resolved by robertphillips@google.com · 12 years ago
  33. f919147 Finally enabled libjpeg functionality in .gyps by robertphillips@google.com · 12 years ago
  34. 3286989 Remove old D3D9 stuff by bsalomon@google.com · 12 years ago
  35. 26be399 Fixing gm build with SkXPSDevice enabled by junov@chromium.org · 12 years ago
  36. 021bce9 Delivering .gyp files to enable building & linking w/ ANGLE on Windows by robertphillips@google.com · 12 years ago
  37. 198e054 shape ops work in progress by caryclark@google.com · 12 years ago
  38. 5a64e58 Revert 3538. by bungeman@google.com · 12 years ago
  39. 29b63dc Correct dependencies in gyp files. http://codereview.appspot.com/5934044/ by bungeman@google.com · 12 years ago
  40. 9985476 Move SkColorMatrix to effects. by bungeman@google.com · 12 years ago
  41. 802eee9 Move SkTextBox.h from utils to views. by bungeman@google.com · 12 years ago
  42. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago
  43. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 12 years ago
  44. d91f370 Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up. by robertphillips@google.com · 12 years ago
  45. 988ad53 shape ops builders; fix typo by caryclark@google.com · 12 years ago
  46. a576423 first support at shape ops support for quads by caryclark@google.com · 12 years ago
  47. 8500322 disable GPU blur on small paths by bsalomon@google.com · 12 years ago
  48. 11fa4a7 Files to build Cary's Shape Ops test projects. by caryclark@google.com · 12 years ago
  49. 4db4adc Build libjpeg from source for all platforms by epoger@google.com · 12 years ago
  50. 9fee7ad Copy libjpeg.gyp from third_party/externals/libjpeg/ to gyp/ by epoger@google.com · 12 years ago
  51. 41b46be Fix android build by djsollen@google.com · 12 years ago
  52. a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 12 years ago
  53. 8926b16 apply imagefilter to all draw calls by reed@google.com · 12 years ago
  54. 5e41b37 Remove circular dependency of views and animator. by bungeman@google.com · 12 years ago
  55. 7d6c8f9 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  56. f85abda Remove mutual dependency of gr and skgr. http://codereview.appspot.com/5879043/ by bungeman@google.com · 12 years ago
  57. c62923d Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp by epoger@google.com · 12 years ago
  58. ec1a7fa Move SkBitSet to utils. by vandebo@chromium.org · 12 years ago
  59. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  60. 76d6de0 Revert "[PDF] Move most of the headers to be private." by vandebo@chromium.org · 12 years ago
  61. bd960c7 [PDF] Move most of the headers to be private. by vandebo@chromium.org · 12 years ago
  62. 79d3cb4 [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  63. a43a532 Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initial transform." by vandebo@chromium.org · 12 years ago
  64. b0ccdec [PDF] Add GM and infrastructure to test drawing shaders with an initial transform. by vandebo@chromium.org · 12 years ago
  65. 5994451 Move SkClampRange into src/effects, where it isn't being advertised as by tomhudson@google.com · 12 years ago
  66. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  67. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  68. 0da3719 Added debug GL Interface. This interface tracks various GL objects in order to find leaks & invalid accesses. by robertphillips@google.com · 12 years ago
  69. 8dd90a9 (SSE2) acceleration for rectangular opaque erases. by tomhudson@google.com · 12 years ago
  70. ce47fec Add libjpeg.gyp that wraps third_party/externals/libjpeg/libjpeg.gyp by epoger@google.com · 12 years ago
  71. 573e8ba Add os_posix gyp variable, nesting variables dicts as needed to do so. by epoger@google.com · 12 years ago
  72. f4a9c82 Split GrTextContext into baseclass and subclass by bsalomon@google.com · 12 years ago
  73. aa3b6a9 Make all gyp targets automatically include common.gypi by epoger@google.com · 12 years ago
  74. 1a38d55 Perform degenerate check in device coords in convex path renderer by bsalomon@google.com · 12 years ago
  75. 4bc0a9d use higher precision (64bit) fixed-point for matrix proc by reed@google.com · 12 years ago
  76. b8c3917 add bench for various interp techniques used in bitmapshader_matrix by reed@google.com · 12 years ago
  77. 20c0a18 Change skia_target_arch != arm to skia_target_arch == x86 in gyp files by bsalomon@google.com · 12 years ago
  78. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago
  79. b4a4ab1 Remove offscreen supersampler. by bsalomon@google.com · 12 years ago
  80. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 12 years ago
  81. 48a4cbc add experimental files to encapsulate device-level font settings by reed@google.com · 12 years ago
  82. 893ff30 Remove references to svg.gyp from projects that don't use it. by tomhudson@google.com · 12 years ago
  83. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 12 years ago
  84. 3019680 Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gyp by tomhudson@google.com · 12 years ago
  85. 85c1c6e Enable Android GM to produce PNG images. by djsollen@google.com · 12 years ago
  86. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 12 years ago
  87. 3a2b35f Fix typo in the gyp file. by djsollen@google.com · 12 years ago
  88. cf74030 Enable hardware float for all armv7 and add NDK required linker flags by djsollen@google.com · 12 years ago
  89. 809a2a9 Add a bench for picture playback. by djsollen@google.com · 12 years ago
  90. a91e923 GPU device preserves pixel values across read/write/read of unpremul pixel values by bsalomon@google.com · 12 years ago
  91. 17aa07d add unittest for FontHost (just tables at the moment) by reed@google.com · 12 years ago
  92. fb0d741 Use nested template expansions to implement Config8888 conversions. by bsalomon@google.com · 12 years ago
  93. ca13d39 Revert 3191 Review URL: http://codereview.appspot.com/5656068/ by bsalomon@google.com · 12 years ago
  94. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 12 years ago
  95. 2109923 hack to enable SSSE3 on Macs Review URL: https://codereview.appspot.com/5649091 by epoger@google.com · 12 years ago
  96. 4ef14f8 Attempt to make Windows and Mac compilers happy after breakage in r3193. by tomhudson@google.com · 12 years ago
  97. 95ad155 Add SSSE3 acceleration for S32_{opaque,alpha}_D32_filter_DX; should yield by tomhudson@google.com · 12 years ago
  98. 621dfe6 Add test to detect bias in conversion of frag shader floats to bytes by bsalomon@google.com · 12 years ago
  99. ed3ee64 add test for colored text drawing (hopefully gamma corrected) by reed@google.com · 12 years ago
  100. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 12 years ago