summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Take into account off-screen FBOsTomeu Vizoso2019-07-041-4/+6
* panfrost: Pass referenced BOs to the SUBMIT ioctlsBoris Brezillon2019-07-021-19/+27
* panfrost: Make SLAB pool creation rely on BO helpersBoris Brezillon2019-07-027-110/+56
* panfrost: Add the panfrost_drm_{create,release}_bo() helpersBoris Brezillon2019-07-023-29/+70
* panfrost: Move the mmap BO logic out of panfrost_drm_import_bo()Boris Brezillon2019-07-021-21/+30
* panfrost: Avoid passing winsys handles to import/export BO funcsBoris Brezillon2019-07-023-19/+20
* panfrost: Move BO meta-data out of panfrost_boBoris Brezillon2019-07-026-94/+98
* panfrost: Stop exposing internal panfrost_drm_*() functionsBoris Brezillon2019-07-022-7/+2
* panfrost: Get rid of the "free imported BO" logicBoris Brezillon2019-07-024-37/+8
* panfrost: Get rid of the panfrost_driver abstraction leftoversBoris Brezillon2019-07-023-35/+0
* panfrost: Move scanout res creation out of panfrost_resource_create()Boris Brezillon2019-07-021-32/+41
* panfrost: Add the sampled texture BO to the jobBoris Brezillon2019-07-021-0/+4
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* panfrost: Implement instanced renderingAlyssa Rosenzweig2019-07-019-60/+568
* panfrost/decode: Compute padded_num_vertices for MODULOAlyssa Rosenzweig2019-07-011-2/+12
* panfrost/midgard: Emit type appropriate ld_varyAlyssa Rosenzweig2019-07-011-2/+19
* panfrost/midgard: Add unsigned ld/st opsAlyssa Rosenzweig2019-07-013-1/+11
* panfrost/midgard: Use the appropriate ld_attr typeAlyssa Rosenzweig2019-07-011-0/+20
* panfrost: Implement dispatch helpersAlyssa Rosenzweig2019-07-014-13/+165
* panfrost: Remove ancient commentAlyssa Rosenzweig2019-07-011-3/+0
* panfrost: Allow R11G11B10 renderingAlyssa Rosenzweig2019-06-282-4/+15
* panfrost: Default to util_pack_color for clearsAlyssa Rosenzweig2019-06-281-2/+7
* panfrost: Disable DXT-style texture compressionAlyssa Rosenzweig2019-06-281-3/+1
* panfrost: Dump unknown formats before abortingAlyssa Rosenzweig2019-06-281-0/+1
* panfrost/midgard: Fix 3D texture regressionAlyssa Rosenzweig2019-06-281-1/+2
* panfrost: Add some special formatsAlyssa Rosenzweig2019-06-283-0/+7
* panfrost/midgard: Implement integer samplerAlyssa Rosenzweig2019-06-283-8/+42
* panfrost: Remove dubious assertAlyssa Rosenzweig2019-06-281-3/+0
* panfrost: Implement primitive restartAlyssa Rosenzweig2019-06-281-0/+13
* panfrost: Only tag AFBC addresses when samplingTomeu Vizoso2019-06-282-7/+8
* panfrost/ci: Don't error out on RK3288Tomeu Vizoso2019-06-281-1/+3
* panfrost/ci: Don't print every kernel fileTomeu Vizoso2019-06-282-2/+2
* panfrost/ci: Fix the image nameTomeu Vizoso2019-06-281-5/+5
* panfrost/ci: Remove batchingTomeu Vizoso2019-06-281-7/+2
* panfrost/decode: Mention the address of a few descriptorsTomeu Vizoso2019-06-271-13/+11
* panfrost/decode: Wait for a job to finish before dumpingTomeu Vizoso2019-06-271-2/+4
* panfrost/decode: Decode exception statusTomeu Vizoso2019-06-271-2/+6
* panfrost/decode: Print AFBC struct when appropriateTomeu Vizoso2019-06-271-2/+1
* panfrost/midgard: Merge embedded constantsAlyssa Rosenzweig2019-06-261-19/+66
* panfrost/midgard: Share swizzle composeAlyssa Rosenzweig2019-06-262-8/+30
* panfrost/midgard: Share swizzle/mask codeAlyssa Rosenzweig2019-06-262-30/+32
* panfrost: Fix checksumming typoAlyssa Rosenzweig2019-06-261-1/+1
* panfrost: Remove unneeded check in panfrost_scissor_culls_everything()Boris Brezillon2019-06-261-1/+1
* panfrost: Update copyright identifiersAlyssa Rosenzweig2019-06-2614-14/+14
* panfrost/midgard: Reorder to permit constant biasAlyssa Rosenzweig2019-06-262-67/+61
* panfrost/midgard: Add helper to encode constant biasAlyssa Rosenzweig2019-06-261-0/+34
* panfrost/midgard: Handle negative immediate biasAlyssa Rosenzweig2019-06-262-4/+5
* panfrost/ci: Add RK3288 flipflops I don't want to deal with right nowAlyssa Rosenzweig2019-06-251-0/+6
* panfrost/ci: Update failures listAlyssa Rosenzweig2019-06-251-363/+3
* panfrost/ci: Set MESA_GLES_VERSION_OVERRIDE=3.0Alyssa Rosenzweig2019-06-251-0/+1