1. 51c078b make this work again: ./gyp_skia && make SampleApp by epoger@google.com · 13 years ago
  2. d897bfb [PDF] Add pages accessor to SkPDFDocument. by vandebo@chromium.org · 13 years ago
  3. f33d153 Port the SampleApp (raster) to Android. by Scroggo · 13 years ago
  4. bbb203c Remove unnecessary call to unlock. by Scroggo · 13 years ago
  5. 1d5aaa8 fix memory leaks by reed@google.com · 13 years ago
  6. 5a1e795 remove dead code by reed@google.com · 13 years ago
  7. ae85aea split skia.gyp into separate gypfile for each source dir by epoger@google.com · 13 years ago
  8. 3509f05 Add more SK_API declarations to fix Chrome. by vandebo@chromium.org · 13 years ago
  9. 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
  10. d7beab4 Fix copy/paste bug that checks same stencil field twice in isDisabled(). by bsalomon@google.com · 13 years ago
  11. b8b0983 make --replay be the default. Now --noreplay will disable testing through a picture by reed@google.com · 13 years ago
  12. e3605d0 retool without shapes, which are broken/experimental by reed@google.com · 13 years ago
  13. c0c4d22 Removal of obsolete interface, SkMatrixClipObserver. by twiz@google.com · 13 years ago
  14. 4c9a815 remove self-modifying matrix code, which can't work with pictures, and will be removed from shapes api soon by reed@google.com · 13 years ago
  15. 64f340c dynamically allocate the pixels, so they can be referened when drawn into a picture by reed@google.com · 13 years ago
  16. de324a1 we don't checkin baselines for pdf yet by reed@google.com · 13 years ago
  17. e3dc4a6 add gpu baselines for linux by reed@google.com · 13 years ago
  18. 67db664 draw rotated rects as paths if we're antialiasing, until we extend our rect-aa by reed@google.com · 13 years ago
  19. e70e400 checkpoint for better 8bit->5bit reduction (disable for now) by reed@google.com · 13 years ago
  20. eebb4a2 balance the call to matrix::flatten from r1414. Formerly both of these were by reed@google.com · 13 years ago
  21. 3272ba8 Show fatbits mode in openGL. http://codereview.appspot.com/4515141/ by Scroggo · 13 years ago
  22. 5d6e108 This change eliminates a potential memory leak and it by junov@google.com · 13 years ago
  23. d9097e0 add by reed@google.com · 13 years ago
  24. 03c2ef5 inherit from SampleView by reed@google.com · 13 years ago
  25. 1fa803d Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess by senorblanco@chromium.org · 13 years ago
  26. 8887ede [PDF] Improve the SkClipStack skipping prefix code. by vandebo@chromium.org · 13 years ago
  27. 19e3c1e [PDF] Reuse the invert function object for xform object masks. by vandebo@chromium.org · 13 years ago
  28. 13d14a9 [PDF] Rename ContentEntryAccessor to ScopedContentEntry. by vandebo@chromium.org · 13 years ago
  29. 61d2678 [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. by vandebo@chromium.org · 13 years ago
  30. 50108cd Grab-bag of memory fixes. SkFlatMatrix::Flatten had the same issue as by senorblanco@chromium.org · 13 years ago
  31. f4ff39c Cleanup: Use member function isContentEmpty(). by ctguil@chromium.org · 13 years ago
  32. 5b32529 Stores index.html in the output (diff) directory rather than in the current by tomhudson@google.com · 13 years ago
  33. ee7a956 [PDF] Don't draw empty layers. by vandebo@chromium.org · 13 years ago
  34. b069c8c [PDF] Add helper class to manage ContentEntry set up and completion. by vandebo@chromium.org · 13 years ago
  35. 8f09672 Rebase GM tool for SKIA_SCALAR=fixed http://codereview.appspot.com/4559041 by epoger@google.com · 13 years ago
  36. 481aef6 [PDF] Add clip support and some optimizations for "complex" xfer modes. by vandebo@chromium.org · 13 years ago
  37. 2f83940 Fixes performance for texture domain uniform upload by junov@google.com · 13 years ago
  38. b28b5e4 Warn when an SkScalar is passed into SkIntToScalar() (converted twice) by epoger@google.com · 13 years ago
  39. ac45f00 return the bytes read, not the total provided by reed@google.com · 13 years ago
  40. 69d0555 add copyright notices by reed@google.com · 13 years ago
  41. 598b859 Fix a new clang warning: by thakis@chromium.org · 13 years ago
  42. eb5a815 call notify after we write the kDone verb by reed@google.com · 13 years ago
  43. 80b09de add optoinal bytesRead argument (output) to playback() by reed@google.com · 13 years ago
  44. 21b1c5c fix warnings by reed@google.com · 13 years ago
  45. 103c036 pass correct size to read(buffer, ...) tests 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. c7d9f9d Expose SkComposeShader as SK_API. by ctguil@chromium.org · 13 years ago
  48. 1a39493 Fix unnitialized memory in Sk2DPathEffect. The SkDescriptor checksum by senorblanco@chromium.org · 13 years ago
  49. 8c5753e Fixed point no longer crashes when GL enabled in gm tests. by bungeman@google.com · 13 years ago
  50. e4c98ff Clean up some valgrind errors in SkTransparentShader. Valgrind complains by senorblanco@chromium.org · 13 years ago
  51. 0251b2f Tag GrPrintf with GR_API so that it is exposed to users of a Skia DLL by bsalomon@google.com · 13 years ago
  52. bcc5683 tiny document-only change by epoger@google.com · 13 years ago
  53. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  54. 3c14d0f Fix gm tests for fixed point. by bungeman@google.com · 13 years ago
  55. 0368d06 Fix clipping in StrokeRectGM test for fixed point. by bungeman@google.com · 13 years ago
  56. 2368f6f Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIState by bsalomon@google.com · 13 years ago
  57. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  58. 9e0f2ee Add build for unix to gyp. by bungeman@google.com · 13 years ago
  59. e580bc1 Plug a leak in SampleShaderTest. by senorblanco@chromium.org · 13 years ago
  60. 71ff02c Add unix and mesa GL files to gyp. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  61. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  62. 65245ad fix assertion failure in Skia_Linux_Fixed_Debug build by epoger@google.com · 13 years ago
  63. ef3913b Batch up draws into triangle fans as large as possible when drawing convex by senorblanco@chromium.org · 13 years ago
  64. 2766118 Fix windows color order Review URL: http://codereview.appspot.com/4553048/ by bsalomon@google.com · 13 years ago
  65. 346ff6c Add snapshot of gyp-generated vs proj for any third party devs who were using the old project. README.TXT explains how to generate an up to date one. by bsalomon@google.com · 13 years ago
  66. c386b87 Fix windows build (missing SkFontHost.cpp) by bsalomon@google.com · 13 years ago
  67. ec96518 Remove old visual studio project by bsalomon@google.com · 13 years ago
  68. 466f3d6 [PDF] Implement clear xfermode with a mask instead of pushing the clip down. by vandebo@chromium.org · 13 years ago
  69. 8989d31 [PDF] Fix windows compile warning. by vandebo@chromium.org · 13 years ago
  70. 05ea181 move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that by reed@google.com · 13 years ago
  71. 9d75767 setHinting modifies fFlags in places, so call it last (after initializing fFlags) by reed@google.com · 13 years ago
  72. 1f75399 fix PathTest for SKIA_SCALAR=fixed http://codereview.appspot.com/4528083/ by epoger@google.com · 13 years ago
  73. bad8c87 show consistent timings between debug and release by reed@google.com · 13 years ago
  74. 00e17c5 Fix uninit of mask var by bsalomon@google.com · 13 years ago
  75. 02b5331 encode current LCD orientation and order into font-cache-key by reed@google.com · 13 years ago
  76. 2ed67e8 Fix tests with incorrect swizzle. http://codereview.appspot.com/4552046/ by bungeman@google.com · 13 years ago
  77. d1a416a glFinish to complete bench before stopping stopwatch. by bungeman@google.com · 13 years ago
  78. 6cc26da [PDF] Fix PDF primitives test for fixed scalars. by vandebo@chromium.org · 13 years ago
  79. 6271117 support BW glyphs, instead of always forcing them to AA by reed@google.com · 13 years ago
  80. b36334d lockPixels before looking at them in Zoomer by reed@google.com · 13 years ago
  81. 79b3b7e checkpoint for 8->5 bit reduction by reed@google.com · 13 years ago
  82. 9e39bb3 code style, inherit from SampleView by reed@google.com · 13 years ago
  83. 09e3baa add 'h' to tri-toggle font hinting by reed@google.com · 13 years ago
  84. bde3c8e improve gray approximation for LCD LERP by reed@google.com · 13 years ago
  85. c518134 add optional decolorization value for lcd text by reed@google.com · 13 years ago
  86. 1fbb300 add more keys by reed@google.com · 13 years ago
  87. 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
  88. db2566b Set fEdgesUni to kUseUniform when we need to upload it. Fix for bug introduced by senorblanco@chromium.org · 13 years ago
  89. ff39032 [PDF] Improve path effect and drawPath(prePathMatrix) support. by vandebo@chromium.org · 13 years ago
  90. 5793a1f Pass forceClose "true" to SkPath::Iter constructor in by senorblanco@chromium.org · 13 years ago
  91. bb7f076 Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevices by bsalomon@google.com · 13 years ago
  92. 2047f00 get tests closer to passing for SKIA_SCALAR=fixed by epoger@google.com · 13 years ago
  93. d31cbc4 Removing remnants of GrGLEffect. by junov@google.com · 13 years ago
  94. 8af476a Fixed typo in skia.gyp by junov@google.com · 13 years ago
  95. 08270cb remove reference to fContext by reed@google.com · 13 years ago
  96. 869d6d9 Adding a test to sampleapp for texture domain by junov@google.com · 13 years ago
  97. 6fb8f77 silence printf by reed@google.com · 13 years ago
  98. 66f22fd fix uninitialized var by reed@google.com · 13 years ago
  99. 176753a add 'n' to tri-toggle bitmap-filter (LERP) on/off/neutral by reed@google.com · 13 years ago
  100. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago