diff options
author | Marek Olšák <[email protected]> | 2009-12-16 06:07:39 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-12-19 23:54:53 -0800 |
commit | 6ba83cd63f84a4d74dd679d62662d59533fd1bdb (patch) | |
tree | a77da0e4b1482551f4274db1a630fdf33c4d3b5f /src/gallium/drivers/r300/r300_context.h | |
parent | 4b6dee08652706d02939844fe209cddbae8966e4 (diff) |
r300g: add texture compare modes
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 6bd2766730f..232530b7dc4 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -91,6 +91,8 @@ struct r300_rs_block { }; struct r300_sampler_state { + struct pipe_sampler_state state; + uint32_t filter0; /* R300_TX_FILTER0: 0x4400 */ uint32_t filter1; /* R300_TX_FILTER1: 0x4440 */ uint32_t border_color; /* R300_TX_BORDER_COLOR: 0x45c0 */ |