You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Biswapriyo Nath
dd2061b073
render/vulkan: Fix clang compiler error in 32 bit ARM Android
This adds proper calling convention attribute for callbacks used in vulkan
and fixes the following compiler error.
../src/render/vulkan/vulkan.c:175:22: error: incompatible function pointer types
initializing 'PFN_vkDebugUtilsMessengerCallbackEXT' (aka 'unsigned int (*)
(enum VkDebugUtilsMessageSeverityFlagBitsEXT, unsigned int, const struct
VkDebugUtilsMessengerCallbackDataEXT *, void *) __attribute__((pcs("aapcs-vfp")))')
with an expression of type 'VkBool32 (*)(VkDebugUtilsMessageSeverityFlagBitsEXT,
VkDebugUtilsMessageTypeFlagsEXT, const VkDebugUtilsMessengerCallbackDataEXT *, void *)'
(aka 'unsigned int (*)(enum VkDebugUtilsMessageSeverityFlagBitsEXT, unsigned int,
const struct VkDebugUtilsMessengerCallbackDataEXT *, void *)')
[-Wincompatible-function-pointer-types]
.pfnUserCallback = &debug_callback,
^~~~~~~~~~~~~~~
|
8 months ago |
.. |
allocator
|
Define _POSIX_C_SOURCE globally
|
9 months ago |
gles2
|
gles2: Avoid crash when glGetInteger64vEXT is missing
|
8 months ago |
pixman
|
render/pixman: add wlr_pixman_renderer_get_buffer_image()
|
12 months ago |
vulkan
|
render/vulkan: Fix clang compiler error in 32 bit ARM Android
|
8 months ago |
dmabuf.c
|
Define _POSIX_C_SOURCE globally
|
9 months ago |
dmabuf_fallback.c
|
render/dmabuf: add dmabuf_export_sync_file()
|
2 years ago |
dmabuf_linux.c
|
render/dmabuf: add dmabuf_export_sync_file()
|
2 years ago |
drm_format_set.c
|
render/drm_format_set: Clean up on union failure
|
9 months ago |
egl.c
|
render/egl: drop wlr_egl_is_current()
|
9 months ago |
meson.build
|
Add a new renderer API
|
2 years ago |
pass.c
|
render: drop legacy render pass
|
1 year ago |
pixel_format.c
|
render/pixel-format: Move has_alpha into it's own array
|
10 months ago |
swapchain.c
|
swapchain: Add wlr_swapchain_has_buffer
|
12 months ago |
wlr_renderer.c
|
Define _POSIX_C_SOURCE globally
|
9 months ago |
wlr_texture.c
|
wlr_texture: Introduce wlr_texture_preferred_read_format
|
12 months ago |