mesa/src/panfrost/encoder
Alyssa Rosenzweig ca8c62592c panfrost: Split panfrost_device from panfrost_screen
We would like to access properties of the device in a
Gallium-independent way (for out-of-Gallium testing in the short-term,
and would help a theoretical Vulkan implementation in the long run).
Let's split up the struct.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4382>
2020-03-31 01:12:26 +00:00
..
meson.build meson: inline inc_common 2020-03-28 21:36:54 +01:00
pan_afbc.c panfrost: Move pan_afbc.c to root 2020-02-21 07:27:01 -05:00
pan_attributes.c panfrost: Fix padded_vertex_count generation 2020-02-27 16:31:42 +01:00
pan_device.h panfrost: Split panfrost_device from panfrost_screen 2020-03-31 01:12:26 +00:00
pan_encoder.h panfrost: Move checksum routines to root panfrost 2020-02-21 07:26:52 -05:00
pan_format.c panfrost: Correctly identify format 0x4c 2020-03-31 00:48:58 +00:00
pan_invocation.c panfrost: Update comment about magic number relating to barriers 2020-02-16 09:16:46 -05:00
pan_props.c panfrost: Default to 256 threads for TLS 2020-02-27 16:32:05 +01:00
pan_sampler.c panfrost: Remove mali_alt_func 2019-12-27 12:58:00 -05:00
pan_scratch.c panfrost: Simplify stack shift calculation 2020-02-27 16:32:17 +01:00
pan_texture.c panfrost: Rewrite texture descriptor creation logic 2020-02-21 07:27:05 -05:00
pan_texture.h panfrost: Rewrite texture descriptor creation logic 2020-02-21 07:27:05 -05:00
pan_tiler.c panfrost: Implement pan_tiler for non-hierarchy GPUs 2019-12-03 04:25:04 +00:00