index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glut
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-01
scons: Revamp how to specify targets to build.
José Fonseca
1
-1
/
+0
2010-09-21
glut: Define eventParser for non-Windows only.
Vinson Lee
1
-1
/
+1
2010-09-21
glut: Define markWindowHidden for non-Windows only.
Vinson Lee
1
-2
/
+2
2010-08-30
glut: Silence missing initializer warning.
José Fonseca
1
-1
/
+1
2010-08-10
glut: also check for GLX_ARB_multisample
Nigel Stewart
2
-8
/
+11
2010-07-21
Makefiles: Don't complain if depend file to be included doesn't exist.
Carl Worth
1
-1
/
+1
2010-07-16
glut: Remove duplicate symbol definition.
José Fonseca
1
-2
/
+0
2010-04-04
glut: Include X11 headers and libraries in SCons build.
Vinson Lee
1
-0
/
+1
2010-02-27
glut: Add asserts to check for null pointer dereferences.
Vinson Lee
1
-0
/
+2
2010-02-14
glut: Silence uninitialized variable warning.
Vinson Lee
1
-1
/
+4
2010-02-14
glut: Silence uninitialized variable warning.
Vinson Lee
1
-0
/
+1
2010-02-04
scons: Use only the shared object name when linking progs.
José Fonseca
1
-0
/
+2
2010-01-30
glut: Remove unnecessary headers.
Vinson Lee
6
-6
/
+0
2010-01-08
Merge branch 'mesa_7_7_branch'
Brian Paul
1
-1
/
+1
2010-01-06
win32_menu: add missing parentheses in mapMenu()
Roel Kluin
1
-1
/
+1
2010-01-03
Fix glut to work with -fvisibility=hidden
Kristian Høgsberg
11
-2
/
+20
2010-01-01
scons: Build progs together with everything else.
José Fonseca
1
-22
/
+44
2009-12-12
glut: Prevent potential double free in menuVisualSetup.
Vinson Lee
1
-0
/
+5
2009-08-11
glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling
Brian Paul
1
-0
/
+5
2009-06-01
Use separate $(MINSTALL) for installing libraries
Dan Nicholson
1
-1
/
+1
2009-04-29
Use variable library name in pkg-config output.
Tom Fogal
2
-2
/
+3
2009-02-10
glut: Use the official WGL functions.
José Fonseca
3
-32
/
+9
2009-02-10
glut: DESCRIPTION .def clause deprecated.
José Fonseca
1
-6
/
+0
2009-01-26
glut: Minor cleanups.
José Fonseca
3
-4
/
+4
2009-01-08
glut: Unlist file.
José Fonseca
1
-1
/
+0
2009-01-08
glut: Fix build.
José Fonseca
1
-2
/
+1
2008-12-30
glut: List new source file in sconscript.
José Fonseca
1
-0
/
+1
2008-12-16
Merge commit 'origin/master' into gallium-0.2
Brian Paul
5
-0
/
+94
2008-12-15
glut: added GLUT_PPM_FILE env var to dump first frame to a PPM file
Brian Paul
5
-0
/
+94
2008-12-15
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2
-2
/
+7
2008-12-14
Add more package metadata to the pkg-config files
Dan Nicholson
2
-2
/
+7
2008-11-21
glut: MinGW portability fixes.
José Fonseca
5
-3
/
+93
2008-09-21
Remove CVS keywords.
Keith Whitwell
2
-2
/
+0
2008-09-18
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
1
-1
/
+1
2008-09-14
glut: s/glut_fbc.c/glut_fcb.c/
Shane Blackett
1
-1
/
+1
2008-09-11
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
1
-1
/
+6
2008-09-11
glut: only call glFinish() in processWindowWorkList() for indirect contexts.
Brian Paul
1
-1
/
+6
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
5
-282
/
+1
2008-08-12
Fixed 'make install' for darwin
Jeremy Huddleston
1
-1
/
+1
2008-08-11
Apple: Cleaned up some linking and dylib ids issues
Jeremy Huddleston
1
-0
/
+1
2008-07-12
Call mklib with $(SHELL) so the user controls the interpreter
Dan Nicholson
1
-1
/
+1
2008-07-11
Remove generated pkg-config files on `make clean'
Dan Nicholson
1
-0
/
+1
2008-07-06
Set library and header installation directories from configuration
Dan Nicholson
2
-9
/
+10
2008-05-26
Remove CVS keywords.
José Fonseca
2
-2
/
+0
2008-05-06
Always cleanup the makedepend backup files
Dan Nicholson
1
-1
/
+1
2008-04-09
Add $(X11_INCLUDES) to shut makedepend up.
Hasso Tepper
1
-1
/
+1
2008-02-28
Convert crlf->lf line endings.
José Fonseca
1
-103
/
+103
2008-02-28
Convert crlf->lf line endings.
José Fonseca
1
-103
/
+103
2008-02-25
Obsolete, replaced by glut_fcb.c (fortran callbacks)
Brian
1
-164
/
+0
2008-02-25
Remove files of unsupported build systems.
José Fonseca
3
-478
/
+0
[next]