[Bug 109524] "Invalid glsl version in shading_language_version()" when trying to run directX games using wine
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jul 5 00:08:48 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109524
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.onedollarwebhost |
|ings.com/rs-99-web-hosting- |
|domain-godaddy-india.html |
--- Comment #9 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Note that the following patch makes the t2k thing that was attached work fine.
However I need to check with Ian as to what's up.
diff --git a/src/mesa/main/extensions_table.h
b/src/mesa/main/extensions_table.h
index 332a75e6c73..ec376e497df 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -135,7 +135,7 @@ EXT(ARB_shader_subroutine , dummy_true
EXT(ARB_shader_texture_image_samples , ARB_shader_texture_image_samples
, GLL, GLC, x , x , 2014)
EXT(ARB_shader_texture_lod , ARB_shader_texture_lod
, GLL, GLC, x , x , 2009)
EXT(ARB_shader_viewport_layer_array , ARB_shader_viewport_layer_array
, GLL, GLC, x , x , 2015)
-EXT(ARB_shading_language_100 , dummy_true
, GLL, x , x , x , 2003)
+EXT(ARB_shading_language_100 , dummy_true
, 15, x , x , x , 2003)
EXT(ARB_shading_language_420pack , ARB_shading_language_420pack
, GLL, GLC, x , x , 2011)
EXT(ARB_shading_language_packing , ARB_shading_language_packing
, GLL, GLC, x , x , 2011)
EXT(ARB_shadow , ARB_shadow
, GLL, x , x , x , 2001)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190705/21432055/attachment.html>
More information about the dri-devel
mailing list