aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Don't trample on top of Bifrost-specific unionsTomeu Vizoso2020-05-071-20/+26
* panfrost: Add checksum BOs to batchTomeu Vizoso2020-05-071-2/+14
* panfrost: Setup gl_FragCoord as sysval on BifrostAlyssa Rosenzweig2020-05-042-3/+4
* panfrost: Add Bifrost texture trampoline BO to batchTomeu Vizoso2020-05-011-0/+6
* panfrost: mali_attr_meta.unknown1 is zero on BifrostTomeu Vizoso2020-05-011-1/+1
* panfrost: GPUs newer than G-71 don't have swizzles...Tomeu Vizoso2020-05-013-7/+33
* panfrost: Update Bifrost fields in mali_shader_metaAlyssa Rosenzweig2020-05-011-3/+12
* panfrost: Create additional BO for the checksum of imported BOs (Bifrost)Tomeu Vizoso2020-05-012-2/+15
* panfrost: Split bit out of format.unk3Tomeu Vizoso2020-05-011-0/+4
* panfrost: Fix norm coords on bifrost samplerAlyssa Rosenzweig2020-05-011-1/+0
* panfrost: Don't leak temporary descriptors arrayTomeu Vizoso2020-04-301-0/+2
* panfrost: Emit blend descriptors on BifrostTomeu Vizoso2020-04-303-21/+97
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-0/+1
* panfrost: Fix GL_EXT_vertex_array_bgraIcecream952020-04-281-1/+1
* panfrost: The texture descriptor has a pointer to a trampolineAlyssa Rosenzweig2020-04-242-3/+21
* panfrost: Emit texture descriptor on bifrostTomeu Vizoso2020-04-243-34/+78
* panfrost: Emit sampler descriptor on bifrostTomeu Vizoso2020-04-244-11/+63
* panfrost: Set clear_color_[12] in the extra fb descAlyssa Rosenzweig2020-04-241-0/+9
* panfrost: Clean up a bit the tiler structs for BifrostTomeu Vizoso2020-04-241-5/+3
* panfrost: Assert on unimplemented fragcoord etcAlyssa Rosenzweig2020-04-221-0/+3
* panfrost: Drop dependency on nonexistant write_valueAlyssa Rosenzweig2020-04-131-3/+6
* panfrost: Pass compiler-appropriate optionsAlyssa Rosenzweig2020-04-101-1/+5
* panfrost: Move uniform_count to pan_assembleAlyssa Rosenzweig2020-04-101-4/+3
* panfrost: Move varying linking to cmdstreamAlyssa Rosenzweig2020-04-101-2/+72
* panfrost: Call the Bifrost compiler on bi devicesAlyssa Rosenzweig2020-04-101-6/+14
* panfrost: Set mfbd.msaa.sample_locations on BifrostAlyssa Rosenzweig2020-04-103-14/+79
* panfrost: On Bifrost, set the right tiler descriptorTomeu Vizoso2020-04-104-3/+48
* panfrost: Don't emit write_value jobs on BifrostTomeu Vizoso2020-04-101-1/+4
* panfrost: Pass IS_BIFROST to pandecode_jcTomeu Vizoso2020-04-101-1/+1
* panfrost: Remove most usage of midgard_payload_vertex_tilerTomeu Vizoso2020-04-105-115/+201
* panfrost: Unify vertex/tiler structuresAlyssa Rosenzweig2020-04-102-15/+15
* panfrost: Staticize a few cmdstream functionsAlyssa Rosenzweig2020-04-102-15/+3
* panfrost: Populate bifrost-specific structs within mali_shader_metaAlyssa Rosenzweig2020-04-101-6/+17
* panfrost: Enable PIPE_SHADER_CAP_FP16 on BifrostAlyssa Rosenzweig2020-03-311-1/+4
* panfrost: Move device open/close to root panfrostAlyssa Rosenzweig2020-03-311-39/+3
* panfrost: Move pan_bo to root panfrostAlyssa Rosenzweig2020-03-3110-726/+33
* panfrost: Inline reference counting routinesAlyssa Rosenzweig2020-03-312-13/+16
* panfrost: Isolate panfrost_bo_access_for_stage to pan_cmdstream.cAlyssa Rosenzweig2020-03-312-17/+17
* panfrost: Split panfrost_device from panfrost_screenAlyssa Rosenzweig2020-03-3114-222/+170
* panfrost: Add support for R3G3B2Icecream952020-03-311-1/+3
* panfrost: Mark 64-bit formats as unsupportedIcecream952020-03-311-0/+3
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+2
* panfrost: Align Android makefiles with recent changesRoman Stratiienko2020-03-232-1/+4
* panfrost: Fix gnu-empty-initializer error.Vinson Lee2020-03-161-1/+1
* panfrost: Promote midgard_program to panfrost/utilAlyssa Rosenzweig2020-03-112-2/+2
* panfrost: Move pan_afbc.c file to the the right Makefile.source fileJohn Stultz2020-03-111-1/+0
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-1/+1
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-1/+1
* panfrost: Get rid of ctx->payloads[]Boris Brezillon2020-03-103-42/+33
* panfrost: Use ctx->active_prim in panfrost_writes_point_size()Boris Brezillon2020-03-101-1/+1