[racket] opengl multisampling troubles

From: Yuri Garmay (yuri.from.spb at gmail.com)
Date: Tue Nov 5 18:05:10 EST 2013

Hi all!

I have opengl multi-sampling not working under linux-64.

I have tried set up msaa using gl-config and gl-enable as it desribed in
manual, but that failed.
After that I checked msaa in c+glut and found it works, then I installed
racket win32 under wine and found it works too.
So may it be some bug in implementation? If it is important, I use intel hd
graphics.

.rkt and .c files attached.

-- 
Best regards,
Yuri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20131106/707fa933/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gl.rkt
Type: application/x-wine-extension-rkt
Size: 1039 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20131106/707fa933/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: opengl-test.c
Type: text/x-csrc
Size: 1226 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20131106/707fa933/attachment-0001.bin>

Posted on the users mailing list.