<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - "Invalid glsl version in shading_language_version()" when trying to run directX games using wine"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109524">bug 109524</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">URL</td>
<td>http://www.onedollarwebhostings.com/rs-99-web-hosting-domain-godaddy-india.html
</td>
<td>
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - "Invalid glsl version in shading_language_version()" when trying to run directX games using wine"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109524#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - "Invalid glsl version in shading_language_version()" when trying to run directX games using wine"
href="https://bugs.freedesktop.org/show_bug.cgi?id=109524">bug 109524</a>
from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
<pre>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)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>