summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-04-02 16:15:53 -0700
committerMatt Turner <mattst88@gmail.com>2015-04-21 09:24:48 -0700
commitfde3100fe65a175f034c77e7989601839c9983bb (patch)
tree64ce6edd25c7b9af90ad6f92da97353e57e8db70 /src/mesa/drivers/dri/i965/brw_fs.h
parentb14313e45295d91b5737775ec788c76d8f0c2f93 (diff)
downloadexternal_mesa3d-fde3100fe65a175f034c77e7989601839c9983bb.zip
external_mesa3d-fde3100fe65a175f034c77e7989601839c9983bb.tar.gz
external_mesa3d-fde3100fe65a175f034c77e7989601839c9983bb.tar.bz2
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
These were used only on Gen4 and 5. emit_interpolation_setup_gen6() emits ADDs directly. The virtual opcodes weren't providing anything useful. I'm going to repurpose these opcodes, so deleting and readding them makes it simpler to see what's going on. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index 32063f0..d625d91 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -557,7 +557,6 @@ private:
void generate_fb_write(fs_inst *inst, struct brw_reg payload);
void generate_urb_write(fs_inst *inst, struct brw_reg payload);
void generate_blorp_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);
void generate_tex(fs_inst *inst, struct brw_reg dst, struct brw_reg src,