summaryrefslogtreecommitdiff
path: root/src/gallium/targets/libgl-gdi
AgeCommit message (Expand)AuthorFilesLines
2016-11-21gallium: Add support for SWR compilationGeorge Kyriazis1-0/+4
2016-11-21gallium: Added SWR support for gdiGeorge Kyriazis1-5/+23
2016-05-25scons: whitespace cleanupGiuseppe Bilotta1-1/+1
2016-05-17scons: gallium: link against nir as neededEmil Velikov1-1/+1
2016-01-26nir: move shader_enums.[ch] to compilerEmil Velikov1-1/+1
2015-10-19scons: Build nir/glsl_types.cpp once.Jose Fonseca2-12/+1
2015-10-17scons: fix MSVC, MinGW buildBrian Paul2-1/+12
2015-04-16libgl-gdi: Prevent "pure virtual method called" error when.Jose Fonseca1-2/+20
2014-08-04targets/libgl-gdi: link with mesautilBrian Paul1-0/+3
2014-04-21libgl-gdi: silence unused variable warning when not using LLVMBrian Paul1-0/+2
2013-01-15libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH.Rob Schneider1-2/+4
2011-11-03libgl-gdi: Mingw-w64 in 32bit mode matches the Mingw32's .DEF semantics.José Fonseca1-1/+1
2011-08-30libgl-gdi: Fix mingw-w64 build.José Fonseca1-1/+3
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke1-1/+0
2011-01-22scons: Add support for GLES.Chia-I Wu1-0/+6
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-3/+3
2010-11-16libgl-gdi: Allow to pick softpipe/llvmpipe on runtime.José Fonseca3-146/+64
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-42/+43
2010-08-13scons: Build the new glsl2 code.José Fonseca1-0/+1
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz1-1/+1
2010-04-11scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca1-6/+2
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-4/+2
2010-04-10Squashed commit of the following:Keith Whitwell2-2/+2
2010-03-26gallium: Fix Windows SCons build.Vinson Lee1-0/+1
2010-03-10scons: Fixup the libgl-gdi build.José Fonseca2-2/+4
2010-03-09gallium: create target for gdi libglKeith Whitwell3-0/+297