gallium: add condition parameter to render_condition
[mesa.git] / src / gallium / drivers / radeonsi / r600.h
index 7a8ff1015d4189204dc9e0eed2c9df47e80df44c..8f35cc267640bd8c055bdb079eb474888daf62b0 100644 (file)
 
 struct winsys_handle;
 
-enum radeon_family {
-       CHIP_UNKNOWN,
-       CHIP_TAHITI,
-       CHIP_PITCAIRN,
-       CHIP_VERDE,
-       CHIP_LAST,
-};
-
-enum chip_class {
-       TAHITI,
-};
-
 struct r600_tiling_info {
        unsigned num_channels;
        unsigned num_banks;