panfrost: Merge AFBC slab with BO backing
[mesa.git] / src / gallium / drivers / panfrost / pan_resource.c
2019-06-25 Alyssa Rosenzweigpanfrost: Merge AFBC slab with BO backing
2019-06-25 Alyssa Rosenzweigpanfrost: Z/S can't be tiled
2019-06-25 Alyssa Rosenzweigpanfrost: Handle generate_mipmap ourselves
2019-06-21 Boris Brezillonpanfrost: Remove the panfrost_driver abstraction
2019-06-21 Alyssa Rosenzweigpanfrost: Track buffer initialization
2019-06-20 Alyssa Rosenzweigpanfrost: Load from tiled images
2019-06-20 Alyssa Rosenzweigpanfrost: Switch to lima tiling
2019-06-20 Alyssa Rosenzweigpanfrost: Fix tiled NPOT textures with bpp<4
2019-06-19 Tomeu Vizosopanfrost: Move to use ralloc for some allocations
2019-06-17 Alyssa Rosenzweigpanfrost: Resource management for linear 2D texture...
2019-06-17 Alyssa Rosenzweigpanfrost: Implement 3D texture resource management
2019-06-11 Alyssa Rosenzweigpanfrost: Enable AFBC on depth/stencil
2019-06-11 Alyssa Rosenzweigpanfrost: Linear depth/stencil should be aligned
2019-06-10 Alyssa Rosenzweigpanfrost: Align linear renderable resources
2019-06-10 Alyssa Rosenzweigpanfrost: Refactor blitting code
2019-06-10 Alyssa Rosenzweigpanfrost: Always align strides to cache line (64)
2019-05-17 Alyssa Rosenzweigpanfrost: Cleanup leak todos
2019-05-04 Alyssa Rosenzweigpanfrost: Support RGB565 FBOs
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
2019-04-04 Alyssa Rosenzweigpanfrost: Size tiled temp buffers correctly
2019-04-04 Alyssa Rosenzweigpanfrost: Respect box->width in tiled stores
2019-04-04 Alyssa Rosenzweigpanfrost: Cleanup some indirection in pan_resource
2019-03-31 Alyssa Rosenzweigpanfrost: Extend tiling for cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost: Implement command stream for linear cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost: Preliminary work for cubemaps
2019-03-27 Alyssa Rosenzweigpanfrost: Preliminary work for mipmaps
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-19 Alyssa Rosenzweigpanfrost: Workaround buffer overrun with mip level
2019-03-14 Alyssa Rosenzweigpanfrost; Disable AFBC for depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Allocate extra data for depth buffer
2019-03-13 Tomeu Vizosopanfrost: Set bo->gem_handle when creating a linear BO
2019-03-12 Alyssa Rosenzweigpanfrost: Allocate dedicated slab for linear BOs
2019-03-12 Alyssa Rosenzweigpanfrost: Combine has_afbc/tiled in layout enum
2019-03-12 Alyssa Rosenzweigpanfrost: Cleanup needless if in create_bo
2019-03-12 Tomeu Vizosopanfrost: Add support for PAN_MESA_DEBUG
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-02-21 Alyssa Rosenzweigpanfrost: Stub out separate stencil functions
2019-02-18 Alyssa Rosenzweigpanfrost: Swap order of tiled texture (de)alloc
2019-02-18 Alyssa Rosenzweigpanfrost: Free imported BOs
2019-02-18 Alyssa Rosenzweigpanfrost: Fix various leaks unmapping resources
2019-02-15 Alyssa Rosenzweigpanfrost: Improve logging and patch memory leaks
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-10 Alyssa Rosenzweigpanfrost: Add kernel-agnostic resource management
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream