mesa/src/imagination/common
Matt Coster 22bca4a14f pvr: Force compile error on GNU void pointer arithmetic
This GNU extension caused a bug where a void pointer was modified then
interpreted as uint32_t* (instead of the other way round). Force a
compile error to (hopefully) prevent this from happening again.

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25327>
2023-09-27 15:25:32 +00:00
..
meson.build pvr: Force compile error on GNU void pointer arithmetic 2023-09-27 15:25:32 +00:00
pvr_debug.c pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag 2023-09-06 12:19:46 +00:00
pvr_debug.h pvr: Remove PVR_WINSYS_BO_FLAG_ZERO_ON_ALLOC flag 2023-09-06 12:19:46 +00:00
pvr_device_info.c pvr: Fragment register fb_cdc_zls is feature dependent 2023-06-28 22:26:07 +00:00
pvr_device_info.h pvr: Fragment register fb_cdc_zls is feature dependent 2023-06-28 22:26:07 +00:00
pvr_dump.c pvr: debug: Enhancements to hex dumps 2022-12-01 15:05:59 +00:00
pvr_dump.h pvr: Don't rely on GNU void pointer arithmetic 2023-09-27 15:25:32 +00:00
pvr_dump_info.c pvr: Add 'info' PVR_DEBUG flag 2023-09-04 14:38:27 +00:00
pvr_dump_info.h pvr: Add 'info' PVR_DEBUG flag 2023-09-04 14:38:27 +00:00
pvr_util.c pvr: util: Add integer digit counting functions 2022-11-25 16:42:55 +00:00
pvr_util.h pvr: Add support to process transfer and blit cmds 2023-04-19 11:01:05 +00:00