panfrost: Handle PIPE_FORMAT_S8_UINT
[mesa.git] / src / panfrost / encoder / pan_texture.c
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_S8_UINT
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_X24S8_UINT
2020-07-07 Alyssa Rosenzweigpanfrost: Include pointer for each sample
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-06-15 Alyssa Rosenzweigpanfrost: Correctly calculate tiled stride
2020-06-15 Alyssa Rosenzweigpanfrost: Fix level_2
2020-06-03 Icecream95panfrost: Only use AFBC YTR with RGB and RGBA
2020-05-27 Alyssa Rosenzweigpanfrost: Ensure nonlinear strides are 16-aligned
2020-05-27 Alyssa Rosenzweigpanfrost: Identify Bifrost texture format swizzle
2020-05-19 Alyssa Rosenzweigpanfrost: Switch formats to table
2020-05-01 Alyssa Rosenzweigpanfrost: Fix tiled texture "stride"s on Bifrost
2020-04-24 Alyssa Rosenzweigpanfrost: The texture descriptor has a pointer to a...
2020-04-24 Alyssa Rosenzweigpanfrost: Identify texture layout field
2020-04-24 Tomeu Vizosopanfrost: Emit texture descriptor on bifrost
2020-02-21 Alyssa Rosenzweigpanfrost: Rewrite texture descriptor creation logic
2020-02-21 Alyssa Rosenzweigpanfrost: Move checksum routines to root panfrost