mesa/src/panfrost/lib
Alyssa Rosenzweig 9b068f186a panfrost: Add Valhall support to pandecode
Valhall v9 introduces a number of new data structures since Bifrost v7,
and removes a number of traditional data structures. Add decode routines
for the new Valhall data structures, and condition the old routines on
(PAN_ARCH <= 7) to remain buildable and warning-free.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14063>
2021-12-06 20:46:09 +00:00
..
genxml panfrost: Add Valhall support to pandecode 2021-12-06 20:46:09 +00:00
tests panfrost: Test alpha_zero_nop/one_store predicates 2021-10-26 19:01:47 +00:00
.gitignore panfrost: Add panloader/ to .gitignore 2020-08-06 23:54:24 +00:00
meson.build panfrost: Only build GPU indirect kernels for v7 2021-12-06 13:54:25 +00:00
pan_afbc.c panfrost: Remove ancient TODO 2021-10-23 02:21:13 +00:00
pan_attributes.c panfrost: Move panfrost_vertex/instance_id to per-gen 2021-07-12 23:12:29 +00:00
pan_blend.c panfrost: Add alpha_zero_nop/one_store predicate 2021-10-26 19:01:46 +00:00
pan_blend.h panfrost: Add alpha_zero_nop/one_store predicate 2021-10-26 19:01:46 +00:00
pan_blitter.c panfrost: Split command stream descriptor definitions per-gen 2021-09-30 10:30:19 +00:00
pan_blitter.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_bo.c panfrost: Move bo->label assignment into the lock 2021-08-24 14:31:54 -04:00
pan_bo.h panfrost: Label all BOs in userspace 2021-05-18 19:19:01 +00:00
pan_clear.c panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_cs.c panfrost: Remove duplicated #if 2021-10-23 02:21:13 +00:00
pan_cs.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_device.h panfrost: Detect implementations support AFBC 2021-10-22 19:33:38 -04:00
pan_encoder.h panfrost: Move special_varying to compiler definitions 2021-10-05 21:13:52 +00:00
pan_format.c panfrost: Don't allow rendering/texturing 48-bit 2021-10-16 23:49:13 +00:00
pan_format.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_indirect_dispatch.c panfrost: Split command stream descriptor definitions per-gen 2021-09-30 10:30:19 +00:00
pan_indirect_dispatch.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_indirect_draw.c panfrost: Split command stream descriptor definitions per-gen 2021-09-30 10:30:19 +00:00
pan_indirect_draw.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_pool.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_props.c panfrost: Detect implementations support AFBC 2021-10-22 19:33:38 -04:00
pan_samples.c panfrost: Label all BOs in userspace 2021-05-18 19:19:01 +00:00
pan_scoreboard.h panfrost: Move genxml related files to a subdir 2021-09-30 10:30:19 +00:00
pan_scratch.c panfrost: Fix stack shift calculation 2020-11-13 20:49:06 +00:00
pan_shader.c panfrost: Introduce PAN_MAX_VARYINGS define 2021-10-05 21:13:52 +00:00
pan_shader.h nir/lower_pntc_ytransform: Support PointCoordIsSysval 2021-11-12 12:34:14 +00:00
pan_texture.c panfrost: Encode 3D ASTC dimensions 2021-09-30 14:26:12 +00:00
pan_texture.h panfrost: Add internal afbc_formats 2021-10-22 21:55:32 -04:00
pan_tiler.c panfrost: Prepare pan_encoder.h to per-gen XML 2021-09-20 15:18:50 +02:00
pan_util.c panfrost: Use _PU for non-dithered formats 2021-08-11 18:15:52 +00:00
pan_util.h panfrost: Port v5 blend shader issue to blitter 2021-08-23 20:54:34 +00:00
wrap.h panfrost: Prepare pandecode to per-gen XML 2021-09-20 15:11:30 +02:00