panfrost: Pass alignments explicitly
[mesa.git] / src / gallium / drivers / panfrost / pan_mfbd.c
2020-08-20 Alyssa Rosenzweigpanfrost: Pass alignments explicitly
2020-08-20 Alyssa Rosenzweigpanfrost: Avoid minimum stack allocations
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Block Format
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Midgard textures
2020-08-12 Alyssa Rosenzweigpanfrost: Use modifier instead of layout throughout
2020-08-04 Alyssa Rosenzweigpanfrost: Implement EXT_multisampled_render_to_texture
2020-08-04 Alyssa Rosenzweigpanfrost: Add MSAA mode selection field
2020-07-20 Icecream95panfrost: 8x MRT support
2020-07-20 Icecream95panfrost: Use more tilebuffer sizes
2020-07-16 Alyssa Rosenzweigpanfrost: Avoid integer underflow in rt_count_1
2020-07-16 Alyssa Rosenzweigpanfrost: Overhaul tilebuffer allocations
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Set zs_samples as necessary
2020-07-15 Alyssa Rosenzweigpanfrost: Identify zs_samples field
2020-07-15 Alyssa Rosenzweigpanfrost: Force Z/S writeback
2020-07-09 Alyssa Rosenzweigpanfrost: Expose pool-based allocation API
2020-07-07 Alyssa Rosenzweigpanfrost: Enable MSAA if we render to such a surface
2020-07-07 Alyssa Rosenzweigpanfrost: Set depth/stencil_layer_stride accordingly
2020-07-07 Alyssa Rosenzweigpanfrost: Set layer_stride for multisampled rendering
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-06-22 Icecream95panfrost: RGBA4 and RGB5_A1 framebuffer support
2020-06-03 Icecream95panfrost: Only use AFBC YTR with RGB and RGBA
2020-06-03 Icecream95panfrost: Decode AFBC flag bits
2020-06-01 Alyssa Rosenzweigpanfrost: Fix PRESENT flag mix-up
2020-06-01 Alyssa Rosenzweigpanfrost: Check for large tilebuffer requirements
2020-05-27 Alyssa Rosenzweigpanfrost: Tweak Bifrost colour buffer magic
2020-05-27 Alyssa Rosenzweigpanfrost: Tweak zsbuf magic numbers for Bifrost
2020-05-27 Alyssa Rosenzweigpanfrost: Adjust null_rt for Bifrost
2020-05-19 Alyssa Rosenzweigpanfrost: Fix Z24 vs Z32 mixup
2020-05-19 Alyssa Rosenzweigpan/mfbd: Add format codes for PIPE_FORMAT_B5G5R5A1_UNORM
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-01 Tomeu Vizosopanfrost: Create additional BO for the checksum of...
2020-05-01 Tomeu Vizosopanfrost: Split bit out of format.unk3
2020-04-24 Alyssa Rosenzweigpanfrost: Set clear_color_[12] in the extra fb desc
2020-04-10 Alyssa Rosenzweigpanfrost: Set mfbd.msaa.sample_locations on Bifrost
2020-04-10 Tomeu Vizosopanfrost: On Bifrost, set the right tiler descriptor
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-02-27 Alyssa Rosenzweigpanfrost: Don't set shared->unk0
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: Rename bifrost_framebuffer->mali_framebuffer
2020-02-16 Alyssa Rosenzweigpanfrost: Identify mali_shared_memory structure
2020-01-14 Alyssa Rosenzweigpanfrost: Fix linear depth textures
2020-01-06 Alyssa Rosenzweigpanfrost: Support rendering to non-zero Z/S layers
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-29 Vinson Leepanfrost: Fix gnu-empty-initializer build errors.
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: Rework format encoding on SFBD
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-13 Boris Brezillonpanfrost: Allow testing if a specific batch is targetin...
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-08-22 Alyssa Rosenzweigpan/decode: Validate MFBD tags
2019-08-21 Alyssa Rosenzweigpanfrost: Clarify intention with PIPE_SWIZZLE_X check
2019-08-14 Alyssa Rosenzweigpan/mfbd: Stuff in RT count
2019-08-14 Alyssa Rosenzweigpanfrost: Note "MFBD preload disable" bit
2019-07-18 Alyssa Rosenzweigpanfrost: Set rt_count
2019-07-18 Alyssa Rosenzweigpanfrost/mfbd: Unify depth-only with masked FBO path
2019-07-18 Alyssa Rosenzweigpanfrost: Check for NULL surface in places
2019-07-18 Alyssa Rosenzweigpanfrost: Implement Z32F(_S8) support
2019-07-16 Alyssa Rosenzweigpanfrost/mfbd: Zero out framebuffer_stride
2019-07-15 Alyssa Rosenzweigpanfrost/mfbd: Add Z32 rendering support
2019-07-12 Alyssa Rosenzweigpanfrost: Fix build warnings
2019-07-11 Alyssa Rosenzweigpanfrost: Don't lie about Z/S formats
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Cleanup format code selection
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Handle PIPE_FORMAT_B10G10R10A2_UNORM
2019-07-10 Alyssa Rosenzweigpanfrost: Implement ES3-format writeout
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Handle pure int formats
2019-07-10 Alyssa Rosenzweigpanfrost: Set rt_count_2 for bpp>4 formats
2019-07-10 Alyssa Rosenzweigpanfrost: Extend clear colour packing
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Include codes for float framebuffers
2019-07-02 Boris Brezillonpanfrost: Move BO meta-data out of panfrost_bo
2019-06-29 Alyssa Rosenzweigpanfrost: Allow R11G11B10 rendering
2019-06-25 Alyssa Rosenzweigpanfrost: Invert swizzle for rendering
2019-06-25 Alyssa Rosenzweigpanfrost: Merge checksum buffer with main BO
2019-06-25 Alyssa Rosenzweigpanfrost: Sanity check layer
2019-06-25 Alyssa Rosenzweigpanfrost: Use get_texture_address for framebuffer compu...
2019-06-25 Alyssa Rosenzweigpanfrost: Merge AFBC slab with BO backing
2019-06-18 Alyssa Rosenzweigpanfrost: Specify sRGB in the render target
2019-06-18 Alyssa Rosenzweigpanfrost: Implement tiled rendering
2019-06-18 Alyssa Rosenzweigpanfrost: Decode rendering block type
2019-06-17 Alyssa Rosenzweigpanfrost/mfbd: Handle rendering to linear mipmap
2019-06-17 Alyssa Rosenzweigpanfrost: Disable the tiler for clear-only jobs
2019-06-17 Alyssa Rosenzweigpanfrost: Identify and decode mfbd_flags
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-05-04 Alyssa Rosenzweigpanfrost: Support RGB565 FBOs
2019-03-27 Alyssa Rosenzweigpanfrost: Preliminary work for mipmaps
2019-03-20 Daniel Stonepanfrost: Properly align stride
2019-03-14 Alyssa Rosenzweigpanfrost: Comment spelling fix
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Respect per-job depth write flag
2019-03-14 Alyssa Rosenzweigpanfrost/mfbd: Implement linear depth buffers
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging MFBD
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files