[Mesa-dev] [Bug 24531] ARB FP shaders appear to have locale-dependant syntax

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 13 04:39:47 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=24531

Fatih Aşıcı <fatih at pardus.org.tr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Fatih Aşıcı <fatih at pardus.org.tr> 2010-12-13 04:39:47 PST ---
It seems the issue is back with the new compiler. Following is the behaviour
with nouveau gallium driver:


~ $ LC_ALL=C ./a.out 
strtod("0.5") = 0.500000
nv50_screen_get_param:162 -  Unknown PIPE_CAP 11
before glProgramString glGetError() = 0
after glProgramString glGetError() = 0
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 33 requests (31 known processed) with 0 events remaining.

~ $ LC_ALL=fr_FR.UTF-8 ./a.out 
strtod("0.5") = 0,000000
nv50_screen_get_param:162 -  Unknown PIPE_CAP 11
before glProgramString glGetError() = 0
after glProgramString glGetError() = 0
XIO:  fatal IO error 11 (Ressource temporairement non disponible) on X server
":0"
      after 33 requests (31 known processed) with 0 events remaining.


$ glxinfo | grep -i opengl
nv50_screen_get_param:162 -  Unknown PIPE_CAP 11
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV96
OpenGL version string: 2.1 Mesa 7.9
OpenGL shading language version string: 1.20
OpenGL extensions:

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list