panfrost: Add the shader BO to the batch in patch_shader_state()
[mesa.git] / src / gallium / drivers / panfrost /
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
2019-09-08 Boris Brezillonpanfrost: Get rid of unused panfrost_context fields
2019-09-08 Boris Brezillonpanfrost: Convert ctx->{scratchpad, tiler_heap, tiler_d...
2019-09-08 Boris Brezillonpanfrost: Make transient allocation rely on the BO...
2019-09-08 Boris Brezillonpanfrost: Stop passing a ctx to functions being passed...
2019-09-08 Boris Brezillonpanfrost: Pass a batch to panfrost_drm_submit_vs_fs_batch()
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-09-06 Tomeu Vizosopanfrost/ci: Increase timeouts
2019-09-06 Tomeu Vizosopanfrost/ci: Use special runner for LAVA jobs
2019-09-06 Tomeu Vizosopanfrost/ci: Re-add support for armhf
2019-09-03 Alyssa Rosenzweigpanfrost: Remove panfrost_upload
2019-09-03 Alyssa Rosenzweigpanfrost: Fix misc. issues flagged by cppcheck
2019-09-03 Alyssa Rosenzweigpanfrost: Mark (1 << 31) as unsigned
2019-08-30 Alyssa Rosenzweigpan/midgard: Use shared psiz clamp pass
2019-08-30 Boris Brezillonpanfrost: Add transient BOs to job batches
2019-08-30 Rohan Gargpanfrost: protect access to shared bo cache and transie...
2019-08-30 Rohan Gargpanfrost: Jobs must be per context, not per screen
2019-08-29 Rohan Gargpanfrost: Remove unused argument from panfrost_drm_subm...
2019-08-29 Tomeu Vizosopanfrost/ci: Print only regressions
2019-08-28 Boris Brezillonpanfrost: Reset the damage area on imported resources
2019-08-22 Alyssa Rosenzweigpanfrost: Implement gl_FragCoord correctly
2019-08-22 Alyssa Rosenzweigpanfrost: Remove vertex buffer offset from its size
2019-08-22 Alyssa Rosenzweigpan/decode: Validate MFBD tags
2019-08-21 Alyssa Rosenzweigpanfrost: Fix PIPE_BUFFER spacing
2019-08-21 Alyssa Rosenzweigpanfrost: Implement depth range clipping
2019-08-21 Alyssa Rosenzweigpanfrost: Don't bail on PIPE_BUFFER
2019-08-21 Alyssa Rosenzweigpanfrost: Pass stream_output_info by reference
2019-08-21 Alyssa Rosenzweigpanfrost: Guard against NULL rasterizer explicitly
2019-08-21 Alyssa Rosenzweigpanfrost: Fix missing ret assignment in DRM code
2019-08-21 Alyssa Rosenzweigpanfrost: Hoist bo != NULL check before dereference
2019-08-21 Alyssa Rosenzweigpanfrost: Hoist job != NULL check
2019-08-21 Alyssa Rosenzweigpanfrost: Prevent potential integer overflow in instancing
2019-08-21 Alyssa Rosenzweigpanfrost: Clarify intention with PIPE_SWIZZLE_X check
2019-08-21 Alyssa Rosenzweigpanfrost: Pay attention to framebuffer dimension sign
2019-08-21 Alyssa Rosenzweigpanfrost: Don't check reads_point_coord
2019-08-21 Alyssa Rosenzweigpanfrost: Break up usage2 field
2019-08-21 Alyssa Rosenzweigpanfrost: Remove ancient TODO
2019-08-21 Alyssa Rosenzweigpanfrost: nr_mipmap_levels -> levels
2019-08-21 Alyssa Rosenzweigpanfrost: Don't crash on GL_CLAMP
2019-08-21 Alyssa Rosenzweigpanfrost: Do not expose PIPE_CAP_TEXTURE_MIRROR_CLAMP
2019-08-21 Alyssa Rosenzweigpanfrost: Fix scoreboarding with dependency on job #0
2019-08-21 Alyssa Rosenzweigpan/decode: Check for a number of potential issues
2019-08-21 Alyssa Rosenzweigpanfrost: Correct polygon size computations
2019-08-21 Alyssa Rosenzweigpanfrost: Remove DRY_RUN
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_tiler.c outside of Gallium
2019-08-21 Alyssa Rosenzweigpanfrost: Set workgroups z to 32 for non-instanced...
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_invocation to shared panfrost/
2019-08-21 Tomeu Vizosopanfrost/ci: Print load stats
2019-08-21 Tomeu Vizosopanfrost/ci: Install qemu-arm-static into chroot
2019-08-21 Tomeu Vizosopanfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK
2019-08-21 Tomeu Vizosopanfrost/ci: Print bootstrap log
2019-08-21 Tomeu Vizosopanfrost/ci: Use Volt-based runner for dEQP tests
2019-08-20 Rob Herringpanfrost: Add madvise support to BO cache
2019-08-14 Alyssa Rosenzweigpanfrost: Add R10G10B10A2_SSCALED vertex format
2019-08-14 Alyssa Rosenzweigpanfrost: Extend blending to MRT
2019-08-14 Alyssa Rosenzweigpan/mfbd: Stuff in RT count
2019-08-14 Alyssa Rosenzweigpanfrost: Note "MFBD preload disable" bit
2019-08-14 Alyssa Rosenzweigpanfrost: Ensure we upload at least 1 blend RT
2019-08-14 Alyssa Rosenzweigpanfrost: Zero tripipe on initialize
2019-08-14 Alyssa Rosenzweigpanfrost: Remove panfrost_add_dependency asserts
2019-08-13 Alyssa Rosenzweigpanfrost: Workaround bug in partial update implementation
2019-08-13 Alyssa Rosenzweigpanfrost: Implement transform feedback
2019-08-13 Alyssa Rosenzweigpanfrost: Increment offsets[] per draw
next