mesa/src
Eric Anholt 21df8b3e08 freedreno: Fix UBSan failures in cffdec's (uint8_t)x << 24
Types <32 bit get promoted to int32_t when you do expressions on them
(thus why (u8)x << 8 works at all), but shifting into the top bit of the
signed int is undefined behavior.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6360>
2021-10-01 23:16:04 +00:00
..
amd ac/surface: don't overwrite DCC settings for imported buffers 2021-10-01 16:15:40 -04:00
android_stub egl/android: refactor to use the legit vndk/window.h header 2021-06-09 21:07:54 +00:00
asahi nir: add indirect loop unrolling to compiler options 2021-08-03 10:54:50 +00:00
broadcom v3dv: remove feature checks from device creation 2021-10-01 17:37:02 +00:00
compiler nir/lower_blend: Shrink blended result if needed 2021-09-30 16:54:42 +02:00
drm-shim drm-shim: Support kernels with >4k pages 2021-08-13 23:33:52 +00:00
egl gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE 2021-09-29 08:14:57 +00:00
etnaviv etnaviv: move drm version readout to drm layer 2021-10-01 10:13:32 +00:00
freedreno freedreno: Fix UBSan failures in cffdec's (uint8_t)x << 24 2021-10-01 23:16:04 +00:00
gallium r300: implement forgotten tgsi's cases of textures 2021-10-01 22:56:51 +00:00
gbm gbm: assume USE_SCANOUT in create_with_modifiers 2021-10-01 00:02:36 +02:00
getopt
glx gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE 2021-09-29 08:14:57 +00:00
gtest
hgl
imgui
intel anv: support EXT_primitive_topology_list_restart 2021-10-01 21:49:26 +00:00
loader loader/dri3: fix swap out of order when changing swap interval 2021-09-30 03:27:14 +00:00
mapi mesa: GL_ARB_ES3_2_compatibility GL compat profile support 2021-09-23 11:10:23 +00:00
mesa mesa: use pipe_vertex_state in vbo and st/mesa for lower display list overhead 2021-10-01 14:51:23 +00:00
microsoft Move a bunch of the CLC stuff from src/microsoft to common code 2021-09-30 07:09:08 +00:00
nouveau
panfrost panvk: remove feature checks from device creation 2021-10-01 17:37:02 +00:00
tool pps: Panfrost pps driver 2021-07-13 11:03:55 +00:00
util util: import u_debug_refcnt, u_hash_table, u_debug_describe from gallium 2021-10-01 14:51:23 +00:00
virtio venus: keep layouts of descriptor sets alive 2021-09-30 03:16:19 +00:00
vulkan vulkan: provide common functions to check device features 2021-10-01 17:37:02 +00:00
meson.build radv: Allow building when LLVM isn’t enabled 2021-10-01 10:40:18 +02:00