mesa/src/panfrost/lib
Ray Smith 404da63a0e panfrost: Don't try to set bifrost blendable format on midgard
pan_blendable_format.bifrost is only accessed on bifrost, but we set it
to bogus values on midgard. Set it to 0/invalid instead.

Signed-off-by: Ray Smith <rsmith@brightsign.biz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26980>
2024-01-17 11:07:48 +00:00
..
genxml asahi,panfrost: Use IS_POT_NONZERO to replace util_is_power_of_two_nonzero for different size 2024-01-11 16:45:57 +00:00
kmod pan/kmod: Add a backend for the panfrost kernel driver 2023-12-15 11:33:26 +00:00
tests panfrost: pass blendable formats to pan_pack_color 2023-11-06 14:30:28 +01:00
.gitignore
meson.build panfrost: Abstract kernel driver operations 2023-12-15 11:33:26 +00:00
pan_afbc.c panfrost: Add debug flag to force packing of AFBC textures on upload 2023-10-25 14:25:31 +00:00
pan_attributes.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_blend.c panfrost: Avoid direct accesses to some panfrost_device fields 2023-12-15 11:33:26 +00:00
pan_blend.h panfrost: Convert to PIPE_BLEND enums internally 2023-07-13 21:03:32 +00:00
pan_blitter.c panfrost: Avoid direct accesses to some panfrost_device fields 2023-12-15 11:33:26 +00:00
pan_blitter.h panfrost: Rename pan_cs.{c,h} into pan_desc.{c,h} 2023-12-05 15:55:21 +00:00
pan_bo.c panfrost: Introduce a PAN_BO_SHAREABLE flag 2023-12-15 11:33:27 +00:00
pan_bo.h panfrost: Introduce a PAN_BO_SHAREABLE flag 2023-12-15 11:33:27 +00:00
pan_clear.c panfrost: pass blendable formats to pan_pack_color 2023-11-06 14:30:28 +01:00
pan_desc.c panfrost: Avoid direct accesses to some panfrost_bo fields 2023-12-15 11:33:26 +00:00
pan_desc.h panfrost: Restrict job descriptor emission to JM hardware 2023-12-05 15:55:21 +00:00
pan_device.h panfrost: Add a VM to panfrost_device 2023-12-15 11:33:26 +00:00
pan_earlyzs.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_earlyzs.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_encoder.h panfrost: Estimate vertex count for hier mask 2023-03-31 00:19:18 +00:00
pan_format.c panfrost: Don't try to set bifrost blendable format on midgard 2024-01-17 11:07:48 +00:00
pan_format.h panfrost: allow packing formats outside of pan_format.c 2023-11-06 14:30:14 +01:00
pan_indirect_dispatch.c panfrost: Avoid direct accesses to some panfrost_device fields 2023-12-15 11:33:26 +00:00
pan_indirect_dispatch.h panfrost: s/pan_scoreboard/pan_jc/ 2023-12-05 15:55:21 +00:00
pan_jc.h panfrost: Restrict job chain helpers to JM hardware 2023-12-05 15:55:21 +00:00
pan_layout.c panfrost: Fix format_minimum_alignment() for v6- 2023-11-17 09:29:10 +00:00
pan_pool.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_props.c panfrost: Add a VM to panfrost_device 2023-12-15 11:33:26 +00:00
pan_samples.c panfrost: Drop unused decode_position for samples 2023-08-01 23:18:29 +00:00
pan_scratch.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_shader.c panfrost: Lower sysvals in GL 2023-03-23 23:53:46 +00:00
pan_shader.h panfrost: Preprocess shaders in the driver 2023-03-23 23:53:46 +00:00
pan_texture.c panfrost: Make pan_afbc_compression_mode() per-gen 2023-12-05 15:55:21 +00:00
pan_texture.h panfrost: Make pan_afbc_compression_mode() per-gen 2023-12-05 15:55:21 +00:00
pan_tiler.c panfrost: Choose hierarchy masks by vertex count 2023-03-31 00:19:18 +00:00
pan_util.c panfrost: do not handle NONE-swizzle 2023-12-01 07:53:58 +00:00
pan_util.h panfrost: pass blendable formats to pan_pack_color 2023-11-06 14:30:28 +01:00
wrap.h pan/decode: handle more than one panfrost_device 2023-08-14 22:41:10 +00:00