aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_context.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Use size0 when calculating the offset to a depth levelAlyssa Rosenzweig2020-02-041-2/+1
* panfrost: Only clamp the LOD to disable mipmapping when neededTomeu Vizoso2020-02-041-6/+7
* panfrost: Use DBG macro to avoid noise in the consoleTomeu Vizoso2020-01-311-1/+1
* panfrost: Don't copy uniforms when the size is zeroIcecream952020-01-271-1/+1
* panfrost: Fix 32-bit warning for `indices`Alyssa Rosenzweig2020-01-241-1/+1
* pan/decode: Rotate trace filesIcecream952020-01-231-0/+4
* panfrost: Drop mysterious zero=0xFFFF fieldAlyssa Rosenzweig2020-01-231-13/+0
* panfrost: Add ASTC texture formatsIcecream952020-01-211-1/+19
* panfrost: Dynamically allocate shader variantsIcecream952020-01-181-1/+20
* panfrost: Fix linear depth texturesAlyssa Rosenzweig2020-01-141-5/+1
* panfrost: Add negative lod bias supportIcecream952020-01-101-3/+3
* panfrost: Adjust for mismatch between hardware/Gallium in arrays/cubeAlyssa Rosenzweig2020-01-071-11/+33
* panfrost: Respect constant buffer_offsetAlyssa Rosenzweig2020-01-071-2/+4
* panfrost: Implement sRGB blend shadersAlyssa Rosenzweig2020-01-061-8/+0
* panfrost: Pack MRT blend shaders into a single BOAlyssa Rosenzweig2020-01-021-9/+16
* panfrost: Dynamically allocate array of texture pointersTomeu Vizoso2020-01-021-4/+22
* panfrost: Respect glPointSize()Alyssa Rosenzweig2019-12-301-1/+5
* panfrost: Identify glProvokingVertex flagAlyssa Rosenzweig2019-12-301-3/+2
* panfrost: Remove mali_alt_funcAlyssa Rosenzweig2019-12-271-34/+3
* panfrost: Implement remaining texture wrap modesAlyssa Rosenzweig2019-12-271-1/+11
* panfrost: Route gl_VertexID through cmdstreamAlyssa Rosenzweig2019-12-241-4/+9
* panfrost: Remove pan_shift_oddAlyssa Rosenzweig2019-12-241-7/+7
* panfrost: Move instancing routines to encoder/Alyssa Rosenzweig2019-12-241-9/+1
* panfrost: Add PAN_MESA_DEBUG=precompile for shader-dbAlyssa Rosenzweig2019-12-171-3/+31
* panfrost: Simplify sampler upload conditionAlyssa Rosenzweig2019-12-161-1/+1
* panfrost: Calculate maximum stack_size per batchAlyssa Rosenzweig2019-12-131-0/+10
* panfrost: Handle minor cppcheck issuesAlyssa Rosenzweig2019-12-131-1/+0
* panfrost: Emit SFBD/MFBD after a batch, instead of beforeAlyssa Rosenzweig2019-12-131-80/+15
* panfrost: Split stack_shift nibble from unk0Alyssa Rosenzweig2019-12-121-1/+2
* panfrost: Rename unknown_address_0 -> scratchpadAlyssa Rosenzweig2019-12-121-1/+1
* panfrost: Hold a reference to sampler viewsTomeu Vizoso2019-12-121-3/+9
* panfrost: Rename SET_VALUE to WRITE_VALUEAlyssa Rosenzweig2019-12-061-2/+2
* panfrost: Simplify shader patchingTomeu Vizoso2019-12-031-41/+19
* panfrost: Simplify draw_flagsAlyssa Rosenzweig2019-12-031-11/+2
* panfrost: Implement pan_tiler for non-hierarchy GPUsAlyssa Rosenzweig2019-12-031-9/+11
* panfrost: Add quirks system to cmdstreamTomeu Vizoso2019-12-031-6/+6
* panfrost: Fix gnu-empty-initializer build errors.Vinson Lee2019-11-281-2/+2
* pan/midgard: Implement load_sampler_lod_paramaters_panAlyssa Rosenzweig2019-11-221-1/+27
* panfrost: Add the lod_bias fieldAlyssa Rosenzweig2019-11-211-0/+1
* panfrost: Make sure the shader descriptor is in sync with the GL stateTomeu Vizoso2019-11-151-19/+8
* panfrost: Multiply offset_units by 2Tomeu Vizoso2019-11-151-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-2/+2
* pan/midgard: Add blend shader selection bits for MRTAlyssa Rosenzweig2019-11-131-24/+5
* panfrost: Release the ctx->pipe_framebuffer refBoris Brezillon2019-11-071-0/+1
* panfrost: Destroy the upload manager allocated in panfrost_create_context()Boris Brezillon2019-11-071-0/+2
* panfrost: Generate polygon list manually for SFBDTomeu Vizoso2019-11-061-0/+10
* panfrost: Decode blend shaders for SFBDTomeu Vizoso2019-11-061-1/+3
* panfrost: Rework format encoding on SFBDTomeu Vizoso2019-11-061-1/+3
* panfrost: Set 0x10 bit on mali_shader_meta.unknown2_4 on T720Tomeu Vizoso2019-11-061-4/+3
* panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASKBoris Brezillon2019-11-041-1/+2