panfrost: Fix Bifrost blending with depth-only FBO
[mesa.git] / src / gallium / drivers / panfrost / pan_cmdstream.c
2020-05-27 Alyssa Rosenzweigpanfrost: Fix Bifrost blending with depth-only FBO
2020-05-21 Alyssa Rosenzweigpanfrost: Fix transform feedback types
2020-05-21 Alyssa Rosenzweigpanfrost: Don't set CAN_DISCARD for MFBD
2020-05-21 Alyssa Rosenzweigpanfrost: Avoid redundant shader executions with mask=0x0
2020-05-21 Alyssa Rosenzweigpanfrost: Disable tib read/write when colourmask = 0x0
2020-05-21 Alyssa Rosenzweigpanfrost: Limit blend shader work count
2020-05-14 Icecream95panfrost: Fix background showing when using discard
2020-05-07 Tomeu Vizosopanfrost: Don't trample on top of Bifrost-specific...
2020-05-04 Alyssa Rosenzweigpanfrost: Setup gl_FragCoord as sysval on Bifrost
2020-05-01 Tomeu Vizosopanfrost: Add Bifrost texture trampoline BO to batch
2020-05-01 Tomeu Vizosopanfrost: GPUs newer than G-71 don't have swizzles...
2020-05-01 Alyssa Rosenzweigpanfrost: Update Bifrost fields in mali_shader_meta
2020-05-01 Alyssa Rosenzweigpanfrost: Fix norm coords on bifrost sampler
2020-04-30 Tomeu Vizosopanfrost: Don't leak temporary descriptors array
2020-04-30 Tomeu Vizosopanfrost: Emit blend descriptors on Bifrost
2020-04-24 Tomeu Vizosopanfrost: Emit texture descriptor on bifrost
2020-04-24 Tomeu Vizosopanfrost: Emit sampler descriptor on bifrost
2020-04-22 Alyssa Rosenzweigpanfrost: Assert on unimplemented fragcoord etc
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-04-10 Tomeu Vizosopanfrost: Remove most usage of midgard_payload_vertex_tiler
2020-04-10 Alyssa Rosenzweigpanfrost: Unify vertex/tiler structures
2020-04-10 Alyssa Rosenzweigpanfrost: Staticize a few cmdstream functions
2020-04-10 Alyssa Rosenzweigpanfrost: Populate bifrost-specific structs within...
2020-03-31 Alyssa Rosenzweigpanfrost: Isolate panfrost_bo_access_for_stage to pan_c...
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-03-16 Vinson Leepanfrost: Fix gnu-empty-initializer error.
2020-03-10 Boris Brezillonpanfrost: Re-init the VT payloads at draw/launch_grid...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_varying_descriptor() to...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_vertex_data() to pan_cmdst...
2020-03-10 Boris Brezillonpanfrost: Move vertex/tiler payload initialization...
2020-03-10 Boris Brezillonpanfrost: Rename panfrost_stage_attributes()
2020-03-10 Boris Brezillonpanfrost: Add an helper to emit a pair of vertex/tiler...
2020-03-10 Boris Brezillonpanfrost: Move sampler/tex descs emission helpers to...
2020-03-10 Boris Brezillonpanfrost: Add a panfrost_sampler_desc_init() helper
2020-03-10 Boris Brezillonpanfrost: Prepare shader_meta descriptors at emission...
2020-03-10 Boris Brezillonpanfrost: Add an helper to update the rasterizer part...
2020-03-10 Boris Brezillonpanfrost: Add an helper to update the occclusion query...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_attach_vt_framebuffer() to...
2020-03-10 Boris Brezillonpanfrost: Dissociate shader meta patching from the...
2020-03-10 Boris Brezillonpanfrost: Move shared mem desc emission out of panfrost...
2020-03-10 Boris Brezillonpanfrost: Move the const buf emission logic out of...
2020-03-10 Boris Brezillonpanfrost: Move viewport desc emission out of panfrost_e...