gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_program.h
index 009d41f15626dd65f01ebb7e1603e84155b2569e..2b45b09f01eadf4a8bdc2c1a43f5b90c9eec2eb0 100644 (file)
@@ -108,6 +108,8 @@ struct nv50_program {
       unsigned num_syms;
    } cp;
 
+   bool mul_zero_wins;
+
    void *fixups; /* relocation records */
    void *interps; /* interpolation records */