Benjamin Otte

Results 7 issues of Benjamin Otte

https://github.com/google/shaderc/blob/main/libshaderc_util/src/compiler.cc#L468C10-L468C11 claims: ``` // The stage does not matter for preprocessing. glslang::TShader shader(EShLangVertex); ``` However, glslang does use the language for setting defines in https://github.com/KhronosGroup/glslang/blob/main/glslang/MachineIndependent/Versions.cpp#L642 The result of this mismatch...

GTK 4.14 gained support for graphics offloading, see https://blog.gtk.org/2023/11/15/introducing-graphics-offload/ and it would be nice if Glide could make use of it. It'd also be nice because https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1422 needs finishing and...

GTK 4.14 gained support for graphics offloading, see https://blog.gtk.org/2023/11/15/introducing-graphics-offload/ It would be nice if clapper made use of that. This probably requires porting the changes in https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6618 into the plugin...

enhancement

I'm currently in the process of implementing Colorspaces on the Gnome desktop and encountering the problem that legacy applications do not support iCCP or cICP chunks and display the PNG...

In my adventure to compile GTK with VS Code, I turned on --werror today, and I got this: ``` C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared\minwindef.h(130): error C2220: the following warning is treated...

It would be nice if when checking out a project a `launch.json` could be autogenerated by iterating over the `executable()`s in the meson file. I had checked out GTK and...

When installing the `mingw-w64-x86_64-vulkan` and `mingw-w64-x86_64-vulkan-loader` packages but forgetting the `mingw-w64-x86_64-vulkan-headers` package, meson will behave as if Vulkan is available but then the build will fail because it can't `#include...

OS:windows