summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/gdi/SConscript
AgeCommit message (Collapse)Author
2010-01-02gdi: 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-01scons: 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-12Merge branch 'master' into glsl-pp-rework-2Michal 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-10scons: 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-13gdi: Link to glslcl.Michal Krol
2009-10-09gdi: Fix the build when llvmpipe is requested (the default) but llvm is not ↵José Fonseca
present.
2009-09-17Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol
Conflicts: src/gallium/winsys/gdi/SConscript
2009-09-16gdi: Integrate with llvmpipe where available.José Fonseca
2009-09-07gdi: Add glsl to LIBS.Michal Krol
2009-06-10winsys/gdi: Link to ws2_32 library.Michal Krol
2009-04-08wgl: Integrate the trace driver on debug builds.José Fonseca
2009-03-25scons: Support building with the Windows SDK.José Fonseca
x86_64 is also supported.
2009-02-19wgl: Use a separate .DEF for MinGWJosé 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-02gdi: Update for wgl st reorg.José Fonseca
2008-12-30gdi: Remove accidental keypresses.José Fonseca
2008-12-22gdi: Cleanup sconsfile.José Fonseca
2008-12-12gdi: Reimplement using the WGL statetracker.José Fonseca
2008-11-20scons: 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-03gdi: Port of the gdi mesa driver to gallium (Alan Hourihane).José Fonseca