Pekka Paalanen

Results 6 issues of Pekka Paalanen

I had a quick test with pycobertura on [Weston](https://gitlab.freedesktop.org/wayland/weston) and hit a crash trying the `diff`: `pycobertura.filesystem.FileNotFound: /home/pq/git/weston/protocol/fullscreen-shell-unstable-v1-client-protocol.h` That is expected: the file will never be found at that path....

https://ebassi.github.io/graphene/docs/graphene-SIMD-matrix.html#graphene-simd4x4f-vec4-mul says: ``` void graphene_simd4x4f_vec4_mul (const graphene_simd4x4f_t *a, const graphene_simd4f_t *b, graphene_simd4f_t *res); Left multiplies the given graphene_simd4x4f_t with the given graphene_simd4f_t row vector using a dot product: res =...

enhancement
docs

I started testing `reuse lint` in a tiny personal project of mine, with CI set up on gitlab.freedesktop.org. I've set the CI to fail when `reuse lint` fails. However, when...

enhancement

When the git hook at upstream notices patches being pushed, PW is notified to change the patch status to Accepted. However, if the same patch has been posted several times,...

We are developing [a color-management Wayland protocol extension](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14), and expect EGL implementations to use it on behalf of the application, because EGL already defines the extensions to do so. We...

I was looking at egui-glow and wondered how does glow fit in in the amalgam of raw-window-handle, winit, egui, gl-generator, glutin, etc. This would be really nice to mention in...