index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
Kenneth Graunke
2012-06-11
1
-0
/
+1
*
automake: Move top-level makefile to automake.
Eric Anholt
2012-06-11
1
-20
/
+0
*
mesa: Move the version information right into configure.ac.
Eric Anholt
2012-06-11
1
-17
/
+0
*
Add bin/compile to .gitignore
Paul Berry
2012-05-08
1
-0
/
+1
*
bin/mklib: remove '-m32' for arm linux
Han Shen(沈涵)
2012-04-23
1
-2
/
+6
*
Remove autoreconf generated files
Matt Turner
2012-01-30
4
-3241
/
+3
*
autoconf: use AC_PROG_YACC/LEX
Matt Turner
2012-01-30
1
-0
/
+1
*
Add .gitignore files to exclude unit test build artifacts from git
Paul Berry
2012-01-05
1
-0
/
+2
*
mklib: tab cleanup, no functional change
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
mklib: Add Haiku build support
Alexander von Gluck
2011-12-26
1
-0
/
+37
*
mklib: fix static lib building by filtering out -L, -l options
Wayne E. Robertz
2011-11-10
1
-1
/
+1
*
mesa: Remove support for BeOS
Ian Romanick
2011-08-26
1
-16
/
+0
*
darwin: mklib: Make the real file match the id
Jeremy Huddleston
2011-06-08
1
-8
/
+3
*
mesa: don't call git if it's not git repository
Marcin Slusarz
2011-05-05
1
-0
/
+4
*
mesa: don't touch git_sha1.h if sha1 didn't change
Marcin Slusarz
2011-05-05
1
-2
/
+8
*
mesa: Include GIT SHA1 in GL version string
Ian Romanick
2011-04-05
1
-0
/
+10
*
mesa: fix build for NetBSD
Pierre Allegraud
2011-01-06
1
-15
/
+1
*
Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...
Jon TURNEY
2010-09-01
1
-6
/
+10
*
Cygwin: Teach mklib/minstall to properly install libraries on cygwin
Jon TURNEY
2010-09-01
2
-1
/
+25
*
Cygwin: Change mklib not to report the full archname on cygwin
Jon TURNEY
2010-09-01
1
-2
/
+2
*
Cygwin: Have mklib exit with error code if link fails
Jon TURNEY
2010-09-01
1
-7
/
+2
*
mklib: Fix amd64 builds on Solaris when using Sun compilers
Alan Coopersmith
2010-03-12
1
-4
/
+7
*
bin: Remove raw2png.py.
José Fonseca
2010-03-01
1
-366
/
+0
*
Fixed mklib to properly merge static libraries on darwin.
Alex Weiss
2010-02-28
1
-2
/
+10
*
bin/mklib: Clear CDPATH to avoid damaging expand_archive output
Keith Packard
2010-02-22
1
-0
/
+4
*
Cygwin build fix: Fix linkage
Jon TURNEY
2010-02-20
1
-1
/
+8
*
Revert "Make mklib propogate all errors"
Dan Nicholson
2010-02-18
1
-8
/
+0
*
mklib: remove unused -contents_of_archives(), add comments
Brian Paul
2010-02-18
1
-21
/
+4
*
Make mklib propogate all errors
Jon TURNEY
2010-02-18
1
-0
/
+6
*
mklib: Teach mklib to fail build if link fails on cygwin
Brian Paul
2010-02-18
1
-0
/
+5
*
mklib: Fix static library generation/installation on Solaris
Alan Coopersmith
2010-01-19
1
-1
/
+1
*
mklib: Extract archives into temporary directories
Dan Nicholson
2010-01-08
1
-5
/
+17
*
mklib: use a wrapper for ar
Brian Paul
2009-12-30
1
-50
/
+48
*
mklib: put usage info into usage() function
Brian Paul
2009-12-24
1
-27
/
+33
*
mklib: expand .a into .o files on FreeBSD, put common code into subroutines
Brian Paul
2009-12-24
1
-25
/
+64
*
darwin: mklib: Use lipo rather than file to figure out architectures of objec...
Jeremy Huddleston
2009-12-20
1
-16
/
+4
*
util: Remove homegrown Windows KM profiler.
José Fonseca
2009-11-04
1
-309
/
+0
*
mklib: Ensure target directory exists for library
Dan Nicholson
2009-08-04
1
-0
/
+1
*
Cygwin build fixes
Jon TURNEY
2009-06-08
1
-3
/
+16
*
minstall: Don't copy over an identical file
Carl Worth
2009-05-21
1
-2
/
+5
*
mklib: replace if/expr with case
Tormod Volden
2009-04-30
1
-12
/
+15
*
mesa: Prepend "-Wl," to linking options
Tormod Volden
2009-04-30
1
-0
/
+17
*
mklib improvements for Solaris
Alan Coopersmith
2009-03-25
1
-1
/
+27
*
autoconf: Update config.guess and config.sub from upstream
Dan Nicholson
2009-03-03
2
-34
/
+132
*
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
1
-1
/
+23
|
\
|
*
mesa: fix static library construction
Brian Paul
2008-10-06
1
-1
/
+23
*
|
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
2
-0
/
+675
|
\
\
|
|
/
|
/
|
|
*
raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats.
José Fonseca
2008-08-07
1
-3
/
+11
|
*
raw2png: support some depth formats.
José Fonseca
2008-08-07
1
-0
/
+16
|
*
win32kprof: Store the profile data as an caller->callee hash table, instead o...
José Fonseca
2008-07-22
1
-78
/
+46
[next]