Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-02 | gdi: Don't generate import libraries for opengl32.dll. | José Fonseca | |
Both MinGW and MSVC include opengl32 import libraries, and its safer to always use those. | |||
2010-01-01 | scons: Aggregate all tiny libraries in a single library. | José Fonseca | |
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | |||
2009-12-12 | Merge branch 'master' into glsl-pp-rework-2 | Michal Krol | |
Conflicts: progs/perf/drawoverhead.c progs/perf/teximage.c progs/perf/vbo.c progs/perf/vertexrate.c src/mesa/shader/slang/library/slang_common_builtin_gc.h | |||
2009-12-10 | scons: Get GLSL code building correctly when cross compiling. | José Fonseca | |
This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS. | |||
2009-11-13 | gdi: Link to glslcl. | Michal Krol | |
2009-10-09 | gdi: Fix the build when llvmpipe is requested (the default) but llvm is not ↵ | José Fonseca | |
present. | |||
2009-09-17 | Merge commit 'origin/master' into glsl-pp-rework-2 | Michal Krol | |
Conflicts: src/gallium/winsys/gdi/SConscript | |||
2009-09-16 | gdi: Integrate with llvmpipe where available. | José Fonseca | |
2009-09-07 | gdi: Add glsl to LIBS. | Michal Krol | |
2009-06-10 | winsys/gdi: Link to ws2_32 library. | Michal Krol | |
2009-04-08 | wgl: Integrate the trace driver on debug builds. | José Fonseca | |
2009-03-25 | scons: Support building with the Windows SDK. | José Fonseca | |
x86_64 is also supported. | |||
2009-02-19 | wgl: Use a separate .DEF for MinGW | José Fonseca | |
gnu linker fails to resolve the @n symbols, unless: - they are listed verbatim in the .def - they are already linked. And mingw's .def parser is slightly incompatible with MSVC in respect with underscores. Will try to work with upstream to fix this, but for now there is no option other to use seperate .def for mingw. | |||
2009-02-02 | gdi: Update for wgl st reorg. | José Fonseca | |
2008-12-30 | gdi: Remove accidental keypresses. | José Fonseca | |
2008-12-22 | gdi: Cleanup sconsfile. | José Fonseca | |
2008-12-12 | gdi: Reimplement using the WGL statetracker. | José Fonseca | |
2008-11-20 | scons: Support MinGW32 cross compiler. | José Fonseca | |
To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no | |||
2008-06-03 | gdi: Port of the gdi mesa driver to gallium (Alan Hourihane). | José Fonseca | |