radeonsi: use re-Z
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.h
index ff5c24d89187bd1389a65c335f7042461797c8fa..637d26488df2643a7e8710a89845e78150eed91b 100644 (file)
@@ -365,6 +365,7 @@ struct si_shader {
        struct r600_resource            *scratch_bo;
        union si_shader_key             key;
        bool                            is_binary_shared;
+       unsigned                        z_order;
 
        /* The following data is all that's needed for binary shaders. */
        struct radeon_shader_binary     binary;