diff options
author | Marek Olšák <[email protected]> | 2013-02-02 06:20:25 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-02-06 14:45:22 +0100 |
commit | 85efb2fff0d4de56c31e414fd05a37d212211da1 (patch) | |
tree | f90174f00111de86f6f1cf34dd381c2e68144a9d /src/gallium/drivers/r300/r300_context.h | |
parent | 1d3561d877c8294ffccfd6765268f32dc9ae62cf (diff) |
r300g: try to use color varyings for texcoords if max texcoord limit is exceeded
+35 piglits
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 32b71eda4ee..d88ba3f7ed7 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -578,6 +578,7 @@ struct r300_context { int sprite_coord_enable; /* Whether two-sided color selection is enabled (AKA light_twoside). */ boolean two_sided_color; + boolean flatshade; /* Whether fast color clear is enabled. */ boolean cbzb_clear; /* Whether fragment shader needs to be validated. */ |