summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Release transient poolsTomeu Vizoso2019-06-201-1/+7
* panfrost: ci: Exclude flip-flops from resultsTomeu Vizoso2019-06-201-1/+4
* panfrost: Move to use ralloc for some allocationsTomeu Vizoso2019-06-197-37/+44
* panfrost: Move clearing logic into pan_jobRohan Garg2019-06-183-48/+68
* panfrost: Enable sRGBAlyssa Rosenzweig2019-06-181-4/+0
* panfrost: Disable AFBC on sRGB buffersAlyssa Rosenzweig2019-06-181-0/+7
* panfrost: Enable sRGB fixed-function blendingAlyssa Rosenzweig2019-06-182-3/+17
* panfrost: Specify sRGB in the render targetAlyssa Rosenzweig2019-06-181-1/+4
* panfrost: Implement sRGB texturingAlyssa Rosenzweig2019-06-181-1/+1
* panfrost: Add sRGB render target flagAlyssa Rosenzweig2019-06-182-0/+2
* panfrost: Implement tiled renderingAlyssa Rosenzweig2019-06-181-0/+4
* panfrost: Decode rendering block typeAlyssa Rosenzweig2019-06-183-7/+37
* panfrost: Refactor texture targetsAlyssa Rosenzweig2019-06-186-27/+81
* panfrost: Figure out job requirements in pan_job.cRohan Garg2019-06-183-8/+16
* panfrost: Reset job counters once the job is submittedRohan Garg2019-06-182-5/+4
* panfrost: Initial implementation of panfrost_job_submitRohan Garg2019-06-183-5/+23
* panfrost/midgard: Enable autovectorizationAlyssa Rosenzweig2019-06-181-2/+1
* panfrost: Add support for TXS instructionsBoris Brezillon2019-06-183-2/+60
* panfrost: Prepare things to support non-native texture opsBoris Brezillon2019-06-181-16/+19
* panfrost: Move sysval upload logic out of panfrost_emit_for_draw()Boris Brezillon2019-06-182-17/+54
* panfrost: Make the sysval logic more genericBoris Brezillon2019-06-181-22/+39
* panfrost: Adapt to constant name change in UABITomeu Vizoso2019-06-181-1/+1
* panfrost: ci: Update resultsTomeu Vizoso2019-06-181-15/+0
* panfrost/midgard: Simplify 2D array logicAlyssa Rosenzweig2019-06-171-4/+1
* panfrost/midgard: Handle non-zero component in storeAlyssa Rosenzweig2019-06-172-8/+9
* panfrost/midgard: Apply writemask to LUTsAlyssa Rosenzweig2019-06-172-3/+8
* panfrost: Cleanup default blend modeAlyssa Rosenzweig2019-06-171-19/+8
* panfrost: Don't accidentally include blend shaderAlyssa Rosenzweig2019-06-171-0/+2
* panfrost/midgard: Use typeless moves internallyAlyssa Rosenzweig2019-06-173-39/+15
* panfrost/midgard: Add rounding mode specific opcodesAlyssa Rosenzweig2019-06-173-20/+49
* panfrost: Drop draws with complete scissorAlyssa Rosenzweig2019-06-172-4/+20
* panfrost: Disable pipelining temporarilyAlyssa Rosenzweig2019-06-171-2/+4
* panfrost/mfbd: Handle rendering to linear mipmapAlyssa Rosenzweig2019-06-171-4/+18
* panfrost: Implement sampling from non-zero initial levelsAlyssa Rosenzweig2019-06-171-15/+14
* panfrost: Resource management for linear 2D texture arraysAlyssa Rosenzweig2019-06-171-1/+2
* panfrost/midgard: Adjust swizzles for 2D arraysAlyssa Rosenzweig2019-06-171-0/+10
* panfrost: Set array_size to permit array texturesAlyssa Rosenzweig2019-06-171-0/+11
* panfrost: Decode array texturesAlyssa Rosenzweig2019-06-172-4/+5
* panfrost: Implement 3D texture resource managementAlyssa Rosenzweig2019-06-171-5/+45
* panfrost: Specify 3D in texture descriptorAlyssa Rosenzweig2019-06-172-1/+4
* panfrost/midgard: Fix 3D texture masks/swizzlesAlyssa Rosenzweig2019-06-171-3/+8
* panfrost/midgard: Add swizzle_of/mask_of helpersAlyssa Rosenzweig2019-06-171-6/+30
* panfrost: Enable helper invocations when texturingAlyssa Rosenzweig2019-06-174-76/+25
* panfrost: Handle missing texture caseAlyssa Rosenzweig2019-06-171-18/+29
* panfrost: Remove forced flush on clearsAlyssa Rosenzweig2019-06-171-4/+0
* panfrost: Flush scanout tooAlyssa Rosenzweig2019-06-171-3/+6
* panfrost: Improve viewport (clipping) robustnessAlyssa Rosenzweig2019-06-171-6/+35
* panfrost: Disable the tiler for clear-only jobsAlyssa Rosenzweig2019-06-176-37/+50
* panfrost: Identify and decode mfbd_flagsAlyssa Rosenzweig2019-06-173-10/+22
* panfrost: Stub out hierarchy mask selectionAlyssa Rosenzweig2019-06-171-0/+21