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/state_trackers/osmesa/osmesa.c | |
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/state_trackers/osmesa/osmesa.c')
-rw-r--r-- | src/gallium/state_trackers/osmesa/osmesa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/osmesa/osmesa.c b/src/gallium/state_trackers/osmesa/osmesa.c index 5b63b8baf39..9f9d2ad033c 100644 --- a/src/gallium/state_trackers/osmesa/osmesa.c +++ b/src/gallium/state_trackers/osmesa/osmesa.c @@ -545,6 +545,7 @@ OSMesaCreateContextExt(GLenum format, GLint depthBits, GLint stencilBits, attribs.options.force_glsl_extensions_warn = FALSE; attribs.options.disable_blend_func_extended = FALSE; attribs.options.disable_glsl_line_continuations = FALSE; + attribs.options.disable_shader_bit_encoding = FALSE; attribs.options.force_s3tc_enable = FALSE; attribs.options.force_glsl_version = 0; |