http://bugs.winehq.org/show_bug.cgi?id=24036
Stefan Dösinger stefandoesinger@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger@gmx.at
--- Comment #4 from Stefan Dösinger stefandoesinger@gmx.at 2011-08-13 15:58:40 CDT --- Is this really "UseGLSL=enabled", the default setting? or UseGLSL=disabled? If you mean disabled, then this happens because GL_ARB_*_program supports only shader model 2. On Nvidia cards we have GL_NV_*_program_option to add SM3,4,5 features. AMD drivers have no similar extensions, so there'll never be shader model 3 support in ARB shaders on AMD cards.