Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
74a6a46b749668032c17f8fb2312e927f214768c
/
configs
542e346
cell: Enable MIT-SHM on Cell.
by Ian Romanick
· 17 years ago
d5692cb
gallium: new surface/context tracker (sct) module
by Brian
· 17 years ago
2d38d1b
Remove files of unsupported build systems.
by José Fonseca
· 17 years ago
d119931
Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build.
by Ian Romanick
· 17 years ago
90b2beb
Simplify makefile boilerplate code.
by José Fonseca
· 17 years ago
df8ab31
Bring rtasm from mesa to gallium.
by José Fonseca
· 17 years ago
0448dbd
Update for llvm -> gallivm rename.
by José Fonseca
· 17 years ago
1f2d011
Build glx/x11.
by José Fonseca
· 17 years ago
bfd5916
Code reorganization: split gallium and mesa makefiles.
by José Fonseca
· 17 years ago
71071b7
Cell: Add missing back-slash in linux-cell config file
by Ian Romanick
· 17 years ago
eb3f7aa
Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build.
by Ian Romanick
· 17 years ago
6acd63a
Code reorganization: update build.
by José Fonseca
· 17 years ago
59e7bfd
Cell: add OPT_FLAGS var
by Brian
· 17 years ago
7d0421d
Cell: s/-W/-Wall/ in linux-cell
by Brian
· 17 years ago
b3492a2
Use HOST_CC for programs that will run on the build host
by Ian Romanick
· 17 years ago
ffcb4d8
Use EXTRA_LIB_PATH with *_LIB_DEPS
by Ian Romanick
· 17 years ago
eb4a738
Remove unnecessary paths
by Ian Romanick
· 17 years ago
9789c30
llvm: we need custom rules so had to redo the build a little bit
by Zack Rusin
· 17 years ago
1613c49
Cell: added -Wmissing-prototypes to SPU_CFLAGS
by Brian
· 17 years ago
9a0fe23
Port to libspe2
by Ian Romanick
· 17 years ago
bfb43e8
Remove '-include altivec.h'.
by Ian Romanick
· 17 years ago
63a9d83
Redo the fragment program examples to match vp's
by Zack Rusin
· 17 years ago
36ef54d
remove -Wall, add -DGALLIUM_CELL
by Brian
· 17 years ago
5935626
Add dependency checking for Cell driver sources.
by Brian
· 17 years ago
91692fc
added -fPIC
by Brian
· 17 years ago
c270829
don't build libglw
by Brian
· 17 years ago
88b715b
Initial Cell driver infrastructure.
by Brian
· 17 years ago
233c374
glut doesn't need -lXt
by Brian
· 17 years ago
1d2ff45
Expand pkg-config flags before invoking the compiler.
by José Fonseca
· 17 years ago
8568fad
LLVM requires linking with the C++ compiler.
by Michel Dänzer
· 17 years ago
d76a7b6
Cleanup some code.
by Zack Rusin
· 17 years ago
b04430e
Introduce linux-llvm target. Remove the llvm code from the default build for now.
by Zack Rusin
· 17 years ago
2dbba8b
Implement the conversion and do the initial execution pass.
by Zack Rusin
· 17 years ago
b2e5299
Initial stab at LLVM integration.
by Zack Rusin
· 17 years ago
59424e2
Update x86's static and profile configs.
by José Fonseca
· 17 years ago
83a674a
Update linux-profile config.
by José Fonseca
· 17 years ago
a17d536
remove the -DMESA flags
by Brian
· 17 years ago
3fc926f
Remove many dependencies on mesa headers.
by Brian
· 17 years ago
8a475cb
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
by Keith Whitwell
· 17 years ago
b4c18ef
Build the "pipe" version of the i915tex driver.
by Keith Whitwell
· 17 years ago
e0a26b0
Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
by michal
· 17 years ago
76fb808
Fix a number of MINGW32 issues
by Zhang
· 17 years ago
3b8bc1f
Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
by michal
· 17 years ago
1a413b4
Use -pthread instead of -lpthread on FreeBSD.
by Eric Anholt
· 17 years ago
f185411
Only build i915tex
by Keith Whitwell
· 17 years ago
b2dde0a
miniglx: update defines in linux-solo config
by Dave Airlie
· 17 years ago
c128c3c
master/trunk is now for Mesa 7.1 devel: bump versions
by Brian
· 18 years ago
b3378f6
nouveau: disable nouveau build by default
by Dave Airlie
· 18 years ago
ae5f675
Makefile clean-ups for miniglx.
by Brian
· 18 years ago
e371a5f
Version bumps for 7.0
by Brian
· 18 years ago
838a2a2
Make xcb backend compile. Add nouveau to match linux-dri config.
by Jeremy Kolb
· 18 years ago
5dba996
add glsl to PROGRAM_DIRS
by Brian
· 18 years ago
20d85c6
bump version to 6.5.3 to match version.h
by Brian
· 18 years ago
c4ac5ac
Overhaul of error handling.
by Brian
· 18 years ago
3bfbe63
New debug config for linux-dri
by Keith Whitwell
· 18 years ago
c2b185c
Add reporting of damage by DRI drivers when the extension support is available.
by Eric Anholt
· 18 years ago
14f9263
Make git ignore files only generated at build time.
by Michel Dänzer
· 18 years ago
50a8166
Add i915tex and i965.
by Gary Wong
· 18 years ago
10cbd08
by Sean D'Epagnier
· 18 years ago
bdb1c38
need to specify Xlibs with APP_LIB_DEPS
by Brian Paul
· 18 years ago
48e6fff
merge the (rest of) texmem branch
by Keith Whitwell
· 18 years ago
79b5d3e
remove some debug/test changes
by Brian Paul
· 18 years ago
464fcd0
New bin/minstall script - a minimal replacement for 'install'.
by Brian Paul
· 18 years ago
f3f51bc
Fix bug #4681.
by Ian Romanick
· 18 years ago
0a0cd3a
Updates for XCB. Bug 8560.
by Brian Paul
· 18 years ago
b68788a
Update linux-dr-xcb config file to use LIBDRM_CFLAGS
by Jeremy Kolb
· 18 years ago
4af4040
bump version to 6.5.2
by Brian Paul
· 18 years ago
408ce7e
added LIBDRM_CFLAGS (Javier Villavicencio)
by Brian Paul
· 18 years ago
dc4bf43
fix CFLAGS (bug 8344)
by Brian Paul
· 18 years ago
2216aac
comment out EXTRA_LIB_PATH, ?= causes problems on HP-UX
by Brian Paul
· 18 years ago
bb2180d
Fixes from Christopher Bell:
by Brian Paul
· 18 years ago
ce9767f
Make sure that _GNU_SOURCE is enabled in the linux configs that set
by Ian Romanick
· 18 years ago
92c43b1
Fix-ups for linux-fbdev config. No longer build Xlib driver sources.
by Brian Paul
· 18 years ago
7e4152f
by Sean D'Epagnier
· 18 years ago
a7d0256
When available, which is most of the time, use posix_memalign to implement
by Ian Romanick
· 18 years ago
be85fde
linux-indirect target fixes.
by Adam Jackson
· 18 years ago
9f344b3
Add Intel i965G/Q DRI driver.
by Eric Anholt
· 18 years ago
6545ebb
by Sean D'Epagnier
· 18 years ago
459db7b
bump MESA_TINY to 1
by Brian Paul
· 18 years ago
883f989
LIB_DIR is now just 'lib' or 'lib64'
by Brian Paul
· 18 years ago
27908d2
update comment, APP_LIB_DEPS
by Brian Paul
· 18 years ago
f385cf1
simple libOSMesa.so-only config, no X
by Brian Paul
· 18 years ago
2922aa2
fix linking bug (bug 7405)
by Brian Paul
· 18 years ago
0e794a1
New 'install' targets in makefile. See bug 2372.
by Brian Paul
· 18 years ago
9efe17e
Updated config file.
by Claudio Ciccani
· 18 years ago
5e51ebd
use -march=i486 instead of -m486 (bug 6954)
by Brian Paul
· 19 years ago
3d8a791
add extra APP_LIB_DEPS (bug 6954)
by Brian Paul
· 19 years ago
7d848c3
generate shared lib, not static
by Brian Paul
· 19 years ago
9cc115e
formerly known as solaris-x86-gcc
by Brian Paul
· 19 years ago
8a1848b
restore -O flag (bug 6814)
by Brian Paul
· 19 years ago
0174d89
Bumped support for xcb 0.9
by Jeremy Kolb
· 19 years ago
e34bf25
-arch AIX64 no longer needed
by Brian Paul
· 19 years ago
6bef5e7
Don't have to pass ABI-related flags to mklib anymore.
by Brian Paul
· 19 years ago
cbed2f8
more updates (Dan Schikore)
by Brian Paul
· 19 years ago
cb32dcf
new configs, misc updates (Dan Schikore)
by Brian Paul
· 19 years ago
05529fe
minor CFLAGS clean-up
by Brian Paul
· 19 years ago
789eb27
minor CFLAGS reordering
by Brian Paul
· 19 years ago
ac619f4
64-bit build for sunos5 w/ gcc
by Brian Paul
· 19 years ago
9542537
Style fix, drop the explicit -ldrm from the link line.
by Adam Jackson
· 19 years ago
20e15f9
Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding.
by Brian Paul
· 19 years ago
Next »