[PD] Gem with Intel HD 4000 F/MSAA

Charles Goyard cg at fsck.fr
Wed Mar 6 18:12:24 CET 2013


Hi,

Doesn't 12.04 mean you have a intel driver that is rather old ? Or at
least predates the announcement you're referring to ?

Just asking, I know nothing about Ubuntu.

puredata at 11h11.com wrote:
> I forgot to specify my OS. I am using Ubuntu Studio 12.04 and found
> this posted:
> http://www.phoronix.com/scan.php?page=news_item&px=MTE0MjY
> 
> "...Intel's Linux graphics driver is finally onto supporting 8x
> multi-sample anti-aliasing (MSAA)..."
> 
> The question: Is GEM supporting MSAA?
> 
> I looked in GEM source and found this:
> if (m_fsaa!=0) setenv("__GL_FSAA_MODE", svalue, 1); // this works
> only for NVIDIA-cards
> 
> Also this:
>   if(GLEW_ARB_multisample)
>     glEnable (GL_MULTISAMPLE_ARB);
>   if(GLEW_NV_multisample_filter_hint)
>     glHint (GL_MULTISAMPLE_FILTER_HINT_NV, GL_NICEST);
> 
> 
> I am wondering how to turn in on?



More information about the Pd-list mailing list