RuiwenTang

Results 62 comments of RuiwenTang

@hermet Do you think this method is acceptable?

> > @hermet Do you think this method is acceptable? > > @RuiwenTang Firstly, I'm welcome to this. Here are two major points we need to make a consensus: >...

`ClipPath(15594,0x7ff85deb2100) malloc: nano zone abandoned due to inability to reserve vm space`. @hermet Is this the same message getting in your machine ?

Can we use an [OpenGL Loader Library](https://www.khronos.org/opengl/wiki/OpenGL_Loading_Library) like #2574 ?

I prefer the first option, it also reduces some binary size :)

For now, Skity handle anti-alias using MSAA, so there must be enable multisample. I implement a countor-aa in the past, but the performance is poor, so it is abandoned. You...

Maybe you can try to update the GPU driver. I met the same problem on Ubuntu. But my computer uses Nvidia GPU, and when I installed the latest drivers, the...

> on Windows, in my fork, i've updated the code, applied the PR and compiled with this script: > > ``` > #! /bin/sh > > rm -rf builddir >...

Oh, looks we should use `glClearDepth ` instead

Hmm, I think the flickering is caused by some bug inside GLEngine and not by the loader