diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 10:55:47 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 15:37:19 +0000 |
commit | 54f1ce3b273d81c19aea5cc060cfc9d088b003ef (patch) | |
tree | f7f3f72a5bc8ad29a7761a3d2e2116a0bb42ec69 | |
parent | 1f1506ec94f3d44091de88d8bcd7ab9c20a6e7b2 (diff) |
965: remove reference to metaops
-rw-r--r-- | src/mesa/pipe/i965simple/brw_vs.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/pipe/i965simple/brw_vs.c b/src/mesa/pipe/i965simple/brw_vs.c index 33c6624214..738c6346d5 100644 --- a/src/mesa/pipe/i965simple/brw_vs.c +++ b/src/mesa/pipe/i965simple/brw_vs.c @@ -97,13 +97,6 @@ static void brw_upload_vs_prog( struct brw_context *brw ) key.copy_edgeflag = (brw->attribs.Raster->fill_cw != PIPE_POLYGON_MODE_FILL || brw->attribs.Raster->fill_ccw != PIPE_POLYGON_MODE_FILL); -#if 0 - /* BRW_NEW_METAOPS - */ - if (brw->metaops.active) - key.know_w_is_one = 1; -#endif - /* Make an early check for the key. */ if (brw_search_cache(&brw->cache[BRW_VS_PROG], @@ -120,9 +113,6 @@ static void brw_upload_vs_prog( struct brw_context *brw ) */ const struct brw_tracked_state brw_vs_prog = { .dirty = { -#if 0 - .brw = BRW_NEW_VS | BRW_NEW_METAOPS, -#endif .brw = BRW_NEW_VS, .cache = 0 }, |