panfrost: Drop implicit blend pooling
[mesa.git] / src / gallium / drivers / panfrost / pan_blend_cso.c
2020-08-20 Alyssa Rosenzweigpanfrost: Drop implicit blend pooling
2020-07-15 Alyssa Rosenzweigpanfrost: Expose panfrost_get_blend_shader
2020-07-07 Alyssa Rosenzweigpanfrost: Implement alpha-to-coverage
2020-05-23 Vinson Leepanfrost: Ensure final.no_colour is initialized.
2020-05-21 Alyssa Rosenzweigpanfrost: Disable tib read/write when colourmask = 0x0
2020-03-10 Boris Brezillonpanfrost: Prepare shader_meta descriptors at emission...
2020-02-20 Icecream95panfrost: LogicOp support
2020-02-19 Alyssa Rosenzweigpanfrost: Remove dirty tracking
2020-01-02 Alyssa Rosenzweigpanfrost: Pack MRT blend shaders into a single BO
2019-12-16 Alyssa Rosenzweigpanfrost: Pass blend RT number through
2019-12-03 Tomeu Vizosopanfrost: Add quirks system to cmdstream
2019-10-03 Boris Brezillonpanfrost: Extend the panfrost_batch_add_bo() API to...
2019-09-18 Boris Brezillonpanfrost: Add the panfrost_batch_create_bo() helper
2019-09-18 Boris Brezillonpanfrost: Stop passing screen around for BO operations
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-18 Boris Brezillonpanfrost: s/PAN_ALLOCATE_/PAN_BO_/
2019-09-18 Boris Brezillonpanfrost: Get rid of pan_drm.c
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-08-14 Alyssa Rosenzweigpanfrost: Extend blending to MRT
2019-08-08 Tomeu Vizosopanfrost: Allocate shaders in their own BOs
2019-07-25 Alyssa Rosenzweigpanfrost: Move require_sfbd to screen
2019-07-18 Alyssa Rosenzweigpanfrost: Check for NULL surface in places
2019-07-18 Alyssa Rosenzweigpanfrost: Use correct NO_DITHER field on MFBD
2019-07-15 Alyssa Rosenzweigpanfrost: Don't leak the blend CSO hash table
2019-07-15 Alyssa Rosenzweigpanfrost: Fix blend_cso if nr_cbufs == 0
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Fix copyright identifier in a few places
2019-07-10 Alyssa Rosenzweigpanfrost: Refactor blend infrastructure