Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqiang
skiko
Commits
1bd3058d
Unverified
Commit
1bd3058d
authored
Sep 25, 2024
by
Oleksandr Karpovich
Committed by
GitHub
Sep 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update skia to m126-d2aaacc35d-4 (#993)
parent
d8b1f9e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
gradle.properties
skiko/gradle.properties
+1
-1
SkiaLayerTest.kt
...o/src/awtTest/kotlin/org/jetbrains/skiko/SkiaLayerTest.kt
+2
-0
No files found.
skiko/gradle.properties
View file @
1bd3058d
...
@@ -2,7 +2,7 @@ kotlin.code.style=official
...
@@ -2,7 +2,7 @@ kotlin.code.style=official
deploy.version
=
0.0.0
deploy.version
=
0.0.0
dependencies.skia
=
m126-d2aaacc35d-
1
dependencies.skia
=
m126-d2aaacc35d-
4
# you can override general skia dependencies by passing platform-specific property:
# you can override general skia dependencies by passing platform-specific property:
# dependencies.skia.android-arm64
# dependencies.skia.android-arm64
...
...
skiko/src/awtTest/kotlin/org/jetbrains/skiko/SkiaLayerTest.kt
View file @
1bd3058d
...
@@ -741,6 +741,8 @@ class SkiaLayerTest {
...
@@ -741,6 +741,8 @@ class SkiaLayerTest {
// SOFTWARE_COMPAT fails because it's just too slow
// SOFTWARE_COMPAT fails because it's just too slow
excludeRenderApis
=
listOf
(
GraphicsApi
.
SOFTWARE_COMPAT
)
excludeRenderApis
=
listOf
(
GraphicsApi
.
SOFTWARE_COMPAT
)
)
{
)
{
assumeTrue
(
hostOs
==
OS
.
MacOS
)
// since the test has 'metal' in its name (it is flaky on Windows)
val
renderTimes
=
mutableListOf
<
Long
>()
val
renderTimes
=
mutableListOf
<
Long
>()
val
renderer
=
object
:
SkikoRenderDelegate
{
val
renderer
=
object
:
SkikoRenderDelegate
{
override
fun
onRender
(
canvas
:
Canvas
,
width
:
Int
,
height
:
Int
,
nanoTime
:
Long
)
{
override
fun
onRender
(
canvas
:
Canvas
,
width
:
Int
,
height
:
Int
,
nanoTime
:
Long
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment