diff options
author | Marek Olšák <[email protected]> | 2011-02-16 00:50:25 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-29 12:50:28 +0200 |
commit | f03791467090db49e5c3d6111cd8d2a7cbe31d75 (patch) | |
tree | 916b9405dfaaca329f633c60262bd591aabc3c93 /src/gallium/drivers/r300/r300_context.h | |
parent | 8d4ec87d7f987b3852dafa6802815bb9a3ec7ad4 (diff) |
r300g: enable clamping controls
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 e395f41290e..3b6cb8f7a11 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -580,6 +580,8 @@ struct r300_context { int sprite_coord_enable; /* Whether two-sided color selection is enabled (AKA light_twoside). */ boolean two_sided_color; + /* Whether fragment color clamping is enabled. */ + boolean frag_clamp; /* Whether fast color clear is enabled. */ boolean cbzb_clear; /* Whether ZMASK is enabled. */ |