X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fradeonsi%2Fsi_shader.h;h=80369a6e7e9933d4ef5501bde182b825744ae1ff;hp=b7670e4004a8badfe4d62fc2f29e2e878582fc70;hb=3d9cf02530f213be6a324f46d55dc0f05895963f;hpb=df069c6b1cbaa7cb12a46049620c1933e3abca2a diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index b7670e4004a..80369a6e7e9 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -343,6 +343,7 @@ struct si_shader_info { ubyte colors_read; /**< which color components are read by the FS */ ubyte colors_written; + bool color0_writes_all_cbufs; /**< gl_FragColor */ bool reads_samplemask; /**< does fragment shader read sample mask? */ bool reads_tess_factors; /**< If TES reads TESSINNER or TESSOUTER */ bool writes_z; /**< does fragment shader write Z value? */ @@ -392,8 +393,6 @@ struct si_shader_info { unsigned msaa_images_declared; /**< bitmask of declared MSAA images */ unsigned shader_buffers_declared; /**< bitmask of declared shader buffers */ - unsigned properties[TGSI_PROPERTY_COUNT]; /* index with TGSI_PROPERTY_ */ - /** Whether all codepaths write tess factors in all invocations. */ bool tessfactors_are_def_in_all_invocs; };