index
:
mesa/glut
master
Mesa GLUT (GL Utility Library) (mirrored from https://gitlab.freedesktop.org/mesa/glut)
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-23
configure: s/Mesa/GLUT/ in a few places
HEAD
master
Brian Paul
1
-2
/
+2
2011-07-11
Drop SCons.
José Fonseca
2
-113
/
+0
2011-07-11
Add enough of the autoconf/gmake build infrastructure to build glut.
José Fonseca
116
-0
/
+8140
2011-07-11
scons: Revamp how to specify targets to build.
José Fonseca
1
-1
/
+0
2011-07-11
glut: Define eventParser for non-Windows only.
Vinson Lee
1
-1
/
+1
2011-07-11
glut: Define markWindowHidden for non-Windows only.
Vinson Lee
1
-2
/
+2
2011-07-11
glut: Silence missing initializer warning.
José Fonseca
1
-1
/
+1
2011-07-11
glut: also check for GLX_ARB_multisample
Nigel Stewart
2
-8
/
+11
2011-07-11
glut: Remove duplicate symbol definition.
José Fonseca
1
-2
/
+0
2011-07-11
glut: Include X11 headers and libraries in SCons build.
Vinson Lee
1
-0
/
+1
2011-07-11
Remove support for GCC older than 3.3.0
Ian Romanick
1
-1
/
+1
2011-07-11
glut: Add asserts to check for null pointer dereferences.
Vinson Lee
1
-0
/
+2
2011-07-11
Drop unused glut subdirectories
Kristian Høgsberg
91
-54558
/
+0
2011-07-11
Remove remaining miniglx references
Kristian Høgsberg
14
-1867
/
+0
2011-07-11
Remove GGI support
Kristian Høgsberg
3
-1271
/
+0
2011-07-11
Remove directfb support
Kristian Høgsberg
20
-4189
/
+0
2011-07-11
glut: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+4
2011-07-11
glut: Silence uninitialized variable warning.
Vinson Lee
1
-0
/
+1
2011-07-11
scons: Use only the shared object name when linking progs.
José Fonseca
1
-0
/
+2
2011-07-11
glut: Remove unnecessary headers.
Vinson Lee
6
-6
/
+0
2011-07-11
win32_menu: add missing parentheses in mapMenu()
Roel Kluin
1
-1
/
+1
2011-07-11
Fix glut to work with -fvisibility=hidden
Kristian Høgsberg
11
-2
/
+20
2011-07-11
scons: Build progs together with everything else.
José Fonseca
1
-22
/
+44
2011-07-11
glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.
José Fonseca
1
-6
/
+3
2011-07-11
glut: Prevent potential double free in menuVisualSetup.
Vinson Lee
1
-0
/
+5
2011-07-11
glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling
Brian Paul
1
-0
/
+5
2011-07-11
Use separate $(MINSTALL) for installing libraries
Dan Nicholson
3
-3
/
+3
2011-07-11
Use variable library name in pkg-config output.
Tom Fogal
4
-4
/
+6
2011-07-11
glut: Fix broken font symbols when gcc visibility attributes used.
José Fonseca
1
-1
/
+1
2011-07-11
glut: Don't try to guess system headers.
José Fonseca
1
-17
/
+3
2011-07-11
glut: Use the official WGL functions.
José Fonseca
3
-32
/
+9
2011-07-11
glut: DESCRIPTION .def clause deprecated.
José Fonseca
1
-6
/
+0
2011-07-11
glut: Minor cleanups.
José Fonseca
3
-4
/
+4
2011-07-11
glut: Automatic library linkage only on MSVC.
José Fonseca
1
-1
/
+1
2011-07-11
glut: Use a new define GLUT_STATIC to distinguish static builds.
José Fonseca
1
-2
/
+2
2011-07-11
glut: Ensure windows.h is included on windows.
José Fonseca
1
-87
/
+4
2011-07-11
glut: Do not rely on GLAPIENTRY symbol.
José Fonseca
1
-3
/
+10
2011-07-11
glut: Don't include mesa_wgl.h on MinGW builds.
José Fonseca
1
-1
/
+4
2011-07-11
glut: Unlist file.
José Fonseca
1
-1
/
+0
2011-07-11
glut: Fix build.
José Fonseca
1
-2
/
+1
2011-07-11
glut: List new source file in sconscript.
José Fonseca
1
-0
/
+1
2011-07-11
glut: added GLUT_PPM_FILE env var to dump first frame to a PPM file
Brian Paul
5
-0
/
+94
2011-07-11
Add more package metadata to the pkg-config files
Dan Nicholson
4
-4
/
+14
2011-07-11
glut: MinGW portability fixes.
José Fonseca
6
-4
/
+94
2011-07-11
glut: only call glFinish() in processWindowWorkList() for indirect contexts.
Brian Paul
1
-1
/
+6
2011-07-11
Fixed 'make install' for darwin
Jeremy Huddleston
1
-1
/
+1
2011-07-11
glut: Remove EOF characters.
José Fonseca
8
-8
/
+0
2011-07-11
Apple: Cleaned up some linking and dylib ids issues
Jeremy Huddleston
1
-0
/
+1
2011-07-11
Always pass -linker and -ldflags to mklib for shared libraries
Dan Nicholson
1
-2
/
+3
2011-07-11
Call mklib with $(SHELL) so the user controls the interpreter
Dan Nicholson
6
-8
/
+7
[next]