index
:
delta/glut.git
master
gitlab.freedesktop.org: mesa/glut.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glut
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
assorted fixes for Windows/VC8
Karl Schultz
2011-07-11
1
-0
/
+6
*
New bin/minstall script - a minimal replacement for 'install'. Correctly hand...
Brian Paul
2011-07-11
1
-1
/
+1
*
remove obsolete comment
Brian Paul
2011-07-11
1
-1
/
+0
*
GLUT_FORCE_VISUAL env var to force glut to use a particular visual (debug only)
Brian Paul
2011-07-11
1
-0
/
+17
*
new code to init DirectColor colormaps
Brian Paul
2011-07-11
1
-1
/
+22
*
LIB_DIR is now just 'lib' or 'lib64' Replaced $(LIB_DIR) with $(TOP)/$(LIB_DI...
Brian Paul
2011-07-11
1
-5
/
+5
*
Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/...
Brian Paul
2011-07-11
1
-1
/
+1
*
New 'install' targets in makefile. See bug 2372.
Brian Paul
2011-07-11
1
-0
/
+7
*
move check for event.xbutton.button <= GLUT_MAX_MENUS (see sf bug 1484284)
Brian Paul
2011-07-11
1
-2
/
+6
*
check if button >= GLUT_MAX_MENUS in glutAttacheMenu()
Brian Paul
2011-07-11
1
-0
/
+4
*
check event button against GLUT_MAX_MENUS (bug 1484284)
Brian Paul
2011-07-11
1
-1
/
+2
*
Use X11_INCLUDES config macro instead of hardcoded path in makefile.
Jerome Glisse
2011-07-11
1
-1
/
+1
*
Committing in .
Jouk Jansen
2011-07-11
1
-1
/
+1
*
fix some strict aliasing problems related to choosing framebuffer configs (Ma...
Brian Paul
2011-07-11
3
-17
/
+5
*
Quote $(CC) and $(CXX) so that 'CC=ccache gcc' and 'CXX=ccache g++' will work...
Ian Romanick
2011-07-11
1
-1
/
+1
*
Added -linker option to mklib, used to specify a particular program for linki...
Brian Paul
2011-07-11
1
-3
/
+3
*
moved to windows build dir
Karl Schultz
2011-07-11
1
-338
/
+0
*
assorted warning clean-ups for x86_64, etc (Mikko T.)
Brian Paul
2011-07-11
2
-4
/
+4
*
Remove depend on make clean
Keith Whitwell
2011-07-11
1
-0
/
+1
*
Put quotes around the CC and CXX variables passed to mklib. This make them wo...
Ian Romanick
2011-07-11
1
-1
/
+1
*
Improve the behaviour of the build system wrt depend files.
Keith Whitwell
2011-07-11
1
-1
/
+1
*
don't need glut_fbc.c
Brian Paul
2011-07-11
1
-1
/
+0
*
clean up 'depend' commands
Brian Paul
2011-07-11
1
-2
/
+4
*
typedef GLUTproc, return it from glutGetProcAddress()
Brian Paul
2011-07-11
1
-120
/
+120
*
Make sure mklib sees the definition of CC and CXX. Make mklib respect the def...
Ian Romanick
2011-07-11
1
-1
/
+1
*
obsolete
Brian Paul
2011-07-11
1
-119
/
+0
*
use new MKDEP, MKDEP_OPTIONS variables
Brian Paul
2011-07-11
1
-1
/
+1
*
New Makefile system
Brian Paul
2011-07-11
1
-0
/
+111
*
re-order arguments to mklib
Brian Paul
2011-07-11
1
-2
/
+2
*
fix typo (Matt Case)
Brian Paul
2011-07-11
1
-1
/
+1
*
Assorted mklib tweaks. Added Intel icc support to mklib.
Brian Paul
2011-07-11
1
-1
/
+1
*
fix error message (bug 816876)
Brian Paul
2011-07-11
1
-1
/
+1
*
Copy the DLL files to the lib directory instead of libexec.
Karl Schultz
2011-07-11
1
-2
/
+2
*
fix timer bug (801485)
Brian Paul
2011-07-11
1
-1
/
+1
*
added GLUT_CFLAGS to compile GLUT with -fexceptions (bug 726223)
Brian Paul
2011-07-11
1
-1
/
+1
*
Generate browse info for Debug version.
Karl Schultz
2011-07-11
1
-1
/
+1
*
DOS and glide driver updates from Daniel Borca
Brian Paul
2011-07-11
4
-6
/
+6
*
Project file to build GLUT32.DLL
Karl Schultz
2011-07-11
1
-0
/
+338
*
Committing in .
Jouk Jansen
2011-07-11
1
-0
/
+47
*
Committing in .
Jouk Jansen
2011-07-11
1
-61
/
+61
*
Committing in .
Jouk Jansen
2011-07-11
1
-21
/
+20
*
updated old-style makefiles for new tree
Brian Paul
2011-07-11
1
-8
/
+8
*
replace APIENTRY with GLUTAPIENTRY to be consistant with glut.h
Brian Paul
2011-07-11
35
-133
/
+133
*
added font-related symbols
Brian Paul
2011-07-11
1
-0
/
+5
*
remove GLUTAPIENTRY from __glutCloseDownGameMode
Brian Paul
2011-07-11
2
-2
/
+2
*
support for GLX_ARB_multisample
Brian Paul
2011-07-11
1
-2
/
+7
*
allow querying of glut functions via glutGetProcAddress()
Brian Paul
2011-07-11
1
-0
/
+133
*
bump lib version to 3.7.1, more make clean commands
Brian Paul
2011-07-11
1
-12
/
+6
*
added glutGetProcAddress() and GLUT_FPS env var option
Brian Paul
2011-07-11
4
-0
/
+50
*
s/glxGetProcAddress/glXGetProcAddressARB/
Brian Paul
2011-07-11
1
-3
/
+3
[next]