Module: Mesa Branch: master Commit: b59db8e0f0f424b91b88e0814c8dd96e6695da74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b59db8e0f0f424b91b88e0814c8dd96e6695da74
Author: Matt Turner <[email protected]> Date: Tue Sep 30 23:18:34 2014 -0700 i965/fs: Remove dead generate_rep_fb_write prototype. Added in commit f9dc7aab. --- src/mesa/drivers/dri/i965/brw_fs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h index 4ea987a..943e638 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.h +++ b/src/mesa/drivers/dri/i965/brw_fs.h @@ -691,7 +691,6 @@ private: GLuint nr); void generate_fb_write(fs_inst *inst, struct brw_reg payload); void generate_blorp_fb_write(fs_inst *inst); - void generate_rep_fb_write(fs_inst *inst); void generate_pixel_xy(struct brw_reg dst, bool is_x); void generate_linterp(fs_inst *inst, struct brw_reg dst, struct brw_reg *src); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
