1. 3de02c6 use idle priority in visualbackendtest by Luboš Luňák · 6 years ago feature/skia
  2. 8557650 always test Skia before OpenGL by Luboš Luňák · 6 years ago
  3. 90f1339 fix SkiaSalGraphicsImpl::drawPolyLine() by Luboš Luňák · 6 years ago
  4. 6368d06 don't fall back to raster if Skia is first asked for offscreen surface by Luboš Luňák · 6 years ago
  5. 18347c2 do not require Vulkan devel package for Skia by Luboš Luňák · 6 years ago
  6. d86ff92 use the native Skia color Type when using Vulkan by Luboš Luňák · 6 years ago
  7. 73efffc revert BackendCapabilities::mbSupportsBitmap32 for Skia by Luboš Luňák · 6 years ago
  8. 8c0baa0 patch Skia bug with copying data with different alpha type by Luboš Luňák · 6 years ago
  9. 52eb65b handle properly true 32bit bitmaps in some places by Luboš Luňák · 6 years ago
  10. 781d489 copy SkImage properly by Luboš Luňák · 6 years ago
  11. 770d902 fix mistyped operator by Luboš Luňák · 6 years ago
  12. 522486a fix a VirtualDevice leak by Luboš Luňák · 6 years ago
  13. 5690475 fix Skia with --enable-pch=full by Luboš Luňák · 6 years ago
  14. 9989402 build Skia only on selected platforms by Luboš Luňák · 6 years ago
  15. 1423651 avoid some compiler warnings in Skia VCL code by Luboš Luňák · 6 years ago
  16. aad20e7 solve the Skia lerp() conflict differently by Luboš Luňák · 6 years ago
  17. 676c6da avoid unused parameter warning in non-debug build by Luboš Luňák · 6 years ago
  18. a9a557e make about dialog differentiate between Skia with Vulkan or raster by Luboš Luňák · 6 years ago
  19. 17feea2 make sure Skia invert with TrackFrame doesn't paint outside by Luboš Luňák · 6 years ago
  20. d587f8e disable Skia resource leak checking on exit by Luboš Luňák · 6 years ago
  21. 4e50cfc fix memory leak by Luboš Luňák · 6 years ago
  22. fed20f6 make Skia GPU offscreen surfaces work with unittests by Luboš Luňák · 6 years ago
  23. 780fb8a add invert() tests to visualbackendtest by Luboš Luňák · 6 years ago
  24. 172fe4e do not use Xlib for accessing something that is not an X window by Luboš Luňák · 6 years ago
  25. dae2924 remove no-longer-needed Skia workaround for GPU offscreen drawing by Luboš Luňák · 6 years ago
  26. ffc317c make Skia VCL backend fall back to raster if vulkan doesn't work by Luboš Luňák · 6 years ago
  27. f436846 fix Skia offscreen GPU-backed drawing by Luboš Luňák · 6 years ago
  28. 584081d clean up properly in VCL backend tests by Luboš Luňák · 6 years ago
  29. ec1ee2c avoid repeated SkSurface recreating because of X11 being asynchronous by Luboš Luňák · 6 years ago
  30. df172bf use different line and fill color in vcl backendtest by Luboš Luňák · 6 years ago
  31. e1b0543 make Skia copyArea() and copyBits() actually copy, not draw by Luboš Luňák · 6 years ago
  32. 0b713e8 use center of pixels when doing GPU drawing using Skia by Luboš Luňák · 6 years ago
  33. fcdfde4 make SkiaSalGraphicsImpl use GPU-backed SkSurface also for offscreen by Luboš Luňák · 6 years ago
  34. 89fdc15 make visualbackendtest draw at more than 60FPS by Luboš Luňák · 6 years ago
  35. 5ffa3e7 add SAL log group vcl.skia for tracing Skia usage by Luboš Luňák · 6 years ago
  36. 256c81a handle properly Skia color endianess by Luboš Luňák · 6 years ago
  37. ee249e9 pre-fill Skia bitmaps/surfaces with garbage in dbgutil mode by Luboš Luňák · 6 years ago
  38. 7cd44e5 fix Skia text color on X11 by Luboš Luňák · 6 years ago
  39. 71fade2 some VCL OpenGL-specific env.vars. actually apply to Skia as well now by Luboš Luňák · 6 years ago
  40. 7115d97 move docs for Skia env.vars. to vcl/README.vars by Luboš Luňák · 6 years ago
  41. 46535fb implement SalROPColor in Skia by Luboš Luňák · 6 years ago
  42. 16628e8 extend vcl backendtest to more backends by Luboš Luňák · 6 years ago
  43. a94b4f1 fix debug build by Luboš Luňák · 6 years ago
  44. fb0b39e skia: drawMask can be simplified with drawBitmap call by Tomaž Vajngerl · 6 years ago
  45. ccc92e1 skia: add common function to check the input SalTwoRects by Tomaž Vajngerl · 6 years ago
  46. 0b0893a skia: use a common drawBitmap in more cases by Tomaž Vajngerl · 6 years ago
  47. 94e2be8 skia: implement blendAlphaBitmap and blendBitmap by Tomaž Vajngerl · 6 years ago
  48. 0d2e258 skia: don't loop to first point if the polygon is not closed by Tomaž Vajngerl · 6 years ago
  49. 832603a backendtest: test blending of bitmap by Tomaž Vajngerl · 6 years ago
  50. 6aace34 backendtest: support creating VirtualDevice with alpha by Tomaž Vajngerl · 6 years ago
  51. 6a43ddc vcl: allow creating a VirtualDevice with alpha sufrace by Tomaž Vajngerl · 6 years ago
  52. 2438b62 make Skia use AA when asked for by Luboš Luňák · 6 years ago
  53. 47b0968 mark a local function static by Luboš Luňák · 6 years ago
  54. a56fdee implement Skia native controls drawing/caching for Windows by Luboš Luňák · 6 years ago
  55. 434ccec remove unwanted debug dump by Luboš Luňák · 6 years ago
  56. 01a9796 fix SkiaSalGraphicsImpl::drawPixel() by Luboš Luňák · 6 years ago
  57. 0563ea4 hopefully finally fix SkiaSalGraphicsImpl::drawMask() by Luboš Luňák · 6 years ago
  58. db9fbf3 temporarily disable failing tests in visualbackendtest by Luboš Luňák · 6 years ago
  59. 98de95a use SkPath::kEvenOdd_FillType for polypolygon paths in Skia by Luboš Luňák · 6 years ago
  60. c836bd8 restore canvas state in SkiaSalGraphicsImpl::drawTransformedBitmap() by Luboš Luňák · 6 years ago
  61. 168493d add a TODO note about Skia Vulkan surface getting recreated too often by Luboš Luňák · 6 years ago
  62. 37f69a7 work around for Skia SkCanvas::clipRegion() bug by Luboš Luňák · 6 years ago
  63. 7077d9f add Skia VCL README with some basic information by Luboš Luňák · 6 years ago
  64. 0db8af4 default to Skia using Vulkan, use SAL_SKIA=raster to use raster by Luboš Luňák · 6 years ago
  65. 9bff903 more safe handling of destroying Skia surfaces/contexts by Luboš Luňák · 6 years ago
  66. f091e41 fix Skia Windows text rendering by Luboš Luňák · 6 years ago
  67. 2d2029b fix SkiaSalGraphicsImpl::drawMask() by Luboš Luňák · 6 years ago
  68. a5ab055 skip text drawing if there is nothing to draw by Luboš Luňák · 6 years ago
  69. 51b29b5 update Skia fix-shader-locale.patch.1 to the upstream version by Luboš Luňák · 6 years ago
  70. e221e9f skia: implement drawTransformedBitmap by Tomaž Vajngerl · 6 years ago
  71. 8dd1d9c backendtests: add some bitmap tests by Tomaž Vajngerl · 6 years ago
  72. 833e17d skia: drawAlphaRect and drawRect use common code by Tomaž Vajngerl · 6 years ago
  73. c582447 fix alpha in SkiaSalGraphicsImpl::drawAlphaBitmap() by Luboš Luňák · 6 years ago
  74. e1028e5 fix alpha conversion in SalBitmap::convertDataBitCount() by Luboš Luňák · 6 years ago
  75. 67f1bda fix warning from loplugin:datamembershadow by Luboš Luňák · 6 years ago
  76. 1124b87 transform to device coords in Skia drawPolyPolygon() by Luboš Luňák · 6 years ago
  77. 4cf06a8 reimplement supportsOperation() for Skia and OpenGL by Luboš Luňák · 6 years ago
  78. 49db22a skia: redirect drawBitmap with bitmap + mask to drawAlphaBitmap by Tomaž Vajngerl · 6 years ago
  79. 7c01a71 backendtests: enable tests only when render backend is skia by Tomaž Vajngerl · 6 years ago
  80. c443fcb backendtest: Add polyline bezier curve backend tests by Tomaž Vajngerl · 6 years ago
  81. 5ca4b8b backendtest: Add PolyLine B2D test diamond by Tomaž Vajngerl · 6 years ago
  82. 2715401 Add getting of render backend name + impl. for skia by Tomaž Vajngerl · 6 years ago
  83. 749b232 finish Skia toSkRegion() by Luboš Luňák · 6 years ago
  84. 176ffc3 note about SkiaSalBitmap::ConvertToGreyscale() not being worth it by Luboš Luňák · 6 years ago
  85. 2435880 implement pruning in SkiaGlobalWinGlyphCache by Luboš Luňák · 6 years ago
  86. c98425e skia: implement direct PolyPolygon and PolyLine rendering by Tomaž Vajngerl · 6 years ago
  87. fb7f5e5a remove some obsolete Skia TODO's by Luboš Luňák · 6 years ago
  88. 4de4f4c2 add GUI and configuration options for Skia by Luboš Luňák · 6 years ago
  89. 62d6e36 make Skia use either Raster or Vulkan, depending on a setting by Luboš Luňák · 6 years ago
  90. 2c19f1c delete Skia WindowContext only after the SkSurface it has created by Luboš Luňák · 6 years ago
  91. eb4557e allocate Skia SkSurface on demand by Luboš Luňák · 6 years ago
  92. b664614 update Skia PCH after the update to m79 by Luboš Luňák · 6 years ago
  93. 3c9b3c9 resize surface in SkiaSalGraphicsImpl if needed by Luboš Luňák · 6 years ago
  94. f89bc3d fix Skia/vulkan with some locales by Luboš Luňák · 6 years ago
  95. 2219f83 update Skia to chrome-m79 by Luboš Luňák · 6 years ago
  96. 2ec2a72 build skia by default by Luboš Luňák · 6 years ago
  97. 4d4a48f backendtests: remove unused variable - aReturnValue by Tomaž Vajngerl · 6 years ago
  98. 8a1697c skia: move {to,from}SkColor to gdiimpl.cxx by Tomaž Vajngerl · 6 years ago
  99. a5eebd7 skia: change lclPolygonToPath to get SkPath as parameter by Tomaž Vajngerl · 6 years ago
  100. 8b5b045 add "invert" tests to BackendTest by Tomaž Vajngerl · 6 years ago