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