diff options
author | Roland Scheidegger <[email protected]> | 2008-03-28 15:43:00 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2008-03-28 15:43:00 +0100 |
commit | 5615ab78b03cf1cb5fb19fc04fef52818f91b0be (patch) | |
tree | 29e9feb808cda826fa9ea656582ad41cffff2ad9 /src/gallium/include/pipe | |
parent | 4e7bcaa4c20cc358206cf4668316f998d79c85b0 (diff) |
gallium: remove redundant compare bit in sampler state
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index b47595deca4..0eeee47a9a5 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -243,7 +243,6 @@ struct pipe_sampler_state unsigned min_img_filter:2; /**< PIPE_TEX_FILTER_x */ unsigned min_mip_filter:2; /**< PIPE_TEX_MIPFILTER_x */ unsigned mag_img_filter:2; /**< PIPE_TEX_FILTER_x */ - unsigned compare:1; /**< shadow/depth compare enabled? */ unsigned compare_mode:1; /**< PIPE_TEX_COMPARE_x */ unsigned compare_func:3; /**< PIPE_FUNC_x */ unsigned normalized_coords:1; /**< Are coords normalized to [0,1]? */ |