SolDev69 / SolCraftLauncher

A Minecraft: Java Edition Launcher for Android; PojavLauncher with some extras.
GNU General Public License v3.0
30 stars 17 forks source link

Feat[Renderer]: Create a dedicated framebuffer for the virgl renderer #7

Closed Vera-Firefly closed 9 months ago

SolDev69 commented 9 months ago

Will this fix virgl on new mesa?

Vera-Firefly commented 9 months ago

Will this fix virgl on new mesa?

Can't

Vera-Firefly commented 9 months ago

It provides a frame buffer for the virgl renderer

Vera-Firefly commented 9 months ago

It has nothing to do with Mesa

Vera-Firefly commented 9 months ago

The malloc was originally used, but it was considered to be uninitialized, so it was replaced by calloc

Vera-Firefly commented 9 months ago

The malloc was originally used, but it was considered to be uninitialized, so it was replaced by calloc

This is what I accidentally deleted when I updated refactord it, and now I'm adding it back.

SolDev69 commented 9 months ago

Alright