1. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 7 years ago
  2. 60c774d Support shared GL contexts in GrContextFactory by Brian Osman · 7 years ago
  3. 1b2b3fb SkTScopedComPtr: implicit nullptr cast to SkTScopedComPtr<T>() by Hal Canary · 8 years ago
  4. b2cd1d7 utils/win/SkTScopedComPtr<T>: Add C++11ish move semantics by Hal Canary · 8 years ago
  5. bd81a32 utils/win/SkTScopedComPtr: reset(T*) by Hal Canary · 8 years ago
  6. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  7. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  8. 2af4599 A Mozilla developer ran the µmix static analyzer on its codebase and incidentally found some issues regarding null checks in Skia. This fixes the issues that were found. by lsalzman · 8 years ago
  9. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  10. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  11. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  12. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  13. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  14. 18300a3 detach -> release by mtklein · 8 years ago
  15. 2944fbb Assert when running SampleApp with msaa 16 on Windows 10 by aleksandar.stojiljkovic · 9 years ago
  16. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  17. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  18. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  19. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  20. 98fc73c Change initializer list order to match field declaration order. by sammc · 9 years ago
  21. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  22. 28512f7 Use IDWriteFontFallback when available. by bungeman · 9 years ago
  23. b2bed00 Implement onMatchFamilyStyleCharacter for DirectWrite. by bungeman · 9 years ago
  24. 0babd3c Update DirectWrite streams to SkStreamAsset. by bungeman · 9 years ago
  25. 7b274c7 Port SkRefCnt.h to new SkAtomics.h by mtklein · 10 years ago
  26. 44af7ba Fix SkIStream nits. by bungeman · 10 years ago
  27. 2dca817 Remove staging SkStream::unref(). by bungeman · 10 years ago
  28. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  29. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  30. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  31. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  32. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  33. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  34. 5e7b4f9 Require length in sk_wchar_to_string. by bungeman · 10 years ago
  35. 8124bf0 Explicitly typedef GetUserDefaultLocaleName as WINVER may not be high enough when compiling to allow visibility of the function prototype in windows.h by george · 10 years ago
  36. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  37. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  38. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  39. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  40. d7f846b Add needed virtual destructors. by bungeman · 10 years ago
  41. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  42. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  43. e4ae0bc Fix undefined behavior in DirectWrite GDI compatible metrics. by bungeman@google.com · 10 years ago
  44. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  45. 8e13a15 Fixed cross compilation with mingw. by commit-bot@chromium.org · 10 years ago
  46. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  47. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  48. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  49. 635091f Minor changes to XPS device. by bungeman@google.com · 11 years ago
  50. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  51. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  52. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  53. f3f2d16 set nominmax on windows by bsalomon@google.com · 11 years ago
  54. 68f2a0d This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. by bsalomon@google.com · 11 years ago
  55. 47fad70 by commit-bot@chromium.org · 11 years ago
  56. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  57. f5cc5b1 R=mtklein@google.com by bungeman@google.com · 11 years ago
  58. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
  59. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  60. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  61. 9711e44 Move MMap to SkData. by commit-bot@chromium.org · 11 years ago
  62. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  63. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 11 years ago
  64. 54339a8 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. f92cfcf Fixed unused variable compiler complaint by robertphillips@google.com · 12 years ago
  66. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  67. e8f0592 DirectWrite font host for skia. https://codereview.appspot.com/5417063/ by bungeman@google.com · 12 years ago
  68. aa99c9e use std qsort instead of our (now gone) version by reed@google.com · 12 years ago
  69. 8a189b0 Add coverage AA support for SampleApp root layers (windows only) by bsalomon@google.com · 12 years ago
  70. 7558925 Fix miscellaneous compiler warnings from Visual Studio 2010. by tomhudson@google.com · 12 years ago
  71. cbd76ae Utils must not depend on Views. http://codereview.appspot.com/5867051/ by bungeman@google.com · 12 years ago
  72. ceb1d9e remove SkOSWindow_Win.cpp (has been replaced by SkOSWindow_win.cpp [lowercase w]) by bsalomon@google.com · 13 years ago
  73. eedef25 Remove suffixes from SK_wGL macros by bsalomon@google.com · 13 years ago
  74. bd7c641 Add SkWGLExtensionInterface for dealing with WGL extensions by bsalomon@google.com · 13 years ago
  75. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  76. b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
  77. 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
  78. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  79. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  80. e25c684 Canvas to handle null layer device. http://codereview.appspot.com/4907045/ by bungeman@google.com · 13 years ago
  81. 6015792 Make SkIStream closer to spec, to work with more consumers. by bungeman@google.com · 13 years ago
  82. 14fc321 Add Commit to SkWIStream. http://codereview.appspot.com/4809069/ by bungeman@google.com · 13 years ago
  83. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  84. 78b8253 Parse SampleApp command line for a test name. If an argument is passed to by senorblanco@chromium.org · 13 years ago
  85. 9df621d Wrap SkStreams in IStreams instead of copying data around. by bungeman@google.com · 13 years ago
  86. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  87. 271cffc Add dual source blending support for proper blending with coverage. by bsalomon@google.com · 13 years ago
  88. 205ddd7 Disable MSAA in SkOsWindow on mac and windows by bsalomon@google.com · 13 years ago
  89. f5848e4 Fix wrong class name used when unregistering class for dummy window in SkOsWindow_win.cpp by bsalomon@google.com · 13 years ago
  90. c8ad63e Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. by bsalomon@google.com · 13 years ago
  91. b52bb9b Remove dependence on glew for creating SkOSWindow_Win's GL ctx. by bsalomon@google.com · 13 years ago
  92. 5ba2d5b Fix warnings of SkScalar -> int conversions, by using SkScalarRound() by reed@google.com · 13 years ago
  93. 498a623 Remove offscreen GL support from SampleApp and SkOSWindow. This never worked anywhere but Mac and it doesn't work there anymore. by bsalomon@google.com · 13 years ago
  94. bf4338c Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpath uninit warnings by bsalomon@google.com · 13 years ago
  95. d302f14 Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. by bsalomon@google.com · 13 years ago
  96. 3f0260d Cleanup issues related to SkBitmap getSize()/extractSubset(). by wjmaclean@chromium.org · 13 years ago
  97. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago
  98. 2e7b43d Remove notion of default rendertarget. This doesn't map well to usage patterns outside sample app. Make binding between SkGpuDevice and a GrRenderTarget more explicit. Create method on GrContext to wrap the current target in the 3D API with a GrRenderTarget. by bsalomon@google.com · 14 years ago
  99. 2fbc7fa Make SampleApp build on Win32 (still requires glew, this needs to be fixed) by bsalomon@google.com · 14 years ago
  100. 5b9cfd4 Fixing results of incorrect conflict resolution in r646. by wjmaclean@chromium.org · 14 years ago