diff options
author | Marek Olšák <[email protected]> | 2013-07-30 22:29:27 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-07-30 23:31:30 +0200 |
commit | 7568a89500c35f14cbd397f87c77acc915afc672 (patch) | |
tree | e2ce501a37f99820c4cca50d718075a4eb0b2a94 /src/gallium/include | |
parent | 369c8291523682dda5df5a64aded89ff696370f2 (diff) |
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Now Unigine Heaven 3.0 finally works with r600g.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/state_tracker/st_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/state_tracker/st_api.h b/src/gallium/include/state_tracker/st_api.h index 539dec0f0c5..3ecd12e91af 100644 --- a/src/gallium/include/state_tracker/st_api.h +++ b/src/gallium/include/state_tracker/st_api.h @@ -241,6 +241,7 @@ struct st_config_options { boolean disable_blend_func_extended; boolean disable_glsl_line_continuations; + boolean disable_shader_bit_encoding; boolean force_glsl_extensions_warn; unsigned force_glsl_version; boolean force_s3tc_enable; |