panfrost: Fix gnu-empty-initializer errors.
[mesa.git] / src / gallium / drivers / panfrost / pan_resource.c
2020-09-04 Vinson Leepanfrost: Fix gnu-empty-initializer errors.
2020-08-12 Alyssa Rosenzweigpanfrost: Ensure AFBC slices are aligned
2020-08-12 Alyssa Rosenzweigpanfrost: Allocate enough space for tiled formats
2020-08-12 Alyssa Rosenzweigpanfrost: Enable YTR where allowed
2020-08-12 Alyssa Rosenzweigpanfrost: Choose AFBC when available
2020-08-12 Alyssa Rosenzweigpanfrost: Import staging routines from freedreno
2020-08-12 Alyssa Rosenzweigpanfrost: Respect modifiers in resource management
2020-08-12 Alyssa Rosenzweigpanfrost: Account for modifiers when creating BO
2020-08-12 Alyssa Rosenzweigpanfrost: Use modifier instead of layout throughout
2020-08-12 Alyssa Rosenzweigpanfrost: Introduce create_with_modifier helper
2020-08-12 Alyssa Rosenzweigpanfrost: Remove hint-based AFBC heuristic
2020-08-12 Alyssa Rosenzweigpanfrost: Set `initialized` more conservatively
2020-08-06 Alyssa Rosenzweigpanfrost: Rename encoder/ to lib/
2020-08-04 Alyssa Rosenzweigpanfrost: Implement EXT_multisampled_render_to_texture
2020-07-28 Icecream95panfrost: Allow PIPE_TEXTURE_1D_ARRAY textures
2020-07-20 Icecream95panfrost: Fake RGTC support
2020-07-18 Icecream95panfrost: Fix calls to panfrost_flush_batches_accessing_bo
2020-07-18 Icecream95panfrost: Make panfrost_bo_wait take a wait_readers...
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Add rectangle subtraction algorithm
2020-07-13 Alyssa Rosenzweigpanfrost: Remove panfrost_bo_access type
2020-07-13 Alyssa Rosenzweigpanfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTED
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-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-07-07 Alyssa Rosenzweigpanfrost: Allocate space for multisampling
2020-06-26 Icecream95panfrost: Only copy resources when they are in a pendin...
2020-06-22 Icecream95panfrost: Copy resources when mapping to avoid waiting...
2020-06-12 Icecream95panfrost: Tiled to linear layout conversion
2020-06-09 Alyssa Rosenzweigpanfrost: Ensure we have ro before using it
2020-06-09 Icecream95panfrost: Mark PIPE_BUFFER BOs as not renderable
2020-06-01 Alyssa Rosenzweigpanfrost: Don't flush explicitly when mipmapping
2020-06-01 Alyssa Rosenzweigpanfrost: Use internal_format throughout
2020-05-27 Alyssa Rosenzweigpanfrost: Force Z/S tiling on Bifrost
2020-05-21 Alyssa Rosenzweigpanfrost: Allow tiling on RECT textures
2020-05-21 Alyssa Rosenzweigpanfrost: Allow bpp24 tiling
2020-05-21 Alyssa Rosenzweigpanfrost: Don't zero staging buffer for tiling
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-01 Tomeu Vizosopanfrost: Create additional BO for the checksum of...
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 Vasily Khoruzhickpanfrost: split index cache into shared part
2020-02-27 Alyssa Rosenzweigpanfrost: Implement index buffer cache
2020-02-21 Alyssa Rosenzweigpanfrost: Rewrite texture descriptor creation logic
2020-02-21 Alyssa Rosenzweigpanfrost: Move checksum routines to root panfrost
2020-02-18 Alyssa Rosenzweigpanfrost: Remove enum panfrost_memory_layout
2020-02-18 Alyssa Rosenzweigpanfrost: Cleanup transfer_map
2020-02-04 Alyssa Rosenzweigpanfrost: Use size0 when calculating the offset to...
2020-01-21 Icecream95panfrost: Add ETC1/ETC2 texture formats
2020-01-21 Alyssa Rosenzweigpanfrost: Rework linear<--->tiled conversions
2020-01-21 Alyssa Rosenzweigpanfrost,lima: De-Galliumize tiling routines
2020-01-14 Alyssa Rosenzweigpanfrost: Fix linear depth textures
2020-01-06 Alyssa Rosenzweigpanfrost: Cleanup tiling selection logic
2020-01-02 Tomeu Vizosopanfrost: Store internal format
2020-01-02 Tomeu Vizosopanfrost: Map with size of first layer for 3D textures
2019-11-29 Boris Brezillonpanfrost: Make sure we reset the damage region of RTs...
2019-11-19 Alyssa Rosenzweigpanfrost: Disable tiling for GLOBAL resources
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-06 Tomeu Vizosopanfrost: Rework format encoding on SFBD
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-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-10-03 Boris Brezillonpanfrost: Do fine-grained flushing when preparing BO...
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_flush_all_batches() helper
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: 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-08 Boris Brezillonpanfrost: s/job/batch/
2019-09-03 Alyssa Rosenzweigpanfrost: Fix misc. issues flagged by cppcheck
2019-08-28 Boris Brezillonpanfrost: Reset the damage area on imported resources
2019-08-13 Boris Brezillonpanfrost: Add support for KHR_partial_update()
2019-08-02 Boris Brezillonpanfrost: Handle the bo == NULL case in panfrost_bo_...
2019-07-25 Alyssa Rosenzweigpanfrost: Disable tiled formats on SFBD systems
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-22 Alyssa Rosenzweigpanfrost: Set `initialized` in more cases
2019-07-18 Alyssa Rosenzweigpanfrost: Check for NULL surface in places
2019-07-16 Alyssa Rosenzweigpanfrost: Implement opportunistic AFBC
2019-07-16 Alyssa Rosenzweigpanfrost: AFBC buffers must be cache-line aligned
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_put
2019-07-15 Alyssa Rosenzweigpanfrost: Remove all old allocators
2019-07-15 Alyssa Rosenzweigpanfrost: Delay resource mmaps
2019-07-11 Alyssa Rosenzweigpanfrost: Remove unused display target field
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Use standard ALIGN_POT/INFINITY macros
2019-07-02 Boris Brezillonpanfrost: Add the panfrost_drm_{create,release}_bo...
2019-07-02 Boris Brezillonpanfrost: Avoid passing winsys handles to import/export...
2019-07-02 Boris Brezillonpanfrost: Move BO meta-data out of panfrost_bo
2019-07-02 Boris Brezillonpanfrost: Get rid of the "free imported BO" logic
2019-07-02 Boris Brezillonpanfrost: Move scanout res creation out of panfrost_res...
2019-06-28 Tomeu Vizosopanfrost: Only tag AFBC addresses when sampling
2019-06-26 Alyssa Rosenzweigpanfrost: Fix checksumming typo
2019-06-26 Alyssa Rosenzweigpanfrost: Update copyright identifiers
2019-06-25 Alyssa Rosenzweigpanfrost: Merge checksum buffer with main BO
2019-06-25 Alyssa Rosenzweigpanfrost: Use get_texture_address for framebuffer compu...
2019-06-25 Alyssa Rosenzweigpanfrost: Merge AFBC slab with BO backing
next