José Fonseca
|
1ca2945f84
|
talloc: Make it compile with MSVC, MinGW, and Xcode/gcc4.0.
Based on Aras Pranckevičius' patch.
|
2010-08-13 13:53:04 +01:00 |
|
Keith Whitwell
|
e3c6d4108c
|
SConscript: don't build mesa components if mesa not in state trackers
|
2010-06-08 17:38:56 +01:00 |
|
Jakob Bornecrantz
|
0528106cc7
|
glew: Drop glew now that we don't need it for the progs
configs/beos | 2 +-
configs/darwin | 2 +-
configs/default | 4 +-
configs/freebsd-dri | 2 +-
configs/linux-cell | 2 +-
configs/linux-dri-xcb | 2 +-
configs/linux-indirect | 2 +-
configure.ac | 2 +-
include/GL/glew.h |14435 ------------------------------------------------
include/GL/glxew.h | 1476 -----
include/GL/wglew.h | 1247 -----
src/SConscript | 1 -
src/glew/LICENSE.txt | 73 -
src/glew/Makefile | 54 -
src/glew/SConscript | 69 -
src/glew/glew.c |14320 -----------------------------------------------
src/glew/glewinfo.c | 8441 ----------------------------
src/glew/visualinfo.c | 1173 ----
18 files changed, 8 insertions(+), 41299 deletions(-)
Revert "glew: update to version 1.5.4"
This reverts commit a189b1c53b .
Revert "glew: Include X11 headers and libraries in SCons build."
This reverts commit efdd33985c .
Revert "scons: Fix GLEW build on Mac OS X."
This reverts commit 8f81769148 .
Revert "scons: Use static glew library on Unices to avoid binary compatability issues"
This reverts commit de22c940a1 .
Revert "glew: Update to version 1.5.2."
This reverts commit aaf7ecfd81 .
Revert "scons: Build glew on all platforms."
This reverts commit 52eb3e4235 .
Revert "scons: Put glut and glew shared libraries into build/xxx/bin or lib."
This reverts commit 8a318edd08 .
Didn't revert scons/gallium.py
Revert "scons: Fix glew build on MSVC."
This reverts commit 14a8c9dac7 .
Revert "scons: Build progs together with everything else."
This reverts commit 7bbf7f94ea .
Only changed src/glew/SConscript
Revert "mesa: include glew headers in MesaDemos tarballs"
This reverts commit c57d81ddc9 .
Revert "mesa: include GLEW sources in MesaDemos tarball"
This reverts commit b9e2e32daf .
Revert "glew: correct misspelling of glFramebufferTextureLayer"
This reverts commit 1b05b5b4fe .
Revert "glew: fix GLEW_LIB_NAME"
This reverts commit c10df26a31 .
Revert "Add dummy install target for glew to fix 'make install'"
This reverts commit c273dfe6a2 .
Revert "autoconf: Add GLEW needed by progs when building GLUT"
This reverts commit 2977cee38e .
Revert "glew: Build it as a static lib."
This reverts commit fcf9353fea .
Revert "glew: Initial import."
This reverts commit 57d00016ca .
|
2010-06-08 02:07:24 +02:00 |
|
Chia-I Wu
|
60558b1594
|
mapi/vgapi: Add SConscript for Windows build.
|
2010-05-31 13:27:53 +08:00 |
|
Chia-I Wu
|
1e6c10f4be
|
egl: Use SConscript for Windows build.
Fix several portability issues and add SConscript for Windows build.
|
2010-05-31 13:27:41 +08:00 |
|
Chia-I Wu
|
296adbd545
|
glapi: Move to src/mapi/.
Move glapi to src/mapi/{glapi,es1api,es2api}.
|
2010-05-07 10:41:11 +08:00 |
|
José Fonseca
|
706eda3057
|
scons: Add new targets option.
This will likely change. Most probably we'll just add an alias to indvidual
targets and use the regular scons targets arguments.
|
2010-03-09 15:09:32 +00:00 |
|
Alan Hourihane
|
dea98eb792
|
support an 'embedded' platform target which turns off most parts of the
build.
|
2010-01-26 20:59:12 +00:00 |
|
José Fonseca
|
491f384c39
|
scons: Get GLSL code building correctly when cross compiling.
This is quite messy. GLSL code has to be built twice: one for the
host OS, another for the target OS.
|
2009-12-10 16:30:08 +00:00 |
|
Michal Krol
|
3371f7e502
|
scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.
|
2009-11-25 14:52:21 +01:00 |
|
Michal Krol
|
08e90bdea1
|
glsl/cl: Add a hard-coded syntax parser.
|
2009-11-13 03:00:45 +01:00 |
|
Michal Krol
|
121769eeb3
|
glsl: Add a purify command-line tool.
|
2009-09-07 10:11:30 +02:00 |
|
Michal Krol
|
0bbf59c305
|
glsl: Add preprocessor purifier.
|
2009-09-07 10:11:29 +02:00 |
|
José Fonseca
|
57d00016ca
|
glew: Initial import.
From glew 1.5.1 release.
|
2009-01-23 12:32:35 +00:00 |
|
José Fonseca
|
81aa678ce8
|
glut: MinGW portability fixes.
Still, it doesn't run as well as the glut binaries...
|
2008-11-21 10:44:31 +09:00 |
|
José Fonseca
|
bed547cb82
|
Fix typo.
|
2008-02-23 14:14:20 +09:00 |
|
José Fonseca
|
26c57d1630
|
Avoid building problematic module/drivers on windows.
|
2008-02-23 00:47:28 +09:00 |
|
José Fonseca
|
33ceb6716a
|
Update scons build for new code layout.
|
2008-02-18 10:52:44 +00:00 |
|