rcorsi

Results 189 comments of rcorsi

You mentioned that using GL1 alone or GL2 alone works. That's true. So I split out the original reproduction for GL1 ``` const gl1 = c1.getContext("webgl") || c1.getContext("experimental-webgl"); console.log("GL1_VERSION:", gl1.getParameter(gl1.VERSION));...

I reproduce the issue on Ubuntu 25.04 1- fresh installed Ubuntu 25.04 on the same system with the Nvidia GTX 1060 2- Setup the 1060 with the recommended driver (580,...

If I comment out the line on Libraries/LibWeb/WebGL/OpenGLContext.cpp:404, the crashing stops. ``` glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, m_impl->texture_target == EGL_TEXTURE_RECTANGLE_ANGLE ? GL_TEXTURE_RECTANGLE_ANGLE : GL_TEXTURE_2D, m_impl->color_buffer, 0); ``` I mean if I just load...

With Vulkan validation layers enabled (using #7302) , several issues are reported, but this one might be the source of the problem. ``` Validation Error: [ VUID-VkMemoryAllocateInfo-pNext-00639 ] Object 0:...

I did notice this issue some time ago, tried to fix it, but I was not successful. What I found is that X11 is permissive about allowing apps settings their...

@miray-sb have you seen the icon set properly in your environment? Which distribution are you on? QT 6.9 is supporting xdg-toplevel-icon-v1 https://doc.qt.io/qt-6.9/qtwaylandcompositor-attribution-wayland-xdg-toplevel-icon-protocol.html and KWin 6.4 is supporting it according to...

Image of Kubuntu 25.10, with the icon working, using Ladybird with 0 changes. I guess answer is to upgrade! :-)

And a short video showing the Alt-Tab showing the proper icon. https://github.com/user-attachments/assets/c6c5895b-003f-4d44-9f1e-00d05d5081db

I think this error might be where things break (tried to clean up the output so easier to follow) ``` 14573.250 WebContent(25861): (js error) "exception thrown: RuntimeError: Wasm execution trapped...