mesa/src/gallium/drivers/vc4
Mike Blumenkrantz bd9518ceb5 vc4: use util_unreference_framebuffer_state to unref fb state
Fixes: f5bde99cbd ("gallium: plumb resolve attachments through from frontends -> pipe_framebuffer_state")

Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22673>
(cherry picked from commit f05caed02e)
2023-05-05 19:05:51 +01:00
..
kernel
.dir-locals.el
.editorconfig
meson.build meson: add missing dependency 2023-01-06 15:40:39 +00:00
vc4_blit.c vc4: do not attempt to do deep tiled blits 2022-09-07 07:50:44 +00:00
vc4_bufmgr.c vc4: Fix race condition in BO imports 2022-12-25 22:04:24 +00:00
vc4_bufmgr.h
vc4_cl.c
vc4_cl.h
vc4_cl_dump.c
vc4_cl_dump.h
vc4_context.c vc4: use util_unreference_framebuffer_state to unref fb state 2023-05-05 19:05:51 +01:00
vc4_context.h vc4: Use u_default_set_debug_callback 2022-09-01 14:50:24 +00:00
vc4_draw.c vc4: introduce VC4_DBG() macro to make VC4_DEBUG checks consistent 2022-08-24 23:03:57 +00:00
vc4_emit.c
vc4_fence.c
vc4_formats.c
vc4_job.c vc4: introduce VC4_DBG() macro to make VC4_DEBUG checks consistent 2022-08-24 23:03:57 +00:00
vc4_nir_lower_blend.c vc4: use PIPE_MASK_RGBA name instead of its value 0xf 2022-10-25 16:07:57 +00:00
vc4_nir_lower_io.c
vc4_nir_lower_txf_ms.c vc4: Propagate txf_ms's dest_type to the lowered txf. 2022-06-22 07:10:18 -07:00
vc4_opt_algebraic.c
vc4_opt_coalesce_ff_writes.c
vc4_opt_constant_folding.c
vc4_opt_copy_propagation.c
vc4_opt_dead_code.c
vc4_opt_peephole_sf.c
vc4_opt_small_immediates.c
vc4_opt_vpm.c
vc4_program.c nir: Combine if_uses with instruction uses 2023-04-07 23:48:03 +00:00
vc4_qir.c vc4: consolidate shader-db output 2022-10-25 16:07:57 +00:00
vc4_qir.h vc4: consolidate shader-db output 2022-10-25 16:07:57 +00:00
vc4_qir_emit_uniform_stream_resets.c
vc4_qir_live_variables.c vc4: consolidate shader-db output 2022-10-25 16:07:57 +00:00
vc4_qir_lower_uniforms.c
vc4_qir_schedule.c
vc4_qir_validate.c
vc4_qpu.c
vc4_qpu.h
vc4_qpu_defines.h
vc4_qpu_disasm.c
vc4_qpu_emit.c vc4: send shaderdb output through KHR_debug 2022-10-25 16:07:57 +00:00
vc4_qpu_schedule.c vc4: Fix running process_mux_deps on irrelevant type of instructions 2023-01-09 20:22:47 +00:00
vc4_qpu_validate.c
vc4_query.c
vc4_register_allocate.c
vc4_reorder_uniforms.c
vc4_resource.c gallium/u_transfer_helper: clean up boolean flags 2022-08-30 14:36:32 +00:00
vc4_resource.h
vc4_screen.c glsl: Drop PIPE_SHADER_CAP_DFRACEXP_DLDEXP_SUPPORTED. 2023-04-06 02:32:01 +00:00
vc4_screen.h vc4: use u_pipe_screen_lookup_or_create() to keep track of and reuse screens 2023-02-12 17:11:16 +00:00
vc4_simulator.c vc4: introduce VC4_DBG() macro to make VC4_DEBUG checks consistent 2022-08-24 23:03:57 +00:00
vc4_simulator_validate.h
vc4_state.c
vc4_tiling.c
vc4_tiling.h
vc4_tiling_lt.c vc4: drop unused function 2022-01-31 16:10:31 +00:00
vc4_tiling_lt_neon.c
vc4_uniforms.c