Age | Commit message (Expand) | Author |
2008-08-07 | raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats. | José Fonseca |
2008-08-07 | raw2png: support some depth formats. | José Fonseca |
2008-07-22 | win32kprof: Store the profile data as an caller->callee hash table, instead o... | José Fonseca |
2008-07-22 | win32kprof: Generate callgraphs. | José Fonseca |
2008-07-22 | win32kprof: Convert tabs to spaces. | José Fonseca |
2008-07-22 | win32kprof: Consider the section alignment when estimating the image base. | José Fonseca |
2008-07-20 | raw2png: Handle r5g6b5 format. | José Fonseca |
2008-07-14 | mklib: don't version symbols when using --exports | Julien Cristau |
2008-07-08 | raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM. | José Fonseca |
2008-07-08 | raw2png: Update formats from p_formats.h | José Fonseca |
2008-07-03 | Support conversion of YUV surfaces. | José Fonseca |
2008-06-19 | Parse the section:offset instead of the rva+base when reading mapfiles. | José Fonseca |
2008-06-12 | revert the DRI2 commits | Alan Hourihane |
2008-06-11 | Bring in DRI2 changes | Alan Hourihane |
2008-06-05 | pull in minor mklib change to fix debugging | Keith Whitwell |
2008-05-26 | Add copyright header. | José Fonseca |
2008-05-25 | Demangle C++ symbols. | José Fonseca |
2008-05-24 | gallium: Pre-processor for win32 kernel profile output. | José Fonseca |
2008-05-07 | gallium: Simple facility to dump and view images for debugging. | José Fonseca |
2007-06-22 | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt |
2007-05-08 | special case for -pthread (bug 10876) | Brian |
2007-03-27 | simplify .a suffixing | Brian |
2007-03-27 | remove static lib before building to make more bulletproof | Bernardo Innocenti |
2006-12-11 | minstall: Pass correct destination file path to $RM regardless of source path. | Michel Dänzer |
2006-12-11 | minstall: Always remove destination file before (re-)creating it. | Michel Dänzer |
2006-11-10 | fix -noprefix option for Solaris (bug 7722) | Brian Paul |
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul |
2006-08-10 | mkdir -> mkdir -p, since /usr/include might not exist in the installroot yet | Adam Jackson |
2006-06-16 | don't create include/GLES yet | Brian Paul |
2006-04-19 | updates for GNU/Hurd (bug 6657) | Brian Paul |
2006-04-18 | assorted AIX, IRIX fixes from Dan Schikore | Brian Paul |
2006-04-14 | Use 'file' command in more places to determine the library ABI (IRIX, SunOS, | Brian Paul |
2006-04-13 | remove the -dlopen option. Always make both kinds of libs for AIX, Darwin. | Brian Paul |
2006-04-13 | Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modules | Brian Paul |
2006-04-05 | pass -m32 or -m64 to linker for SunOS as needed (bug 6484) | Brian Paul |
2006-03-30 | some comments for Darwin | Brian Paul |
2006-02-14 | fix AIX issues (bug 5874) | Brian Paul |
2006-01-04 | install GLw headers (bug 5396) | Brian Paul |
2006-01-04 | special-case Darwin (bug 4509) | Brian Paul |
2005-10-22 | Fix FreeBSD build by building libGL in the order desired, and doing a fix to my | Eric Anholt |
2005-10-21 | Darwin version fix (SF bug 1334274) | Brian Paul |
2005-10-18 | Attempt to fix libGL on FreeBSD, where the library was being built without any | Eric Anholt |
2005-09-14 | remove .a file before creating new one | Brian Paul |
2005-09-13 | fix FreeBSD problem (bug 4435) | Brian Paul |
2005-08-08 | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick |
2005-08-08 | Since this isn't a bash script, don't use function and instead inline the usage | Eric Anholt |
2005-07-25 | Add license/copyright. | Brian Paul |
2005-07-25 | Added -linker option to mklib, used to specify a particular program for | Brian Paul |
2005-06-30 | fix Darwin dynamic lib naming | Brian Paul |
2005-06-05 | Make install install GLES too | Jon Smirl |