summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/panfrost
AgeCommit message (Expand)AuthorFilesLines
2019-12-13panfrost: Emit SFBD/MFBD after a batch, instead of beforeAlyssa Rosenzweig6-85/+105
2019-12-13panfrost: Route stack_size from compilerAlyssa Rosenzweig2-0/+2
2019-12-13panfrost: Query core count and thread tls allocAlyssa Rosenzweig2-3/+32
2019-12-13panfrost: Factor out panfrost_query_rawAlyssa Rosenzweig1-3/+13
2019-12-12panfrost: Split stack_shift nibble from unk0Alyssa Rosenzweig1-1/+2
2019-12-12panfrost: Rename unknown_address_0 -> scratchpadAlyssa Rosenzweig1-1/+1
2019-12-12panfrost: Don't lose bits!Tomeu Vizoso1-4/+4
2019-12-12panfrost: Hold a reference to sampler viewsTomeu Vizoso1-3/+9
2019-12-11panfrost: Add PAN_MESA_DEBUG=syncTomeu Vizoso5-6/+34
2019-12-06panfrost: Rename SET_VALUE to WRITE_VALUEAlyssa Rosenzweig3-16/+16
2019-12-06panfrost: Update SET_VALUE with information from igtAlyssa Rosenzweig1-3/+4
2019-12-03panfrost: Remove blend shader hackAlyssa Rosenzweig1-3/+0
2019-12-03panfrost: White list the Mali T720Tomeu Vizoso1-0/+1
2019-12-03panfrost: Simplify shader patchingTomeu Vizoso1-41/+19
2019-12-03panfrost: Simplify draw_flagsAlyssa Rosenzweig1-11/+2
2019-12-03panfrost: Implement pan_tiler for non-hierarchy GPUsAlyssa Rosenzweig2-10/+13
2019-12-03panfrost: Add quirks system to cmdstreamTomeu Vizoso6-13/+16
2019-11-29panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon3-1/+23
2019-11-28panfrost: Fix gnu-empty-initializer build errors.Vinson Lee3-5/+5
2019-11-22pan/midgard: Implement load_sampler_lod_paramaters_panAlyssa Rosenzweig1-1/+27
2019-11-21panfrost: Add the lod_bias fieldAlyssa Rosenzweig1-0/+1
2019-11-20panfrost: Rework buffers in SFBDTomeu Vizoso1-40/+39
2019-11-19panfrost: Set PIPE_COMPUTE_CAP_ADDRESS_BITS to 64Alyssa Rosenzweig1-2/+1
2019-11-19panfrost: Disable tiling for GLOBAL resourcesAlyssa Rosenzweig1-1/+2
2019-11-19panfrost: Pass kernel inputs as uniformsAlyssa Rosenzweig1-0/+13
2019-11-19panfrost: Stub out clover callbacksAlyssa Rosenzweig1-1/+27
2019-11-15panfrost: Make sure the shader descriptor is in sync with the GL stateTomeu Vizoso1-19/+8
2019-11-15panfrost: Multiply offset_units by 2Tomeu Vizoso1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt12-14/+14
2019-11-13pan/midgard: Remove util/ra supportAlyssa Rosenzweig3-5/+2
2019-11-13pan/midgard: Add blend shader selection bits for MRTAlyssa Rosenzweig1-24/+5
2019-11-11panfrost: Select format-specific blending intrinsicsAlyssa Rosenzweig3-9/+41
2019-11-11panfrost: Set depth and stencil for SFBD based on the formatTomeu Vizoso4-21/+36
2019-11-08panfrost: Try to evict unused BOs from the cacheBoris Brezillon4-6/+61
2019-11-08panfrost: Move BO cache related fields to a sub-structBoris Brezillon3-18/+21
2019-11-07panfrost: Pipe the GPU ID into compiler and disassemblerTomeu Vizoso3-3/+4
2019-11-07panfrost: Release the ctx->pipe_framebuffer refBoris Brezillon1-0/+1
2019-11-07panfrost: Destroy the upload manager allocated in panfrost_create_context()Boris Brezillon1-0/+2
2019-11-06panfrost: Generate polygon list manually for SFBDTomeu Vizoso2-1/+18
2019-11-06panfrost: Decode blend shaders for SFBDTomeu Vizoso1-1/+3
2019-11-06panfrost: Take into account texture layers in SFBDTomeu Vizoso1-5/+6
2019-11-06panfrost: Rework format encoding on SFBDTomeu Vizoso6-46/+104
2019-11-06panfrost: Set 0x10 bit on mali_shader_meta.unknown2_4 on T720Tomeu Vizoso2-7/+3
2019-11-06panfrost: Add checksum fields to SFBD descriptorTomeu Vizoso1-0/+12
2019-11-04panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASKBoris Brezillon1-1/+2
2019-11-01pan/midgard: Use fp32 blend shadersAlyssa Rosenzweig2-10/+10
2019-10-31android: Add panfrost support to build scriptsRobert Foss2-0/+97
2019-10-29panfrost: Cleanup _shader_upper -> shaderAlyssa Rosenzweig1-4/+4
2019-10-26pan/midgard: Disable precise occlusion queriesAlyssa Rosenzweig1-1/+1
2019-10-26panfrost: allocate bo for occlusion query resultsUrja Rannikko2-14/+25