summaryrefslogtreecommitdiff
path: root/src/glut/glx/glut_win.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-24assorted fixes for Windows/VC8Karl Schultz1-0/+6
2006-09-21GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)Brian Paul1-0/+17
2005-09-02fix some strict aliasing problems related to choosing framebuffer configs (Ma...Brian Paul1-6/+2
2003-02-12replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul1-14/+14
2002-11-04support for GLX_ARB_multisampleBrian Paul1-2/+7
2001-11-27use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul1-1/+1
2000-12-11minor changes to fix compile problems/warningsBrian Paul1-1/+1
2000-08-22 Committing in .Jouk Jansen1-0/+4
1999-08-19initial check-in (post crash)Brian Paul1-0/+1007