| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/auxiliary: Fix Autotools on Android (v2) | Chad Versace | 2018-07-27 | 1 | -1/+5 |
* | gallium: Fix automake for Android (v2) | Chad Versace | 2018-06-27 | 1 | -0/+4 |
* | autotools: add missing android file to package | Eric Engestrom | 2018-06-05 | 1 | -0/+1 |
* | gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times | Marek Olšák | 2018-04-13 | 1 | -0/+3 |
* | Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary" | Roland Scheidegger | 2018-02-07 | 1 | -9/+1 |
* | gallium: build ddebug, noop, rbug, trace as part of auxiliary | Marek Olšák | 2018-02-07 | 1 | -1/+9 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 1 | -1/+2 |
* | auxiliary/vl: use vl_*_screen_create stubs when building w/o platform | Emil Velikov | 2017-05-19 | 1 | -9/+10 |
* | configure: check once for DRI3 dependencies | Emil Velikov | 2017-05-19 | 1 | -0/+1 |
* | gallium/util: honour LIBUNWIND_CFLAGS | Emil Velikov | 2017-04-05 | 1 | -0/+1 |
* | gallium: correctly manage libsensors link flags | Emil Velikov | 2017-01-18 | 1 | -2/+0 |
* | gallium: add renderonly library | Christian Gmeiner | 2017-01-12 | 1 | -0/+10 |
* | configure.ac: Move llvm_set_environment_variables higher. | Tobias Droste | 2016-12-05 | 1 | -1/+1 |
* | gallium/hud: Add support for block I/O, network I/O and lmsensor stats | Steven Toth | 2016-09-28 | 1 | -0/+2 |
* | vl/dri3: get Makefile properly | Leo Liu | 2016-06-10 | 1 | -0/+7 |
* | Part revert "gallium/auxiliary: don't build NIR sources with MSVC2008 flags" | Emil Velikov | 2016-04-11 | 1 | -15/+3 |
* | configure: Eliminate MSVC2008 compatibility. | Jose Fonseca | 2016-02-11 | 1 | -2/+2 |
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -1/+1 |
* | gallium/auxiliary: don't build NIR sources with MSVC2008 flags | Connor Abbott | 2015-12-23 | 1 | -3/+15 |
* | automake: Fix typo in MSVC2008 compat flags. | Jose Fonseca | 2015-12-03 | 1 | -1/+1 |
* | {auxiliary,targets}/vl: use static/dynamic pipe-loader | Emil Velikov | 2015-11-21 | 1 | -6/+0 |
* | automake: remove no longer needed HAVE_LOADER_GALLIUM conditional | Emil Velikov | 2015-11-21 | 1 | -4/+0 |
* | gallium: remove library_path argument from pipe_loader_create_screen() | Emil Velikov | 2015-11-21 | 1 | -2/+1 |
* | automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable | Emil Velikov | 2015-11-21 | 1 | -1/+0 |
* | auxiliary: rework the python generated sources rules | Emil Velikov | 2015-09-09 | 1 | -12/+17 |
* | auxiliary/vl: use loader_open_device() over open() | Emil Velikov | 2015-07-13 | 1 | -0/+1 |
* | mesa: Enable subdir-objects globally. | Matt Turner | 2015-06-26 | 1 | -2/+0 |
* | automake,scons: Put NIR source files in a separate var to fix SCons build. | Jose Fonseca | 2015-04-01 | 1 | -0/+1 |
* | automake: Fix out-of-source builds. | Jose Fonseca | 2015-04-01 | 1 | -0/+1 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-03-03 | 1 | -2/+5 |
* | Revert "configure: Leverage gcc warn options to enable safe use of C99 featur... | Kenneth Graunke | 2015-02-27 | 1 | -5/+2 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-02-27 | 1 | -2/+5 |
* | auxiliary/vl: honour the DRI2PROTO_CFLAGS | Emil Velikov | 2015-02-18 | 1 | -0/+1 |
* | auxiliary/vl: Build vl_winsys_dri.c only when needed. | Emil Velikov | 2015-02-18 | 1 | -0/+4 |
* | auxiliary/vl: bring back the VL code for the dri targets | Emil Velikov | 2015-02-12 | 1 | -4/+15 |
* | gallium: Remove Android files from distribution. | Matt Turner | 2014-12-12 | 1 | -1/+1 |
* | mesa: Add notes/readme files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
* | auxiliary/vl: rework the build of the VL code | Emil Velikov | 2014-11-26 | 1 | -3/+23 |
* | auxiliary/vl: split the vl sources list into VL_SOURCES | Emil Velikov | 2014-11-26 | 1 | -0/+1 |
* | auxiliary/vl: add galliumvl_stub.la | Emil Velikov | 2014-11-26 | 1 | -0/+5 |
* | gallium/auxiliary: Remove GALLIVM_CPP_SOURCES | José Fonseca | 2014-11-16 | 1 | -2/+1 |
* | auxiliary: ship all files in the distribution tarball | Emil Velikov | 2014-11-16 | 1 | -0/+13 |
* | automake: remove obsolete NEED_GALLIUM_LOADER | Emil Velikov | 2014-09-09 | 1 | -0/+4 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -4/+0 |
* | automake: silence folder creation | Emil Velikov | 2014-03-11 | 1 | -4/+4 |
* | build: remove forced -fno-rtti | Alexander von Gluck IV | 2013-10-14 | 1 | -6/+0 |
* | build: fix out-of-tree builds in gallium/auxiliary | Ross Burton | 2013-08-20 | 1 | -0/+4 |
* | gallium/build: Fix visibility CFLAGS in automake | Maarten Lankhorst | 2013-03-16 | 1 | -2/+5 |
* | Revert "Revert "targets/opencl: Link against libgallium.la instead of libgall... | Tom Stellard | 2013-01-24 | 1 | -6/+0 |
* | Revert "targets/opencl: Link against libgallium.la instead of libgallium.a" | Tom Stellard | 2013-01-15 | 1 | -0/+6 |