diff mbox series

[Bug,109524] "Invalid glsl version in shading_language_version()" when trying to run directX games using wine

Message ID bug-109524-502-7Rh6RjyOLN@http.bugs.freedesktop.org/ (mailing list archive)
State New, archived
Headers show
Series [Bug,109524] "Invalid glsl version in shading_language_version()" when trying to run directX games using wine | expand

Commit Message

bugzilla-daemon@freedesktop.org July 5, 2019, 12:08 a.m. UTC
https://bugs.freedesktop.org/show_bug.cgi?id=109524

Ilia Mirkin <imirkin@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@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.

+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)
diff mbox series

Patch

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)