diff options
author | Dave Airlie <[email protected]> | 2014-11-24 12:53:40 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-11-27 13:12:41 +1000 |
commit | b10ddf962f2ca09073a13ad19817bf7c9b158294 (patch) | |
tree | 9e789bb110690d71e41cee5d842ccc7a79a39ae4 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 07ae69753c6818bcce5d4edaf2cca39c20e37f4c (diff) |
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: [email protected]
Cc: "10.4 10.3" <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |