From b10ddf962f2ca09073a13ad19817bf7c9b158294 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 24 Nov 2014 12:53:40 +1000 Subject: r600g: fix fallout from last patch I accidentally rebased from the wrong machine and missed some fixes that were on my r600 box. doh. this fixes a bunch of geom shader textureSize tests on rv635 from gpu reset to pass. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86760 Reported-by: wolput@onsneteindhoven.nl Cc: "10.4 10.3" Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_pipe.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r600/r600_pipe.h') diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index da959dd537b..46b0a2de07d 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -315,7 +315,6 @@ struct r600_samplerview_state { uint32_t dirty_mask; uint32_t compressed_depthtex_mask; /* which textures are depth */ uint32_t compressed_colortex_mask; - boolean dirty_txq_constants; boolean dirty_buffer_constants; }; -- cgit v1.2.3