Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / scons / gallium.py
2020-08-25 Eric Engestromscons: bump c++ standard to 14 to match meson
2020-08-21 Jesse Nataliewgl: Switch to Win10 version defines to enable usage...
2019-11-29 Vinson Leescons: Bump C standard to gnu11 on macOS 10.15.
2019-11-05 Eric Engestrommesa/imports: let the build system detect strtok_r()
2019-09-29 pal1000scons: Fix MSYS2 Mingw-w64 build.
2019-09-28 Michel Zouscons: add py3 support
2019-08-28 Jose Fonsecascons: Make GCC builds stricter.
2019-08-27 Eric Engestromscons: add support for MAJOR_IN_{MKDEV,SYSMACROS}
2019-08-02 Eric Engestromgallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
2019-08-02 Eric Engestromscons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
2019-07-31 Vinson Leescons: Fix random_r check.
2019-07-30 Eric Engestromscons+meson: suppress spammy build warning on MacOS
2019-07-30 Matt Turnerscons: Test for random_r()
2019-07-04 Eric Engestromscons: s/HAVE_NO_AUTOCONF/HAVE_SCONS/
2019-06-21 Eric Engestromdrisw: move build logic to build systems
2019-03-12 pal1000scons: Compatibility with Scons development version...
2019-02-28 Jose Fonsecascons: Workaround failures with MSVC when using SCons...
2018-10-26 Brian Paulscons/svga: remove opt from the list of valid build...
2018-08-16 Dylan Bakerscons: Check for mako 0.8.0
2018-08-16 Dylan Bakerscons: Require python 2.7
2018-06-17 Timothy Arcerimesa: Unconditionally enable floating-point textures
2018-03-23 Eric Engestrommeson/configure: detect endian.h instead of trying...
2018-03-19 Jose Fonsecascons: need to split CC or things might fail
2017-11-16 Nicolai Hähnlethreads,configure.ac,meson.build: define and use HAVE_T...
2017-09-25 Eric Engestromscons: use python3-compatible list-key check
2017-09-25 Eric Engestromscons: use python3-compatible print()
2017-09-03 Eric Engestromutil: improve compiler guard
2017-07-14 Eric Engestromscons: split out check_header() helper
2017-07-06 Vinson Leescons: Check for xlocale.h before defining HAVE_XLOCALE_H.
2017-03-15 Emil Velikovautoconf/scons: bump libdrm to 2.4.75
2017-02-13 Emil Velikovscons: check for libXdamage 1.1 or later
2017-02-13 Emil Velikovscons: add missing dri2proto requirement
2017-01-27 Emil Velikovscons: always set __STDC_*_MACROS for C++ sources
2017-01-18 Emil Velikovmesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro
2016-10-25 Vinson Leescons: Require libdrm >= 2.4.66 for DRM.
2016-10-18 Emil Velikovscons: remove all libudev references
2016-08-26 Charmaine Leesvga: add opt to the list of valid build types
2016-04-26 Jose Fonsecascons: Support Clang on Windows.
2016-04-26 Jose Fonsecascons: Move fallback HAVE_* definitions to headers.
2016-04-19 Jose Fonsecascons: Show the unit test full path.
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Jose Fonsecascons: Add a "check" target to run all unit tests.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecascons: Allow building with Address Sanitizer.
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jose Fonsecascons: Eliminate MSVC2008 compatibility.
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-11 Oded Gabbayconfigure.ac: always define __STDC_CONSTANT_MACROS
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-15 Vinson Leescons: Always define __STDC_LIMIT_MACROS.
2015-03-25 Jose Fonsecascons: Disable MSVC warnings about inconsistent functio...
2015-03-22 Jose Fonsecascons: Silence conversion from 'size_t' to 'type',...
2015-03-22 Jose Fonsecascons: Ensure inttypes.h is always pre-included on...
2015-03-22 Jose Fonsecascons: Silence MSVC C4351 warning.
2015-03-22 Jose Fonsecascons: Prefer winflexbison, and use --wincompat when...
2015-03-22 Jose Fonsecascons: Define YY_USE_CONST on MSVC.
2015-03-22 Jose Fonsecascons: Tell MSVC STL library to not use exceptions.
2015-03-18 Jose Fonsecascons: Silence MSVC warnings about overflows in constan...
2015-03-18 José Fonsecascons: Disable MSVC signed/unsigned mismatch warnings.
2015-03-10 Vinson LeeAdd macro for unused function attribute.
2015-03-04 Jose Fonsecascons: Update for the fact that we require GCC 4.2
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Vinson Leescons: Define _DEFAULT_SOURCE.
2015-03-02 Jose Fonsecascons: Fix HAVE___* definition.
2015-01-22 Vinson Leescons: Add X11 include path if X11 is available.
2014-11-26 José Fonsecascons: Generate SSE2 floating-point arithmetic.
2014-11-26 José Fonsecascons: Remove dead code/comments.
2014-11-16 Vinson Leescons: Require glproto >= 1.4.13 for X11.
2014-10-30 Chia-I Wuconfigure: check for xlocale.h and strtof
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-11 José Fonsecascons: add /dynamicbase and /nxcompat to MinGW linkflags
2014-09-11 Brian Paulscons: add /dynamicbase and /nxcompat to MSVC linkflags
2014-06-16 José Fonsecascons: Link libGL.so against xcb-dri2.
2014-06-09 Emil Velikovscons: remove dri-i915 build target
2014-05-02 José Fonsecascons: Don't use bundled C99 headers for VS 2013.
2014-05-02 José Fonsecascons: Adjust the warnings for VS.
2014-04-17 José Fonsecascons: Enable building through Clang Static Analyzer.
2014-04-16 José FonsecaRevert "scons: Enable building through Clang Static...
2014-04-16 José Fonsecascons: Add an analyze option.
2014-04-16 José Fonsecascons: Enable building through Clang Static Analyzer.
2014-03-25 Alexander von Gluck IVhaiku: Fix build through scons corrections and viewport...
2014-02-18 Emil Velikovscons: sync package requirements
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-05 Alexander von Gluck IVmesa: Remove last BEOS checks
2013-10-21 Alexander von Gluck IVscons: Fix Haiku missing library
2013-10-04 Alexander von Gluck IVhaiku: Ensure correct libraries are referenced.
2013-05-03 Andreas Bollscons: remove radeon build
2013-04-25 José Fonsecascons: Support clang.
2013-03-21 Brian Paulscons: check for existance of 'MSVC_VERSION' in env
2013-03-15 José Fonsecascons: Warn when using MSVS versions prior to 2012.
2013-03-14 José Fonsecascons: Define _ALLOW_KEYWORD_MACROS on MSVC builds.
2013-02-05 Michel DänzerRequire libdrm_radeon 2.4.42 for radeonsi.
2013-01-22 José Fonsecascons: Disable frame pointer omission for all build...
2013-01-07 Alexander von Gluck IVmesa: Drop mmx optimizations on Haiku
2012-12-06 José Fonsecagallium/os: Cleanup up os_time_get/os_time_get_nano.
2012-12-04 José Fonsecascons: Link against librt
2012-11-06 Vinson Leescons: Require libdrm_radeon 2.4.40.
2012-10-24 Vinson Leescons: Do not use -fvisibilty=hidden on Cygwin.
next