panfrost: Remove unused batch_fence->ctx
[mesa.git] / src / gallium / drivers / panfrost / pan_job.c
2020-07-21 Alyssa Rosenzweigpanfrost: Remove unused batch_fence->ctx
2020-07-21 Alyssa Rosenzweigpanfrost: Remove unused batch_fence->signaled
2020-07-21 Alyssa Rosenzweigpanfrost: Allocate syncobjs in panfrost_flush
2020-07-21 Alyssa Rosenzweigpanfrost: Skip specifying in_syncs
2020-07-21 Alyssa Rosenzweigpanfrost: Remove wait parameter to flush_all_batches
2020-07-16 Alyssa Rosenzweigpanfrost: Fix faults with RASTERIZER_DISCARD
2020-07-16 Alyssa Rosenzweigpanfrost: Fix sRGB clear colour packing
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Extract panfrost_batch_reserve_framebuffer
2020-07-15 Alyssa Rosenzweigpanfrost: Track surfaces drawn per-batch
2020-07-13 Alyssa Rosenzweigpanfrost: Remove panfrost_bo_access type
2020-07-13 Alyssa Rosenzweigpanfrost: Fix fence leak
2020-07-09 Alyssa Rosenzweigpanfrost: Drop batch from scoreboard routines
2020-07-09 Alyssa Rosenzweigpanfrost: Pass polygon_list to tiler init function
2020-07-09 Alyssa Rosenzweigpanfrost: Factor out scoreboarding state
2020-07-09 Alyssa Rosenzweigpanfrost: Drop Gallium-local pan_bo_create wrapper
2020-07-09 Alyssa Rosenzweigpanfrost: Move debug flags into the device
2020-07-09 Alyssa Rosenzweigpanfrost: Expose pool-based allocation API
2020-07-09 Alyssa Rosenzweigpanfrost: Track the device through the pool
2020-07-09 Alyssa Rosenzweigpanfrost: Introduce pan_pool struct
2020-06-01 Alyssa Rosenzweigpanfrost: Add separate_stencil BO to batch
2020-06-01 Alyssa Rosenzweigpanfrost: Let Gallium pack colours
2020-05-26 Alyssa Rosenzweigpanfrost: Use SATURATE
2020-05-25 Alyssa Rosenzweigpanfrost: Only run batch debug when specifically asked
2020-05-22 Alyssa Rosenzweigpanfrost: Use _mesa_roundevenf when packing clear colours
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-07 Tomeu Vizosopanfrost: Add checksum BOs to batch
2020-04-24 Tomeu Vizosopanfrost: Clean up a bit the tiler structs for Bifrost
2020-04-10 Tomeu Vizosopanfrost: On Bifrost, set the right tiler descriptor
2020-04-10 Tomeu Vizosopanfrost: Pass IS_BIFROST to pandecode_jc
2020-03-31 Alyssa Rosenzweigpanfrost: Move pan_bo to root panfrost
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-03-10 Boris Brezillonpanfrost: Move the batch stack size adjustment out...
2020-02-18 Alyssa Rosenzweigpanfrost: Rewrite scoreboarding routines
2020-02-18 Alyssa Rosenzweigpanfrost: Implement PAN_DBG_SYNC with pandecode/minimal
2020-02-18 Alyssa Rosenzweigpan/decode: Add `minimal` mode
2020-02-16 Alyssa Rosenzweigpanfrost: Allocate RAM backing of shared memory
2020-02-03 Boris Brezillonpanfrost: Fix the damage box clamping logic
2020-01-31 Tomeu Vizosopanfrost: Use DBG macro to avoid noise in the console
2020-01-18 Icecream95panfrost: Compact the bo_access readers array
2020-01-13 Daniel Ogorchockpanfrost: Fix headers and gpu_headers memory leak
2020-01-13 Daniel Ogorchockpanfrost: Fix panfrost_bo_access memory leak
2020-01-02 Alyssa Rosenzweigpanfrost: Handle RGB16F colour clear
2019-12-16 Alyssa Rosenzweigpanfrost: Don't double-create scratchpad
2019-12-16 Alyssa Rosenzweigpanfrost: Fix FBD issue
2019-12-13 Alyssa Rosenzweigpanfrost: Pass size to panfrost_batch_get_scratchpad
2019-12-13 Alyssa Rosenzweigpanfrost: Emit SFBD/MFBD after a batch, instead of...
2019-12-12 Tomeu Vizosopanfrost: Don't lose bits!
2019-12-11 Tomeu Vizosopanfrost: Add PAN_MESA_DEBUG=sync
2019-12-03 Tomeu Vizosopanfrost: Add quirks system to cmdstream
2019-11-29 Boris Brezillonpanfrost: Make sure we reset the damage region of RTs...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-07 Tomeu Vizosopanfrost: Pipe the GPU ID into compiler and disassembler
2019-11-06 Tomeu Vizosopanfrost: Generate polygon list manually for SFBD
2019-10-21 Boris Brezillonpanfrost: Fix the DISCARD_WHOLE_RES case in transfer_map()
2019-10-13 Boris Brezillonpanfrost: Fix support for packed 24-bit formats
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-03 Boris Brezillonpanfrost: Kill the explicit serialization in panfrost_b...
2019-10-03 Boris Brezillonpanfrost: Make sure the BO is 'ready' when picked from...
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-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: Stop passing screen around for BO operations
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: Get rid of pan_drm.c
2019-09-18 Boris Brezillonpanfrost: Stop passing has_draws to panfrost_drm_submit...
2019-09-18 Boris Brezillonpanfrost: Add polygon_list to the batch BO set at alloc...
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: 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-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-08-30 Rohan Gargpanfrost: protect access to shared bo cache and transie...
2019-08-29 Rohan Gargpanfrost: Remove unused argument from panfrost_drm_subm...
2019-08-21 Alyssa Rosenzweigpanfrost: Hoist job != NULL check
2019-08-13 Boris Brezillonpanfrost: Add support for KHR_partial_update()
2019-08-02 Alyssa Rosenzweigpanfrost: Allocate polygon lists on-demand
2019-08-02 Boris Brezillonpanfrost: Remove job from ctx->jobs at submission time
2019-08-02 Boris Brezillonpanfrost: Make ctx->job useful
2019-07-12 Alyssa Rosenzweigpanfrost: Subdivide fixed-size transient slabs
2019-07-12 Alyssa Rosenzweigpanfrost: Recycle fixed-size transient BOs
2019-07-12 Alyssa Rosenzweigpanfrost: Bookkeep transient indices
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Extend clear colour packing
2019-06-29 Alyssa Rosenzweigpanfrost: Default to util_pack_color for clears
next