mesa/src/freedreno/common
Karmjit Mahil 110201cfd8 freedreno: Define SP_DITHER_CNTL (0xA9AC)
Seems to be the same as RB_DITHER_CNTL. Both get set to 0x5555
when dithering is enabled on the proprietary gles driver.

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30536>
2024-08-16 13:05:56 +00:00
..
disasm.h freedreno/common: Re-indent 2021-04-17 15:38:56 +00:00
fd6_pack.h freedreno: Add attach-bo debugging 2023-10-03 15:18:03 +00:00
freedreno_common.h freedreno: Move GENX/CALLX magic to common 2024-07-28 18:25:18 +00:00
freedreno_dev_info.c ir3-disasm: add options to specify GPU by chip ID or name 2024-04-04 19:37:25 +00:00
freedreno_dev_info.h tu/a7xx: Use generic clear for LOAD_OP_CLEAR 2024-08-16 10:38:37 +00:00
freedreno_devices.py freedreno: Define SP_DITHER_CNTL (0xA9AC) 2024-08-16 13:05:56 +00:00
freedreno_gpu_event.h freedreno, tu: Use CLEAN events on a7xx 2024-06-21 10:34:05 +00:00
freedreno_guardband.h freedreno/a6xx: Fix antichamber trace replay assert 2023-11-08 22:27:00 +00:00
freedreno_lrz.h freedreno: Add enum for fd_lrzfc_layout::dir_track values 2024-08-08 12:25:25 +00:00
freedreno_pm4.h freedreno/pm4: Use unsigned instead of uint to fix musl build 2022-11-12 00:01:31 +00:00
freedreno_rd_output.c freedreno/drm: Add rd dumper support 2024-07-09 16:44:47 +00:00
freedreno_rd_output.h freedreno/drm: Add rd dumper support 2024-07-09 16:44:47 +00:00
freedreno_stompable_regs.h freedreno/a7xx: Register updates from kgsl 2024-04-24 11:29:01 +00:00
freedreno_ubwc.h freedreno: Extract out common UBWC helper 2024-07-28 18:25:18 +00:00
freedreno_uuid.c freedreno/all: Introduce fd_dev_id 2021-08-06 18:51:50 +00:00
freedreno_uuid.h freedreno/common: C++-proof freedreno_uuid.h 2023-03-24 15:49:25 +00:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
msm_proto.h freedreno/drm/virtio: Fix typo 2024-01-03 22:28:41 +00:00
README.rst
redump.h freedreno/rddecompiler: Add ability to read GPU buffer into file 2024-01-01 18:47:48 +00:00

Overview
========

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