Adrian Perez

Results 343 comments of Adrian Perez

Oh wait, I just realized [from the drmdb entry](https://drmdb.emersion.fr/snapshots/57e8f167ee37) (thanks a lot for posting it!) that the DRM output is driving a LCD controller. Does the LCD panel actually support...

Currently we do not have support for key bindings in the DRM plug-in, it needs to be implemented.

With https://github.com/Igalia/cog/pull/574 now all platfoprm plug-ins have support for the basic key bindings. Using `Ctrl-W` should close Cog also when running on DRM/KMS (the rest of the available key bindings...

The same identifiers passed to `cog --gapplication-app-id=` must be passed to `cogctl --appid=`: ```sh # Start two instances with different application identifiers cog --gapplication-app-id=com.example.Cog1 wpewebkit.org cog --gapplication-app-id=com.example.Cog2 igalia.com # Load...

I manage to hit this very easily whenever I try to build WebnKit (surprise, it has lots of files!), top the point that I have to use `ulimit -n 16384`;...

> Would this work for application icons? (e.g. for a taskbar widget) Yes, it will work for any icon present in the currently active icon theme 👍🏼

Marked as draft because we need to investigate the following crash with Qt6: ``` #0 iris_set_vertex_buffers () at ../mesa-24.0.1/src/gallium/drivers/iris/iris_state.c:4051 4051 res->bind_history |= PIPE_BIND_VERTEX_BUFFER; [Current thread is 1 (Thread 0x7a0a24a006c0 (LWP...

> Two ideas: > > * Move the doc comment from the source file to the header template. Have two different copies of the doc comment, conditionalized on `GI_CHECK_VERSION()`. Hope...

> I suppose that's even better. > > At this point, do you want to prepare a pull request (since you've already done the hard part) or you want me...