aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_blend_cso.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Expose panfrost_get_blend_shaderAlyssa Rosenzweig2020-07-151-1/+1
* panfrost: Implement alpha-to-coverageAlyssa Rosenzweig2020-07-071-1/+0
* panfrost: Ensure final.no_colour is initialized.Vinson Lee2020-05-231-0/+1
* panfrost: Disable tib read/write when colourmask = 0x0Alyssa Rosenzweig2020-05-211-0/+2
* panfrost: Prepare shader_meta descriptors at emission timeBoris Brezillon2020-03-101-5/+0
* panfrost: LogicOp supportIcecream952020-02-201-9/+10
* panfrost: Remove dirty trackingAlyssa Rosenzweig2020-02-191-3/+0
* panfrost: Pack MRT blend shaders into a single BOAlyssa Rosenzweig2020-01-021-10/+19
* panfrost: Pass blend RT number throughAlyssa Rosenzweig2019-12-161-4/+5
* panfrost: Add quirks system to cmdstreamTomeu Vizoso2019-12-031-1/+2
* panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon2019-10-031-1/+5
* panfrost: Add the panfrost_batch_create_bo() helperBoris Brezillon2019-09-181-6/+2
* panfrost: Stop passing screen around for BO operationsBoris Brezillon2019-09-181-1/+1
* panfrost: Move the BO API to its own headerBoris Brezillon2019-09-181-0/+1
* panfrost: s/PAN_ALLOCATE_/PAN_BO_/Boris Brezillon2019-09-181-1/+1
* panfrost: Get rid of pan_drm.cBoris Brezillon2019-09-181-1/+1
* panfrost: s/job/batch/Boris Brezillon2019-09-081-2/+2
* panfrost: Extend blending to MRTAlyssa Rosenzweig2019-08-141-3/+15
* panfrost: Allocate shaders in their own BOsTomeu Vizoso2019-08-081-12/+29
* panfrost: Move require_sfbd to screenAlyssa Rosenzweig2019-07-251-1/+2
* panfrost: Check for NULL surface in placesAlyssa Rosenzweig2019-07-181-1/+1
* panfrost: Use correct NO_DITHER field on MFBDAlyssa Rosenzweig2019-07-181-1/+3
* panfrost: Don't leak the blend CSO hash tableAlyssa Rosenzweig2019-07-151-3/+2
* panfrost: Fix blend_cso if nr_cbufs == 0Alyssa Rosenzweig2019-07-151-3/+6
* panfrost: Style main Gallium driverAlyssa Rosenzweig2019-07-101-14/+13
* panfrost: Fix copyright identifier in a few placesAlyssa Rosenzweig2019-07-101-1/+1
* panfrost: Refactor blend infrastructureAlyssa Rosenzweig2019-07-101-0/+268