Menu

#152 Shaders in OSmesa

Unspecific SVN
open
5
2013-08-13
2010-09-08
No

Most recent nvidia beta drivers for linux (http://www.nvnews.net/vbulletin/showthread.php?p=2314331) introduces new OpenGL ARB approved extensions (previously unofficial GLX), allowing compilation with OSmesa and shaders enabled.
The check in src/OGLRender.cpp:273 disallows this. It might be better to only check for required extensions, as in line 291 of aforementioned file and disregard the check for OSmesa.
The attachment is a patch to current HEAD (3768).

Discussion

  • Michal Janiszewski

    Possible solution, including descriptive messages.

     
  • Magliocchetti Riccardo

    • assigned_to: nobody --> riccardom
     
  • Magliocchetti Riccardo

    The new drivers has been released yesterday, isn't a bit early to change? Otherwise the patch looks fine to me.

     
  • Magliocchetti Riccardo

    Sorry can't apply the patch, here it crash in glCreateShader() with mesa 7.8.2.

     
  • CrazyMax

    CrazyMax - 2013-08-13

    Ticket moved from /p/desmume/bugs/1067/

     

Log in to post a comment.