lucurious icon indicating copy to clipboard operation
lucurious copied to clipboard

:scream: Lucurious -> [Library] for building advanced DRM/KMS Vulkan Renderers :scream:

Results 8 lucurious issues
Sort by recently updated
recently updated
newest added

clang-11 says: ``` In file included from ../include/lucom.h:40: In file included from ../include/lucurious.h:56: In file included from ../include/vkcomp/all.h:30: ../include/vkcomp/set.h:561:16: error: initializer overrides prior initialization of this subobject [-Werror,-Winitializer-overrides] .color.int32[0] =...

Here: https://github.com/EasyIP2023/lucurious/blob/development/src/display/meson.build#L28 systemd only exists on Linux, or even only on certain Linus distros. It doesn't exist for example on BSDs. Please make it optional, since it shouldn't be a...

Going to create gbm_bo and handle the presentation myself.

enhancement
proposal

VkFence and VkSemaphore synchronization primitives are deprecated. Going to switch over to [vulkan timeline semaphores](https://www.khronos.org/blog/vulkan-timeline-semaphores). Also still determining whether to use Vulkan Sync Objects or external.

enhancement

Not sure why yet. Using gdb to investigate more.

bug

There should be a an image on the screen that rotates and can be manipulated. Help much appreciated. **WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs...

bug