mesa/src/gallium/frontends/rusticl/api
Karol Herbst cac67f6aba rusticl: fix unsafe_attr_outside_unsafe lint errors
also mark those functions as pub while at it, because they are meant to be
exported anyway. It's already done with a linker script correctly, but
better to do it correctly on the rust side as well.

Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33688>
2025-08-03 22:27:22 +00:00
..
context.rs rusticl: write CLInfoValues from iterators instead of collecting 2025-05-16 19:58:31 +00:00
device.rs rusticl: Drop include paths for size_of, size_of_val, and align_of 2025-08-03 10:16:21 +00:00
event.rs rusticl/event: convert queue to Weak reference 2025-06-24 01:49:42 +00:00
icd.rs rusticl: fix unsafe_attr_outside_unsafe lint errors 2025-08-03 22:27:22 +00:00
kernel.rs rusticl: Drop include paths for size_of, size_of_val, and align_of 2025-08-03 10:16:21 +00:00
memory.rs rusticl: Drop include paths for size_of, size_of_val, and align_of 2025-08-03 10:16:21 +00:00
platform.rs rusticl: cl_khr_icd 2.0.0 2025-06-18 13:30:40 +00:00
program.rs rusticl: write CLInfoValues from iterators instead of collecting 2025-05-16 19:58:31 +00:00
queue.rs rusticl: implement cl_khr_priority_hints 2025-06-15 13:12:11 +02:00
types.rs rusticl: hand-map 3-element arrays for fallible conversion 2025-05-16 19:58:31 +00:00
util.rs rusticl: Drop include paths for size_of, size_of_val, and align_of 2025-08-03 10:16:21 +00:00