aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/encoder
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Simplify AFBC format checkAlyssa Rosenzweig2020-06-151-11/+7
* panfrost: Enable AFBC for RGB565Alyssa Rosenzweig2020-06-151-2/+9
* panfrost: Correctly calculate tiled strideAlyssa Rosenzweig2020-06-151-7/+9
* panfrost: Fix level_2Alyssa Rosenzweig2020-06-151-1/+1
* pan_bo.h: add time.h include for time_tPeter Seiderer2020-06-071-0/+1
* Revert "panfrost: Keep cached BOs mmap'd"Icecream952020-06-051-5/+17
* panfrost: Only use AFBC YTR with RGB and RGBAIcecream952020-06-031-3/+5
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+2
* panfrost: Permit AFBC of RGB8Alyssa Rosenzweig2020-06-011-0/+4
* panfrost: Probe G31/G52 if PAN_MESA_DEBUG=bifrostAlyssa Rosenzweig2020-05-291-0/+1
* panfrost: Add GPU IDs for G31/G52Alyssa Rosenzweig2020-05-291-0/+2
* panfrost: Ensure nonlinear strides are 16-alignedAlyssa Rosenzweig2020-05-271-1/+1
* panfrost: Identify Bifrost texture format swizzleAlyssa Rosenzweig2020-05-271-1/+0
* panfrost: Fill in SCALED formats to format tableAlyssa Rosenzweig2020-05-211-0/+26
* panfrost: Keep cached BOs mmap'dAlyssa Rosenzweig2020-05-211-17/+5
* panfrost: Guard experimental fp16 behind debug flagAlyssa Rosenzweig2020-05-211-0/+1
* panfrost: Enable AFBC for Z24X8Alyssa Rosenzweig2020-05-191-5/+2
* panfrost: Fix Z24 vs Z32 mixupAlyssa Rosenzweig2020-05-191-3/+2
* panfrost: Switch formats to tableAlyssa Rosenzweig2020-05-193-196/+270
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* panfrost: Handle MALI_RGB8_UNORM in panfrost_format_to_bifrost_blendTomeu Vizoso2020-05-071-0/+1
* panfrost: GPUs newer than G-71 don't have swizzles...Tomeu Vizoso2020-05-011-0/+7
* panfrost: Create additional BO for the checksum of imported BOs (Bifrost)Tomeu Vizoso2020-05-011-0/+1
* panfrost: Fix tiled texture "stride"s on BifrostAlyssa Rosenzweig2020-05-011-6/+29
* panfrost: Emit blend descriptors on BifrostTomeu Vizoso2020-04-302-0/+20
* panfrost: Fix BO reference countingAlyssa Rosenzweig2020-04-291-2/+2
* panfrost: The texture descriptor has a pointer to a trampolineAlyssa Rosenzweig2020-04-242-34/+80
* panfrost: Identify texture layout fieldAlyssa Rosenzweig2020-04-241-1/+1
* panfrost: Emit texture descriptor on bifrostTomeu Vizoso2020-04-242-0/+56
* panfrost: Fix crashes with small BOsAlyssa Rosenzweig2020-04-221-1/+1
* panfrost: Move device open/close to root panfrostAlyssa Rosenzweig2020-03-312-0/+59
* panfrost: Move pan_bo to root panfrostAlyssa Rosenzweig2020-03-315-1/+706
* panfrost: Split panfrost_device from panfrost_screenAlyssa Rosenzweig2020-03-311-0/+107
* panfrost: Correctly identify format 0x4cIcecream952020-03-311-3/+0
* panfrost: Add support for R3G3B2Icecream952020-03-311-0/+3
* panfrost: Add support for B5G5R5X1Icecream952020-03-311-0/+3
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* Revert "panfrost: Z24 variants should be sampled as R32UI"Boris Brezillon2020-03-101-9/+1
* panfrost: Simplify stack shift calculationAlyssa Rosenzweig2020-02-271-7/+14
* panfrost: Reserve an extra page for spillingAlyssa Rosenzweig2020-02-271-3/+6
* panfrost: Default to 256 threads for TLSAlyssa Rosenzweig2020-02-272-5/+11
* panfrost: Fix param gettingAlyssa Rosenzweig2020-02-271-1/+1
* panfrost: Update spilling comment framebuffer->sharedAlyssa Rosenzweig2020-02-271-1/+1
* panfrost: Fix padded_vertex_count generationAlyssa Rosenzweig2020-02-271-1/+1
* panfrost: Remove some more prints to stdoutTomeu Vizoso2020-02-261-1/+1
* panfrost: Rewrite texture descriptor creation logicAlyssa Rosenzweig2020-02-212-0/+261
* panfrost: Move format translation to rootAlyssa Rosenzweig2020-02-213-0/+318
* panfrost: Move pan_afbc.c to rootAlyssa Rosenzweig2020-02-213-0/+136
* panfrost: Move checksum routines to root panfrostAlyssa Rosenzweig2020-02-214-0/+114
* panfrost: Update comment about magic number relating to barriersAlyssa Rosenzweig2020-02-161-2/+2