panfrost: Add the shader BO to the batch in patch_shader_state()
[mesa.git] / src / gallium / drivers / panfrost / pan_blend_cso.c
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