projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f0755
)
i965/fs: Remove dead generate_rep_fb_write prototype.
author
Matt Turner
<mattst88@gmail.com>
Wed, 1 Oct 2014 06:18:34 +0000
(23:18 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 3 Oct 2014 17:02:24 +0000
(10:02 -0700)
Added in commit
f9dc7aab
.
src/mesa/drivers/dri/i965/brw_fs.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.h
b/src/mesa/drivers/dri/i965/brw_fs.h
index
4ea987a
..
943e638
100644
(file)
--- 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);