i965/fs: Drop "do dual source blending" generator parameter.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
index e7a82c4efb71e58bf294e1567ab8696213037553..5cad50437aa039c87743d353d2e7cbf5251a7411 100644 (file)
@@ -573,7 +573,6 @@ public:
                 struct brw_wm_prog_data *prog_data,
                 struct gl_shader_program *prog,
                 struct gl_fragment_program *fp,
-                bool dual_source_output,
                 bool runtime_check_aads_emit,
                 bool debug_flag);
    ~fs_generator();
@@ -684,7 +683,6 @@ private:
    unsigned dispatch_width; /**< 8 or 16 */
 
    exec_list discard_halt_patches;
-   bool dual_source_output;
    bool runtime_check_aads_emit;
    const bool debug_flag;
    void *mem_ctx;