- 01 Jul, 2011 1 commit
-
-
José Fonseca authored
It makes things too random, as settings for temporary trials get stored permannently, and it make difficult to build several platforms from the same tree. So disable it, again.
-
- 17 Jun, 2011 4 commits
-
-
José Fonseca authored
-
José Fonseca authored
Save them in config.py
-
José Fonseca authored
-
José Fonseca authored
To enable embedding in platforms other than linux.
-
- 16 Feb, 2011 1 commit
-
-
José Fonseca authored
-
- 11 Feb, 2011 3 commits
-
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
-
- 22 Jan, 2011 1 commit
-
-
Chia-I Wu authored
GLES can be enabled by running scons with $ scons gles=yes When gles=yes is given, the build is changed in three ways. First, libmesa.a will be built with FEATURE_ES1 and FEATURE_ES2. This makes DRI drivers and libEGL support and advertise GLES support. Second, GLES libraries will be created. They are libGLESv1_CM, libGLESv2, and libglapi. Last, libGL or opengl32 will link to libglapi. This change is required as _glapi_* will be declared as __declspec(dllimport) in libmesa.a on windows. libmesa.a expects those symbols to be defined in another DLL. Due to this change to GL, GLES support is marked experimental. Note that GLES requires libxml2-python to generate some of its sources.
-
- 13 Jan, 2011 1 commit
-
-
José Fonseca authored
Hairy stuff. Don't know how to do it better though.
-
- 01 Dec, 2010 1 commit
-
-
José Fonseca authored
-
- 01 Nov, 2010 1 commit
-
-
José Fonseca authored
Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
-
- 29 Sep, 2010 1 commit
-
-
José Fonseca authored
Where checked build is compiler optimizations plus debugging checks -- ideal for testing CPU bound loads and running test automation loads.
-
- 03 Sep, 2010 1 commit
-
-
Brian Paul authored
-
- 26 Aug, 2010 2 commits
-
-
José Fonseca authored
Keith prefers a clean separation between graw applications and implementations, where apps do not link libgallium.a but instead get all functionality they need via graw interface. Although this is not incompatible with late loading of graw drivers, it it would make it very hard to maintain, as wrappers for every utility symbol exposed in graw would have to be written or generated somehow.
-
José Fonseca authored
Pointless now that the graw tests can be built independently of any graw implementation.
-
- 13 Aug, 2010 1 commit
-
-
José Fonseca authored
-
- 28 Jun, 2010 1 commit
-
-
Jakob Bornecrantz authored
-
- 07 Jun, 2010 1 commit
-
-
Keith Whitwell authored
-
- 05 Jun, 2010 1 commit
-
-
Joakim Sindholt authored
-
- 31 May, 2010 1 commit
-
-
Chia-I Wu authored
Fix several portability issues and add SConscript for Windows build.
-
- 27 May, 2010 1 commit
-
-
Jakob Bornecrantz authored
Signed-off-by:
Jakob Bornecrantz <wallbraker@gmail.com>
-
- 21 May, 2010 1 commit
-
-
Brian Paul authored
-
- 12 May, 2010 3 commits
-
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
Jakob Bornecrantz authored
-
- 14 May, 2010 1 commit
-
-
Keith Whitwell authored
Ideally scons should be able to work backwards from the list of targets to figure out which drivers, state trackers and other convenience libraries need to be built.
-
- 26 Apr, 2010 1 commit
-
-
Vinson Lee authored
Certain headers, such as GL/glew.h, are in both the Mesa include and the default installed include directories. On recent distros the needed symbols can be found in both places. On older distros the installed headers could be lacking symbols, so for a header that exists in both places, the local one should be found first.
-
- 24 Apr, 2010 3 commits
-
-
Vinson Lee authored
-
Vinson Lee authored
-
Vinson Lee authored
-
- 11 Apr, 2010 3 commits
-
-
José Fonseca authored
These are our reference software rasterizers. They can build everywhere and are a precious debugging tool. Making them always present immensily simplifies the scons logic. If people want to avoid building it is still possible to pass direcotries and target names to scons to narrow the build.
-
José Fonseca authored
Now that draw depends on llvm it is very difficult to correctly handle broken llvm installations. Either the user requests LLVM and it needs to supply a working installation. Or it doesn't, and it gets no LLVM accelerate pipe drivers.
-
José Fonseca authored
Prevents needless recompiles when switching dri=yes to no.
-
- 07 Apr, 2010 1 commit
-
-
Zack Rusin authored
-
- 31 Mar, 2010 2 commits
-
-
José Fonseca authored
Move it into a separate tool. TODO: Needs to be "tooled" in each SConscript that uses it.
-
José Fonseca authored
Only needed for DRI. Should be linked in DRI specific subdirectories.
-
- 28 Mar, 2010 1 commit
-
-
Keith Whitwell authored
Provides basic window system integration behind a simple interface, allowing tests to be written without dependency on either the driver or window system. With a lot of work, could turn into something like glut for gallium.
-
- 25 Mar, 2010 1 commit
-
-
Jakob Bornecrantz authored
Since the winsys isn't shared with i965 and never will be
-