pan/bi: Add the control flow graph
[mesa.git] / src / panfrost / encoder /
2020-02-27 Alyssa Rosenzweigpanfrost: Simplify stack shift calculation
2020-02-27 Alyssa Rosenzweigpanfrost: Reserve an extra page for spilling
2020-02-27 Alyssa Rosenzweigpanfrost: Default to 256 threads for TLS
2020-02-27 Alyssa Rosenzweigpanfrost: Fix param getting
2020-02-27 Alyssa Rosenzweigpanfrost: Update spilling comment framebuffer->shared
2020-02-27 Alyssa Rosenzweigpanfrost: Fix padded_vertex_count generation
2020-02-26 Tomeu Vizosopanfrost: Remove some more prints to stdout
2020-02-21 Alyssa Rosenzweigpanfrost: Rewrite texture descriptor creation logic
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root
2020-02-21 Alyssa Rosenzweigpanfrost: Move pan_afbc.c to root
2020-02-21 Alyssa Rosenzweigpanfrost: Move checksum routines to root panfrost
2020-02-16 Alyssa Rosenzweigpanfrost: Update comment about magic number relating...
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/