panfrost: Don't export exception_status
[mesa.git] / src / panfrost / encoder / pan_format.c
2020-07-16 Alyssa Rosenzweigpanfrost: Implement Z32F_S8 blits
2020-07-13 Alyssa Rosenzweigpanfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCn
2020-07-13 Alyssa Rosenzweigpanfrost: Add format codes for new compressed textures
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_S8_UINT
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_X24S8_UINT
2020-05-21 Alyssa Rosenzweigpanfrost: Fill in SCALED formats to format table
2020-05-19 Alyssa Rosenzweigpanfrost: Fix Z24 vs Z32 mixup
2020-05-19 Alyssa Rosenzweigpanfrost: Switch formats to table
2020-05-07 Tomeu Vizosopanfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_...
2020-04-30 Tomeu Vizosopanfrost: Emit blend descriptors on Bifrost
2020-03-31 Icecream95panfrost: Correctly identify format 0x4c
2020-03-31 Icecream95panfrost: Add support for R3G3B2
2020-03-31 Icecream95panfrost: Add support for B5G5R5X1
2020-03-10 Boris BrezillonRevert "panfrost: Z24 variants should be sampled as...
2020-02-26 Tomeu Vizosopanfrost: Remove some more prints to stdout
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root