index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-06
mesa: fix static library construction
Brian Paul
1
-1
/
+23
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2
-0
/
+675
2008-08-11
Apple: Cleaned up some linking and dylib ids issues
Jeremy Huddleston
1
-4
/
+16
2008-08-07
raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats.
José Fonseca
1
-3
/
+11
2008-08-07
raw2png: support some depth formats.
José Fonseca
1
-0
/
+16
2008-07-22
win32kprof: Store the profile data as an caller->callee hash table, instead o...
José Fonseca
1
-78
/
+46
2008-07-22
win32kprof: Generate callgraphs.
José Fonseca
1
-48
/
+91
2008-07-22
win32kprof: Convert tabs to spaces.
José Fonseca
1
-241
/
+241
2008-07-22
win32kprof: Consider the section alignment when estimating the image base.
José Fonseca
1
-11
/
+12
2008-07-20
raw2png: Handle r5g6b5 format.
José Fonseca
1
-10
/
+20
2008-07-14
mklib: don't version symbols when using --exports
Julien Cristau
1
-1
/
+1
2008-07-14
mklib: don't version symbols when using --exports
Julien Cristau
1
-1
/
+1
2008-07-08
raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM.
José Fonseca
1
-2
/
+8
2008-07-08
raw2png: Update formats from p_formats.h
José Fonseca
1
-99
/
+44
2008-07-03
Support conversion of YUV surfaces.
José Fonseca
1
-13
/
+55
2008-06-21
Solaris port of Mesa 7.1 with autoconf support
Alan Coopersmith
1
-6
/
+12
2008-06-21
Make minstall work with Solaris /bin/sh
Alan Coopersmith
1
-1
/
+2
2008-06-19
Parse the section:offset instead of the rva+base when reading mapfiles.
José Fonseca
1
-1
/
+2
2008-06-12
revert the DRI2 commits
Alan Hourihane
1
-100
/
+25
2008-06-11
Bring in DRI2 changes
Alan Hourihane
1
-25
/
+100
2008-06-05
pull in minor mklib change to fix debugging
Keith Whitwell
1
-2
/
+7
2008-05-26
Add copyright header.
José Fonseca
1
-2
/
+29
2008-05-25
Demangle C++ symbols.
José Fonseca
1
-13
/
+77
2008-05-24
gallium: Pre-processor for win32 kernel profile output.
José Fonseca
1
-0
/
+205
2008-05-07
gallium: Simple facility to dump and view images for debugging.
José Fonseca
1
-0
/
+339
2008-05-05
autoconf: Scrape the version from configs/default
Dan Nicholson
1
-0
/
+17
2008-04-09
Add support for dfbsd to mklib script.
Hasso Tepper
1
-1
/
+4
2008-02-19
Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...
Jeremy Huddleston
1
-11
/
+27
2008-02-07
added -altopts to allow overriding all other opts
Andy Skinner
1
-1
/
+51
2007-12-11
autoconf: Replace install-sh with symlink to minstall
Dan Nicholson
1
-519
/
+1
2007-12-07
autoconf: Add support files required for autoconf use
Dan Nicholson
3
-0
/
+3661
2007-12-04
Use -Bsymbolic for linking all shared objects.
Michel Dänzer
1
-2
/
+7
2007-10-31
confdiff.sh: A testing script for comparing configs settings
Dan Nicholson
1
-0
/
+48
2007-09-28
add support for LDFLAGS env var
Dan Nicholson
1
-12
/
+18
2007-06-22
Use -pthread instead of -lpthread on FreeBSD.
Eric Anholt
1
-0
/
+3
2007-05-08
special case for -pthread (bug 10876)
Brian
1
-0
/
+4
2007-03-27
simplify .a suffixing
Brian
1
-6
/
+6
2007-03-27
remove static lib before building to make more bulletproof
Bernardo Innocenti
1
-0
/
+1
2006-12-11
minstall: Pass correct destination file path to $RM regardless of source path.
Michel Dänzer
1
-1
/
+1
2006-12-11
minstall: Always remove destination file before (re-)creating it.
Michel Dänzer
1
-0
/
+1
2006-11-10
fix -noprefix option for Solaris (bug 7722)
Brian Paul
1
-4
/
+11
2006-10-19
New bin/minstall script - a minimal replacement for 'install'.
Brian Paul
1
-0
/
+88
2006-08-10
mkdir -> mkdir -p, since /usr/include might not exist in the installroot yet
Adam Jackson
1
-4
/
+4
2006-06-16
don't create include/GLES yet
Brian Paul
1
-1
/
+1
2006-04-19
updates for GNU/Hurd (bug 6657)
Brian Paul
1
-4
/
+6
2006-04-18
assorted AIX, IRIX fixes from Dan Schikore
Brian Paul
1
-29
/
+25
2006-04-14
Use 'file' command in more places to determine the library ABI (IRIX, SunOS,
Brian Paul
1
-43
/
+68
2006-04-13
remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.
Brian Paul
1
-33
/
+33
2006-04-13
Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules
Brian Paul
1
-11
/
+51
2006-04-05
pass -m32 or -m64 to linker for SunOS as needed (bug 6484)
Brian Paul
1
-4
/
+22
[prev]
[next]