Module: Mesa Branch: master Commit: 06db271a6c12e55e616334fd62bca9f8e8951b6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06db271a6c12e55e616334fd62bca9f8e8951b6a
Author: Christian Gmeiner <[email protected]> Date: Tue Dec 10 17:15:35 2019 +0100 etnaviv: drop compiled_rs_state forward declaration Signed-off-by: Christian Gmeiner <[email protected]> --- src/gallium/drivers/etnaviv/etnaviv_emit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_emit.h b/src/gallium/drivers/etnaviv/etnaviv_emit.h index b4670eeb8f5..6018af91dfd 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_emit.h +++ b/src/gallium/drivers/etnaviv/etnaviv_emit.h @@ -32,7 +32,6 @@ #include "hw/cmdstream.xml.h" struct etna_context; -struct compiled_rs_state; struct etna_coalesce { uint32_t start; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
