panfrost: Group SFBD state together
[mesa.git] / src / gallium / drivers / panfrost / pan_sfbd.c
2020-08-20 Alyssa Rosenzweigpanfrost: Fix alignment on Bifrost
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Block Format
2020-08-13 Alyssa Rosenzweigpanfrost: Simplify depth/stencil/alpha
2020-08-12 Alyssa Rosenzweigpanfrost: Use modifier instead of layout throughout
2020-07-09 Alyssa Rosenzweigpanfrost: Expose pool-based allocation API
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-07-02 Alyssa Rosenzweigpanfrost: Specify stack_shift on SFBD
2020-06-22 Icecream95panfrost: RGBA4 and RGB5_A1 framebuffer support
2020-05-19 Alyssa Rosenzweigpanfrost: Fix Z24 vs Z32 mixup
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root
2020-02-18 Alyssa Rosenzweigpanfrost: Remove enum panfrost_memory_layout
2020-02-16 Alyssa Rosenzweigpanfrost: Identify mali_shared_memory structure
2020-01-14 Alyssa Rosenzweigpanfrost: Fix linear depth textures
2019-12-16 Alyssa Rosenzweigpanfrost: Remove fbd_type enum
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-11-20 Tomeu Vizosopanfrost: Rework buffers in SFBD
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-11 Tomeu Vizosopanfrost: Set depth and stencil for SFBD based on the...
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: Add checksum fields to SFBD descriptor
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
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-08 Boris Brezillonpanfrost: s/job/batch/
2019-07-25 Alyssa Rosenzweigpanfrost/sfbd: Flesh out fragment job
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Extend clear colour packing
2019-07-02 Boris Brezillonpanfrost: Make SLAB pool creation rely on BO helpers
2019-07-02 Boris Brezillonpanfrost: Move BO meta-data out of panfrost_bo
2019-06-17 Alyssa Rosenzweigpanfrost: Disable the tiler for clear-only jobs
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-03-27 Alyssa Rosenzweigpanfrost: Preliminary work for mipmaps
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Respect per-job depth write flag
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files