Re: [V7 15/45] drm/vkms: Add kunit tests for linear and sRGB LUTs

2025-03-15 Thread Harry Wentland
On 2025-02-25 06:19, Louis Chauvet wrote: > > > Le 20/12/2024 à 05:33, Alex Hung a écrit : >> From: Harry Wentland >> >> Two tests are added to VKMS LUT handling: >> - linear >> - inv_srgb >> >> Reviewed-by: Louis Chauvet >> Signed-off-by: Alex Hung >> Signed-off-by: Harry Wentland >> ---

Re: Crash when calling Weston/Cairo drawing functions from multiple threads

2025-03-15 Thread Pekka Paalanen
On Wed, 5 Mar 2025 21:45:54 -0500 Bill Hayden wrote: > I am porting a multi-threaded UI toolkit to Weston (layered on top of > toytoolkit), and running into an issue. This UI toolkit expects to be able > to draw from multiple threads, to be specific, from a different thread than > the one that c