mesa/src/freedreno/common
Job Noorman eaef6d048b ir3: add has_sel_b_fneg compiler flag
a6xx+ support (neg) on sel.b which behaves as fneg. Add a compiler flag
for this.

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37906>
2025-10-16 16:46:18 +00:00
..
disasm.h all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
fd6_hw.h freedreno/registers: Add gen8 descriptor layout 2025-10-09 02:23:32 +00:00
fd6_pack.h freedreno/a6xx: Remove old reg builder macros 2025-08-06 12:25:00 +00:00
freedreno_common.h build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
freedreno_dev_info.c freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_dev_info.h ir3: add has_sel_b_fneg compiler flag 2025-10-16 16:46:18 +00:00
freedreno_devices.py ir3: add has_sel_b_fneg compiler flag 2025-10-16 16:46:18 +00:00
freedreno_gpu_event.h freedreno: Name a few events 2025-08-28 16:59:28 +00:00
freedreno_guardband.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_lrz.h freedreno/a7xx: fix fd_lrzfc_layout 2025-01-17 13:32:38 +00:00
freedreno_pm4.h tu,freedreno: Add pkt_field_{get,set} helper macro 2025-05-29 10:54:28 +01:00
freedreno_rd_output.c treewide: don't check before free 2025-10-15 23:01:33 +00:00
freedreno_rd_output.h fd: allow limiting RD dumps to specific frames and submits 2025-10-06 12:07:55 +00:00
freedreno_stompable_regs.h freedreno: Don't stomp VSC registers 2025-10-08 03:59:34 +00:00
freedreno_ubwc.h freedreno: Extract out common UBWC helper 2024-07-28 18:25:18 +00:00
freedreno_uuid.c freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_uuid.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00
freedreno_vrs.h freedreno: Add common VRS helpers 2025-08-21 22:48:32 +00:00
meson.build freedreno: Add common VRS helpers 2025-08-21 22:48:32 +00:00
msm_proto.h freedreno/drm/virtio: Fix typo 2024-01-03 22:28:41 +00:00
README.rst
redump.h freedreno: Convert to SPDX-License-Identifier instead of pasting whole license 2024-08-28 08:54:00 +00:00

Overview
========

Common functionality shared between freedreno drivers (that are not
registers, layout or the compiler), e.g UUID generation.