index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SConstruct
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-25
scons: whitespace cleanup
Giuseppe Bilotta
1
-7
/
+7
2016-04-14
scons: Add a "check" target to run all unit tests.
Jose Fonseca
1
-0
/
+5
2014-05-02
scons: Don't use bundled C99 headers for VS 2013.
José Fonseca
1
-6
/
+0
2014-03-26
mapi/glapi: Use ElementTree instead of libxml2.
José Fonseca
1
-7
/
+0
2013-07-29
build: unify mesa version by using a VERSION file
Emil Velikov
1
-1
/
+3
2013-07-25
mesa: Bump version to 9.3.0-devel.
Kenneth Graunke
1
-1
/
+1
2013-06-06
build: Unify PACKAGE_VERSION on autotools, scons and Android
Andreas Boll
1
-1
/
+1
2013-03-13
scons: Define PACKAGE_VERSION/BUGREPORT globally.
José Fonseca
1
-0
/
+5
2011-07-01
scons: Disable saving options automatically.
José Fonseca
1
-1
/
+2
2011-06-17
scons: List all targets.
José Fonseca
1
-0
/
+15
2011-06-17
scons: Remember the options set on the command line.
José Fonseca
1
-0
/
+2
2011-06-17
scons: Move all env setup to scons/gallium.py
José Fonseca
1
-21
/
+0
2011-06-17
scons: make embedding orthogonal to the platform
José Fonseca
1
-18
/
+1
2011-02-16
scons: Avoid depending on scons 2.0 in general.
José Fonseca
1
-1
/
+5
2011-02-11
scons: Need c99 also when cross compiling.
José Fonseca
1
-0
/
+3
2011-02-11
scons: builtin_glsl_function on windows needs bundled getopt.
José Fonseca
1
-4
/
+7
2011-02-11
scons: Try to support building 64bit binaries on 32bit windows.
José Fonseca
1
-1
/
+1
2011-01-22
scons: Add support for GLES.
Chia-I Wu
1
-0
/
+6
2011-01-13
scons: Fix cross-compilation.
José Fonseca
1
-0
/
+33
2010-12-01
scons: Move MSVS_VERSION option to common module.
José Fonseca
1
-1
/
+0
2010-11-01
scons: Revamp how to specify targets to build.
José Fonseca
1
-103
/
+20
2010-09-29
scons: New build= option, with support for checked builds.
José Fonseca
1
-1
/
+1
2010-09-03
scons: added galahad to driver list
Brian Paul
1
-2
/
+2
2010-08-26
graw: Undo late loading of graw drivers.
José Fonseca
1
-1
/
+2
2010-08-26
graw: Remove graw-null.
José Fonseca
1
-2
/
+1
2010-08-13
scons: Build the new glsl2 code.
José Fonseca
1
-22
/
+0
2010-06-28
glhd: Build with scons
Jakob Bornecrantz
1
-0
/
+2
2010-06-07
graw: update graw_null after interface changes and build graw tests again
Keith Whitwell
1
-1
/
+2
2010-06-05
gallium: always build drivers/sw
Joakim Sindholt
1
-0
/
+2
2010-05-31
egl: Use SConscript for Windows build.
Chia-I Wu
1
-1
/
+1
2010-05-27
r600g: Integrate into build
Jakob Bornecrantz
1
-2
/
+2
2010-05-21
mesa: disable building the removed demos with scons
Brian Paul
1
-5
/
+0
2010-05-14
scons: add 'targets' variable, for specifying ... targets
Keith Whitwell
1
-0
/
+23
2010-05-12
scons: Add -fvisibility=hidden to CFLAGS for gcc builds
Jakob Bornecrantz
1
-1
/
+2
2010-05-12
rbug: No need to have rbug as a input
Jakob Bornecrantz
1
-3
/
+3
2010-05-12
rbug: Break out of trace
Jakob Bornecrantz
1
-4
/
+6
2010-04-26
scons: Include headers from the local include directory first.
Vinson Lee
1
-1
/
+3
2010-04-24
nvfx: Add to SCons build.
Vinson Lee
1
-1
/
+1
2010-04-24
nv50: Add to SCons build.
Vinson Lee
1
-1
/
+1
2010-04-24
nouveau: Add to SCons build.
Vinson Lee
1
-1
/
+1
2010-04-11
scons: Always build softpipe and llvmpipe (when llvm available).
José Fonseca
1
-1
/
+5
2010-04-11
scons: Make LLVM a black-white dependency.
José Fonseca
1
-14
/
+0
2010-04-11
scons: Use libdrm options only where needed.
José Fonseca
1
-10
/
+0
2010-04-06
scons: define DRAW_LLVM if we're building it
Zack Rusin
1
-0
/
+2
2010-03-31
scons: Don't always include/links X11 headers/libs.
José Fonseca
1
-12
/
+0
2010-03-31
scons: Don't always link expat.
José Fonseca
1
-1
/
+0
2010-03-28
gallium: new raw gallium interface to support standalone tests
Keith Whitwell
1
-1
/
+1
2010-03-26
i915g: Rename winsys prefix to i915_ from intel_
Jakob Bornecrantz
1
-1
/
+1
2010-03-10
scons: Fixup the libgl-gdi build.
José Fonseca
1
-2
/
+0
2010-03-10
python: Fix up state tracker for sw api.
José Fonseca
1
-0
/
+1
[next]