index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scons
/
gallium.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Disable deprecated POSIX name MSVC warnings.
José Fonseca
2011-11-09
1
-0
/
+1
*
scons: Use -static-libstdc++ on 32bits builds w/ Mingw-w64 too.
José Fonseca
2011-11-03
1
-1
/
+1
*
scons: Use -fno-builtin-memcmp.
José Fonseca
2011-10-12
1
-0
/
+3
*
scons: Use -g instead of -g3.
José Fonseca
2011-09-08
1
-1
/
+1
*
scons: Set -static-libstdc++ on mingw-w64
José Fonseca
2011-09-06
1
-0
/
+2
*
scons: Move MinGW flags from crossmingw.py to gallium.py
José Fonseca
2011-09-06
1
-0
/
+8
*
swrast: initial multi-threaded span rendering
Andreas Fänger
2011-08-11
1
-0
/
+12
*
scons: Expose pkg-config in a simpler manner.
José Fonseca
2011-06-30
1
-44
/
+11
*
scons: Buid libGL.so (WIP).
José Fonseca
2011-06-30
1
-2
/
+17
*
scons: Make declaration-after-statement and pointer-arith just warnings.
José Fonseca
2011-06-30
1
-2
/
+2
*
scons: Move all env setup to scons/gallium.py
José Fonseca
2011-06-17
1
-1
/
+18
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
1
-2
/
+4
*
scons: Add a few more human friendly messages.
José Fonseca
2011-05-04
1
-1
/
+1
*
gallivm: Use LLVM MC disassembler, instead of udis86.
José Fonseca
2011-03-13
1
-1
/
+0
*
scons: Always load lex/yacc tool.
José Fonseca
2011-03-03
1
-0
/
+2
*
scons: Reduce all Cygwin platform names to 'cygwin'.
Vinson Lee
2011-02-24
1
-0
/
+2
*
scons: Recognize 'AMD64' processor as well.
José Fonseca
2011-02-16
1
-0
/
+1
*
scons: Don't get fooled by 32bit python on a 64bit windows.
José Fonseca
2011-02-16
1
-1
/
+1
*
scons: builtin_glsl_function on windows needs bundled getopt.
José Fonseca
2011-02-11
1
-0
/
+1
*
scons: Try to support building 64bit binaries on 32bit windows.
José Fonseca
2011-02-11
1
-0
/
+18
*
scons: Fix MSVC 64bit build.
José Fonseca
2011-02-11
1
-0
/
+8
*
scons: Disable -mstackrealign on MinGW again.
José Fonseca
2011-02-10
1
-1
/
+4
*
scons: Restrict whole program optimization to release builds.
José Fonseca
2011-02-09
1
-2
/
+8
*
scons: We have C++ in several libraries, so always link with the C++ compiler
José Fonseca
2011-01-30
1
-0
/
+4
*
scons: Check for libdrm_[intel|radeon] as well
Jakob Bornecrantz
2010-11-05
1
-1
/
+5
*
scons: Check for pkg-config before trying to use it
Jakob Bornecrantz
2010-11-05
1
-0
/
+3
*
st/xorg: Detect libkms with scons too.
José Fonseca
2010-11-03
1
-0
/
+1
*
scons: Propagate installation targets.
José Fonseca
2010-11-02
1
-4
/
+9
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-18
/
+70
*
scons: New build= option, with support for checked builds.
José Fonseca
2010-09-29
1
-3
/
+2
*
scons: New build= option, with support for checked builds.
José Fonseca
2010-09-29
1
-18
/
+41
*
scons: Re-enable SSE on MinGW.
José Fonseca
2010-09-05
1
-11
/
+11
*
scons: Add -fno-common for 64-bit builds on Mac OS X.
Vinson Lee
2010-08-17
1
-0
/
+2
*
scons: Use '-Wmissing-field-initializers' on GCC 4.0 and greater only.
Vinson Lee
2010-07-23
1
-1
/
+4
*
scons: Fix Mac OS X SCons build on 32-bit CPUs.
Vinson Lee
2010-07-19
1
-1
/
+1
*
scons: Make PIPE_ALIGN_VAR() of static/global vars work on MinGW.
José Fonseca
2010-07-16
1
-0
/
+3
*
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-2
/
+4
*
scons: Control caching via new SCONS_CACHE_DIR environment variable.
José Fonseca
2010-02-14
1
-1
/
+3
*
scons: Undo bad merge from cherry-pick.
José Fonseca
2010-02-12
1
-2
/
+0
*
scons: Target Windows7.
José Fonseca
2010-02-12
1
-2
/
+5
*
scons: Eliminate mixed space/tabs.
José Fonseca
2010-02-04
1
-10
/
+10
*
scons: Only override scons CC selection in the embedded platform.
José Fonseca
2010-02-04
1
-12
/
+16
*
scons: Promote EMBEDDED from subsystem to full os.
José Fonseca
2010-02-04
1
-1
/
+1
*
another gcc 4.2.x check for mstackrealign
Alan Hourihane
2010-01-29
1
-1
/
+4
*
add PIPE_SUBSYSTEM_EMBEDDED when embedded platform used
Alan Hourihane
2010-01-28
1
-0
/
+2
*
scons: Do not use linker option '-Bsymbolic' on Mac OS X.
Vinson Lee
2010-01-28
1
-3
/
+4
*
Duplicate CCVERSION check code to compensate for different env CC.
Alan Hourihane
2010-01-27
1
-2
/
+16
*
scons: Use '-Werror=' option on GCC 4.2.x and greater.
Vinson Lee
2010-01-26
1
-1
/
+2
*
fix typo
Alan Hourihane
2010-01-26
1
-2
/
+1
*
only use -Werror flags with gcc 4.2.x and 4.3.x.
Alan Hourihane
2010-01-26
1
-2
/
+8
[next]