freedreno: switch to layout helper
[mesa.git] / src / gallium / drivers / panfrost /
2019-11-22 Alyssa Rosenzweigpan/midgard: Implement load_sampler_lod_paramaters_pan
2019-11-21 Alyssa Rosenzweigpanfrost: Add the lod_bias field
2019-11-20 Tomeu Vizosopanfrost: Rework buffers in SFBD
2019-11-19 Alyssa Rosenzweigpanfrost: Set PIPE_COMPUTE_CAP_ADDRESS_BITS to 64
2019-11-19 Alyssa Rosenzweigpanfrost: Disable tiling for GLOBAL resources
2019-11-19 Alyssa Rosenzweigpanfrost: Pass kernel inputs as uniforms
2019-11-19 Alyssa Rosenzweigpanfrost: Stub out clover callbacks
2019-11-15 Tomeu Vizosopanfrost: Make sure the shader descriptor is in sync...
2019-11-15 Tomeu Vizosopanfrost: Multiply offset_units by 2
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-13 Alyssa Rosenzweigpan/midgard: Remove util/ra support
2019-11-13 Alyssa Rosenzweigpan/midgard: Add blend shader selection bits for MRT
2019-11-11 Alyssa Rosenzweigpanfrost: Select format-specific blending intrinsics
2019-11-11 Tomeu Vizosopanfrost: Set depth and stencil for SFBD based on the...
2019-11-08 Boris Brezillonpanfrost: Try to evict unused BOs from the cache
2019-11-08 Boris Brezillonpanfrost: Move BO cache related fields to a sub-struct
2019-11-07 Tomeu Vizosopanfrost: Pipe the GPU ID into compiler and disassembler
2019-11-07 Boris Brezillonpanfrost: Release the ctx->pipe_framebuffer ref
2019-11-07 Boris Brezillonpanfrost: Destroy the upload manager allocated in panfr...
2019-11-06 Tomeu Vizosopanfrost: Generate polygon list manually for SFBD
2019-11-06 Tomeu Vizosopanfrost: Decode blend shaders for SFBD
2019-11-06 Tomeu Vizosopanfrost: Take into account texture layers in SFBD
2019-11-06 Tomeu Vizosopanfrost: Rework format encoding on SFBD
2019-11-06 Tomeu Vizosopanfrost: Set 0x10 bit on mali_shader_meta.unknown2_4...
2019-11-06 Tomeu Vizosopanfrost: Add checksum fields to SFBD descriptor
2019-11-04 Boris Brezillonpanfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASK
2019-11-01 Alyssa Rosenzweigpan/midgard: Use fp32 blend shaders
2019-10-31 Robert Fossandroid: Add panfrost support to build scripts
2019-10-29 Alyssa Rosenzweigpanfrost: Cleanup _shader_upper -> shader
2019-10-26 Alyssa Rosenzweigpan/midgard: Disable precise occlusion queries
2019-10-26 Urja Rannikkopanfrost: allocate bo for occlusion query results
2019-10-26 Alyssa Rosenzweigpanfrost: Expose serialized NIR support
2019-10-21 Boris Brezillonpanfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
2019-10-18 Daniel Stonepanfrost: Respect offset for imported resources
2019-10-17 Tomeu Vizosopanfrost: Keep track of active BOs
2019-10-17 Erik Faye-Lundpanfrost: do not report alpha-test as supported
2019-10-17 Erik Faye-Lundnir: allow passing alpha-ref state to lowering-code
2019-10-16 Alyssa Rosenzweigpan/midgard: Allow COMPUTE jobs in panfrost_bo_access_f...
2019-10-16 Alyssa Rosenzweigpanfrost: Disable frame throttling
2019-10-13 Boris Brezillonpanfrost: Fix support for packed 24-bit formats
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-10-08 Boris Brezillonpanfrost: Draw the wallpaper when only depth/stencil...
2019-10-08 Boris Brezillonpanfrost: Make sure a clear does not re-use a pre-exist...
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-10-07 Boris BrezillonRevert "Revert "st/dri2: Implement DRI2bufferDamageExte...
2019-10-07 Boris BrezillonRevert "st/dri2: Implement DRI2bufferDamageExtension"
2019-10-06 Tomeu Vizosogitlab-ci: Move LAVA-related files into top-level ci dir
2019-10-06 Tomeu Vizosogitlab-ci: Run dEQP on devices with Panfrost
2019-10-03 Boris Brezillonpanfrost: Get rid of the flush in panfrost_set_framebuf...
2019-10-03 Boris Brezillonpanfrost: Kill the explicit serialization in panfrost_b...
2019-10-03 Boris Brezillonpanfrost: Do fine-grained flushing when preparing BO...
2019-10-03 Boris Brezillonpanfrost: Make sure the BO is 'ready' when picked from...
2019-10-03 Boris Brezillonpanfrost: Add flags to reflect the BO imported/exported...
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_flush_batches_accessing_bo...
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_flush_all_batches() helper
2019-10-03 Boris Brezillonpanfrost: Prepare panfrost_fence for batch pipelining
2019-10-03 Boris Brezillonpanfrost: Start tracking inter-batch dependencies
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_freeze_batch() helper
2019-10-03 Boris Brezillonpanfrost: Use the per-batch fences to wait on the last...
2019-10-03 Boris Brezillonpanfrost: Add a batch fence
2019-10-03 Boris Brezillonpanfrost: Make panfrost_batch->bos a hash table
2019-10-03 Boris Brezillonpanfrost: Extend the panfrost_batch_add_bo() API to...
2019-10-03 Boris Brezillonpanfrost: Add the shader BO to the batch in patch_shade...
2019-09-23 Boris BrezillondEQP-GLES2.functional.buffer.write.use.index_array...
2019-09-23 Boris Brezillonpanfrost: Fix indexed draws
2019-09-18 Boris Brezillonpanfrost: Allocate tiler and scratchpad BOs per-batch
2019-09-18 Boris Brezillonpanfrost: Add FBO BOs to batch->bos earlier
2019-09-18 Boris Brezillonpanfrost: Add the panfrost_batch_create_bo() helper
2019-09-18 Boris Brezillonpanfrost: Don't return imported/exported BOs to the...
2019-09-18 Boris Brezillonpanfrost: Add panfrost_bo_{alloc,free}()
2019-09-18 Boris Brezillonpanfrost: Stop using panfrost_bo_release() outside...
2019-09-18 Boris Brezillonpanfrost: Stop passing screen around for BO operations
2019-09-18 Boris Brezillonpanfrost: Don't check if BO is mmaped before calling...
2019-09-18 Boris Brezillonpanfrost: Stop exposing panfrost_bo_cache_{fetch,put}()
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-18 Boris Brezillonpanfrost: s/PAN_ALLOCATE_/PAN_BO_/
2019-09-18 Boris Brezillonpanfrost: Move panfrost_bo_{reference,unreference}...
2019-09-18 Boris Brezillonpanfrost: Get rid of pan_drm.c
2019-09-18 Boris Brezillonpanfrost: Stop passing has_draws to panfrost_drm_submit...
2019-09-18 Boris Brezillonpanfrost: Kill a useless memset(0) in panfrost_create_c...
2019-09-18 Boris Brezillonpanfrost: Add polygon_list to the batch BO set at alloc...
2019-09-18 Boris Brezillonpanfrost: Add missing panfrost_batch_add_bo() calls
2019-09-18 Boris Brezillonpanfrost: Use the correct type for the bo_handle array
2019-09-18 Boris Brezillonpanfrost: Stop exposing internal panfrost_*_batch(...
2019-09-13 Boris Brezillonpanfrost: Move the batch submission logic to panfrost_b...
2019-09-13 Boris Brezillonpanfrost: Move the fence creation in panfrost_flush()
2019-09-13 Boris Brezillonpanfrost: Delay payloads[].offset_start initialization
2019-09-13 Boris Brezillonpanfrost: Prepare things to avoid flushes on FB switch
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_set_value_job()
2019-09-13 Boris Brezillonpanfrost: Use ctx->wallpaper_batch in panfrost_blit_wal...
2019-09-13 Boris Brezillonpanfrost: Pass a batch to functions emitting FB descs
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_{allocate,upload...
2019-09-13 Boris Brezillonpanfrost: Allow testing if a specific batch is targetin...
2019-09-13 Boris Brezillonpanfrost: Get rid of the unused 'flush jobs accessing...
2019-09-13 Boris Brezillonpanfrost: Use a pipe_framebuffer_state as the batch key
2019-09-13 Tomeu Vizosopanfrost/ci: Use releases for Volt dEQP
2019-09-13 Tomeu Vizosopanfrost/ci: Update kernel to 5.3-rc8
2019-09-13 Tomeu Vizosopanfrost/ci: Run dEQP with the surfaceless platform
2019-09-08 Boris Brezillonpanfrost: Rename pan_bo_cache.c into pan_bo.c
2019-09-08 Boris Brezillonpanfrost: Get rid of the now unused SLAB allocator
next