mesa/src/gallium/frontends/dri
Manuel Stoeckl 7e554e11a1 dri: fix incorrect fourcc for R16G16B16A16_UNORM format
The DRM fourcc for this format is DRM_FORMAT_ABGR16161616 = 'AB48', not
__DRI_IMAGE_FOURCC_RGBA16161616 = 'RA48'. This should have no outward
effect for clients, since the format does not get revealed by
dri2_query_dma_buf_formats, and is otherwise only used within the
library.

Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14580>
2022-07-27 07:27:10 +00:00
..
dri2.c dri: Check buffer height and avoid overflow 2022-07-09 22:07:14 +00:00
dri_context.c gallium/dri: Remove the memory of GLX_MESA_multithread_makecurrent 2022-07-12 10:02:46 +00:00
dri_context.h gallium/dri: Remove the memory of GLX_MESA_multithread_makecurrent 2022-07-12 10:02:46 +00:00
dri_drawable.c dri2: Require a loader with working buffer invalidation 2022-05-17 20:31:50 +00:00
dri_drawable.h kopper: Respect the vblank_mode env var. 2022-07-12 21:57:23 +00:00
dri_helpers.c dri: fix incorrect fourcc for R16G16B16A16_UNORM format 2022-07-27 07:27:10 +00:00
dri_helpers.h gallium/dri: add dri_screen egl image validate hooks 2021-09-09 01:42:39 +00:00
dri_query_renderer.c virgl: return -1 for PIPE_CAP_ACCELERATED 2022-06-06 18:23:49 +00:00
dri_query_renderer.h
dri_screen.c dri: store internal_format when known 2022-07-07 12:25:05 +00:00
dri_screen.h dri: store internal_format when known 2022-07-07 12:25:05 +00:00
dri_util.c swrast_kms: use swkmsDRI2Extension instead of driDRI2Extension 2022-06-15 01:44:21 +00:00
dri_util.h dri: Remove what's left of utils.[ch] 2022-05-10 21:25:57 +00:00
drisw.c drisw: probe kms if fd is passed 2022-06-16 23:15:09 +00:00
kopper.c kopper: Implement {EGL,GLX}_EXT_buffer_age 2022-07-18 19:31:29 +00:00
meson.build dri: Remove what's left of utils.[ch] 2022-05-10 21:25:57 +00:00