panfrost: Add padding to pan_blit_blend_shader_key
[platform/upstream/mesa.git] / src / panfrost / lib / pan_blitter.c
2021-08-23 Tomeu Vizosopanfrost: Add padding to pan_blit_blend_shader_key
2021-08-16 Icecream95panfrost: Only allow colour blit shaders to be killed
2021-08-11 Alyssa Rosenzweigpanfrost: Use _PU for non-dithered formats
2021-08-09 Boris Brezillonpanfrost: Fix pan_blitter_emit_bifrost_blend()
2021-07-23 Alyssa Rosenzweigpanfrost: Match sampler "nearest" names
2021-07-13 Icecream95panfrost: Fix full_threads calculation on v6
2021-07-12 Alyssa Rosenzweigpanfrost: Compile format table multiple times
2021-07-09 Alyssa Rosenzweigpanfrost: Generalize pan_blitter's reg count assert
2021-07-05 Boris Brezillonpanfrost: Start splitting the panfrost pool logic
2021-07-05 Boris Brezillonpanfrost: Pass a memory pool to pan_blit_ctx_init()
2021-06-10 Alyssa Rosenzweigpanfrost: Don't clobber indirect dispatch fields
2021-06-10 Alyssa Rosenzweigpanfrost: Reduce pan_image_state indirection
2021-06-10 Alyssa Rosenzweigpanfrost: Don't CRC mipmapped textures
2021-05-24 Italo Nicolapanfrost: fix GL_EXT_multisampled_render_to_texture...
2021-05-18 Alyssa Rosenzweigpanfrost: Reduce blitter pool size
2021-05-18 Alyssa Rosenzweigpanfrost: Make pool slab size configurable
2021-05-18 Alyssa Rosenzweigpanfrost: Label pools
2021-05-18 Alyssa Rosenzweigpanfrost: Add unowned mode to pan_pool
2021-05-14 Icecream95panfrost: Skip blit shader labelling if the buffer...
2021-05-07 Boris Brezillonpanfrost: Extend pan_blitter to support blit/resolve...
2021-05-07 Boris Brezillonpanfrost: Stop assuming the viewport will always cover...
2021-05-07 Boris Brezillonpanfrost: Don't select the blit shader fragout type...
2021-05-07 Boris Brezillonpanfrost: Shrink the number of args passed to prepare_...
2021-05-07 Boris Brezillonpanfrost: Rename pan_preload_emit_varying()
2021-05-07 Boris Brezillonpanfrost: Make pan_preload_emit_viewport() applicable...
2021-05-07 Boris Brezillonpanfrost: Make pan_preload_emit_*_textures() applicable...
2021-05-07 Boris Brezillonpanfrost: Stop assigning ->position in pan_preload_emit...
2021-05-07 Boris Brezillonpanfrost: Make pan_preload_emit_*_sampler() applicable...
2021-05-07 Boris Brezillonpanfrost: Get rid of the vertex_count arg in pan_preloa...
2021-05-07 Boris Brezillonpanfrost: Pack pan_blit_surface fields
2021-05-07 Boris Brezillonpanfrost: Fix blit shader names
2021-05-06 Icecream95panfrost: Always write reloaded tiles when making CRC...
2021-05-04 Alyssa Rosenzweigpanfrost: Key blend shaders to the input types
2021-04-30 Icecream95panfrost: Fix viewport scissor for preload draws
2021-04-21 Boris Brezillonpanfrost: Fix ZS reloading on Bifrost v6
2021-04-21 Alyssa Rosenzweigpanfrost: Always pick dithered tb formats
2021-04-21 Alyssa Rosenzweigpanfrost: Drop blendable format accessor
2021-04-21 Alyssa Rosenzweigpanfrost: Simplify format_to_bifrost_blend prototype
2021-04-19 Alyssa Rosenzweigpanfrost: Set clean_fragment_write for blits
2021-04-19 Alyssa Rosenzweigpanfrost: Set allow_forward_pixel_to_be_killed for...
2021-04-19 Alyssa Rosenzweigpanfrost: Don't allow_forward_pixel_to_kill for Z/S...
2021-04-14 Boris Brezillonpanfrost: Fix pan_blitter_get_blit_shader()
2021-04-13 Boris Brezillonpanfrost: Create a blitter library to replace the exist...