summaryrefslogtreecommitdiff
path: root/src/glut/glx
Commit message (Expand)AuthorAgeFilesLines
* New bin/minstall script - a minimal replacement for 'install'. Correctly hand...Brian Paul2011-07-111-1/+1
* remove obsolete commentBrian Paul2011-07-111-1/+0
* GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)Brian Paul2011-07-111-0/+17
* new code to init DirectColor colormapsBrian Paul2011-07-111-1/+22
* LIB_DIR is now just 'lib' or 'lib64' Replaced $(LIB_DIR) with $(TOP)/$(LIB_DI...Brian Paul2011-07-111-5/+5
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/...Brian Paul2011-07-111-1/+1
* New 'install' targets in makefile. See bug 2372.Brian Paul2011-07-111-0/+7
* move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)Brian Paul2011-07-111-2/+6
* check if button >= GLUT_MAX_MENUS in glutAttacheMenu()Brian Paul2011-07-111-0/+4
* check event button against GLUT_MAX_MENUS (bug 1484284)Brian Paul2011-07-111-1/+2
* Use X11_INCLUDES config macro instead of hardcoded path in makefile.Jerome Glisse2011-07-111-1/+1
* Committing in .Jouk Jansen2011-07-111-1/+1
* fix some strict aliasing problems related to choosing framebuffer configs (Ma...Brian Paul2011-07-113-17/+5
* Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will work...Ian Romanick2011-07-111-1/+1
* Added -linker option to mklib, used to specify a particular program for linki...Brian Paul2011-07-111-3/+3
* moved to windows build dirKarl Schultz2011-07-111-338/+0
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2011-07-112-4/+4
* Remove depend on make cleanKeith Whitwell2011-07-111-0/+1
* Put quotes around the CC and CXX variables passed to mklib. This make them wo...Ian Romanick2011-07-111-1/+1
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2011-07-111-1/+1
* don't need glut_fbc.cBrian Paul2011-07-111-1/+0
* clean up 'depend' commandsBrian Paul2011-07-111-2/+4
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2011-07-111-120/+120
* Make sure mklib sees the definition of CC and CXX. Make mklib respect the def...Ian Romanick2011-07-111-1/+1
* obsoleteBrian Paul2011-07-111-119/+0
* use new MKDEP, MKDEP_OPTIONS variablesBrian Paul2011-07-111-1/+1
* New Makefile systemBrian Paul2011-07-111-0/+111
* re-order arguments to mklibBrian Paul2011-07-111-2/+2
* fix typo (Matt Case)Brian Paul2011-07-111-1/+1
* Assorted mklib tweaks. Added Intel icc support to mklib.Brian Paul2011-07-111-1/+1
* fix error message (bug 816876)Brian Paul2011-07-111-1/+1
* Copy the DLL files to the lib directory instead of libexec.Karl Schultz2011-07-111-2/+2
* fix timer bug (801485)Brian Paul2011-07-111-1/+1
* added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)Brian Paul2011-07-111-1/+1
* Generate browse info for Debug version.Karl Schultz2011-07-111-1/+1
* DOS and glide driver updates from Daniel BorcaBrian Paul2011-07-114-6/+6
* Project file to build GLUT32.DLLKarl Schultz2011-07-111-0/+338
* Committing in .Jouk Jansen2011-07-111-0/+47
* Committing in .Jouk Jansen2011-07-111-61/+61
* Committing in .Jouk Jansen2011-07-111-21/+20
* updated old-style makefiles for new treeBrian Paul2011-07-111-8/+8
* replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul2011-07-1135-133/+133
* added font-related symbolsBrian Paul2011-07-111-0/+5
* remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul2011-07-112-2/+2
* support for GLX_ARB_multisampleBrian Paul2011-07-111-2/+7
* allow querying of glut functions via glutGetProcAddress()Brian Paul2011-07-111-0/+133
* bump lib version to 3.7.1, more make clean commandsBrian Paul2011-07-111-12/+6
* added glutGetProcAddress() and GLUT_FPS env var optionBrian Paul2011-07-114-0/+50
* s/glxGetProcAddress/glXGetProcAddressARB/Brian Paul2011-07-111-3/+3
* use glXGetProcAddressARB to avoid extension linkage problemsBrian Paul2011-07-116-19/+250