freedreno: Include the layer size in layout debug.
[mesa.git] / src / panfrost / encoder /
2020-02-04 Alyssa Rosenzweigpanfrost: Avoid overlapping copy
2019-12-27 Alyssa Rosenzweigpanfrost: Remove mali_alt_func
2019-12-27 Alyssa Rosenzweigpanfrost: Add missing #include in common header
2019-12-25 Alyssa Rosenzweigpanfrost: Route gl_VertexID through cmdstream
2019-12-25 Alyssa Rosenzweigpanfrost: Remove pan_shift_odd
2019-12-25 Alyssa Rosenzweigpanfrost: Fix off-by-one in pan_invocation.c
2019-12-25 Alyssa Rosenzweigpanfrost: Factor out panfrost_compute_magic_divisor
2019-12-25 Alyssa Rosenzweigpanfrost: Move instancing routines to encoder/
2019-12-16 Alyssa Rosenzweigpanfrost: Remove asserts in panfrost_pack_work_groups_c...
2019-12-16 Alyssa Rosenzweigpanfrost: Pack invocation_shifts manually instead of...
2019-12-13 Alyssa Rosenzweigpanfrost: Add panfrost_model_name helper
2019-12-13 Alyssa Rosenzweigpanfrost: Move property queries to _encoder
2019-12-12 Alyssa Rosenzweigpanfrost: Add routines to calculate stack size/shift
2019-12-12 Alyssa Rosenzweigpanfrost: Describe thread local storage sizing rules
2019-12-03 Alyssa Rosenzweigpanfrost: Implement pan_tiler for non-hierarchy GPUs
2019-12-03 Alyssa Rosenzweigpanfrost: Add information about T720 tiling
2019-08-21 Alyssa Rosenzweigpanfrost: Correct polygon size computations
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_tiler.c outside of Gallium
2019-08-21 Alyssa Rosenzweigpanfrost: Implement workgroups_x_shift_2 quirk
2019-08-21 Alyssa Rosenzweigpanfrost: Set workgroups z to 32 for non-instanced...
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_invocation to shared panfrost/