r600g: Replace the CHIPREV_* defines with the chip_class enum.
[mesa.git] / src / gallium / drivers / r600 / r600_shader.h
index c1e00f3b662845699d747ae955da078d38484fa7..3ba84bd8907574f62196e9f84c45203137472589 100644 (file)
@@ -43,10 +43,10 @@ struct r600_shader {
        unsigned                nlds;
        struct r600_shader_io   input[32];
        struct r600_shader_io   output[32];
-       enum radeon_family      family;
        boolean                 uses_kill;
        boolean                 fs_write_all;
        boolean                 clamp_color;
+       unsigned                nr_cbufs;
 };
 
 #endif