| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times | Marek Olšák | 2018-04-13 | 2 | -7/+3 |
* | radeonsi: don't build libradeon.la separately | Marek Olšák | 2018-04-05 | 1 | -1/+0 |
* | meson: fix pipe-loaders after omx changes | Dylan Baker | 2018-03-15 | 1 | -3/+4 |
* | Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary" | Roland Scheidegger | 2018-02-07 | 1 | -1/+5 |
* | gallium: build ddebug, noop, rbug, trace as part of auxiliary | Marek Olšák | 2018-02-07 | 1 | -5/+1 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 1 | -1/+1 |
* | meson: ensure that xmlpool_options.h is generated for targets that need it | Dylan Baker | 2018-01-18 | 1 | -9/+9 |
* | meson: build clover | Dylan Baker | 2018-01-08 | 1 | -0/+77 |
* | r600: fork and import gallium/radeon | Marek Olšák | 2017-09-26 | 1 | -1/+0 |
* | pipe-loader: Add driver build directory for si_driinfo.h include path | Michel Dänzer | 2017-08-04 | 1 | -0/+1 |
* | pipe-loader: fix build of dynamic pipe-drivers | Nicolai Hähnle | 2017-08-03 | 4 | -4/+5 |
* | radeonsi: prepare for driver-specific driconf options | Nicolai Hähnle | 2017-08-02 | 2 | -0/+10 |
* | gallium: add pipe_screen_config to screen_create functions | Nicolai Hähnle | 2017-08-02 | 7 | -7/+7 |
* | i915: use different CFLAGS/LIBS variables than i965/anv | Lionel Landwerlin | 2017-06-27 | 1 | -1/+1 |
* | gallium/radeon: pass create_screen flags to r600_common_screen_init | Marek Olšák | 2017-06-23 | 3 | -4/+4 |
* | gallium: allow passing 'unsigned flags' to create_screen() | Marek Olšák | 2017-06-23 | 7 | -7/+7 |
* | r600g,compute: provide local copy of functions from ac_binary.c | Jan Vesely | 2017-06-16 | 1 | -7/+2 |
* | gallium/targets: fix bool setting on BE architectures | Ilia Mirkin | 2017-04-29 | 7 | -7/+7 |
* | targets: export radeon winsys_create functions to silence LLVM warning | Marek Olšák | 2017-04-04 | 1 | -0/+5 |
* | build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM. | Matt Turner | 2017-03-07 | 1 | -1/+1 |
* | gallium/r600: fix r600 build when OpenCL is enabled | Timothy Arceri | 2017-02-28 | 1 | -0/+5 |
* | ilo: EOL drop unmaintained gallium drv from buildsys | Edward O'Callaghan | 2017-02-03 | 1 | -14/+0 |
* | ilo: EOL unplumb unmaintained gallium drv from winsys | Edward O'Callaghan | 2017-02-03 | 1 | -47/+0 |
* | configure.ac: Move llvm_set_environment_variables higher. | Tobias Droste | 2016-12-05 | 1 | -1/+1 |
* | pipe-loader: add libamd_common for radeonsi | Nicolai Hähnle | 2016-11-03 | 1 | -0/+1 |
* | gallium: annotate sw_driver_descriptor instance as const data | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | gallium: remove unused drm_driver_descriptor::driver_name | Emil Velikov | 2016-10-14 | 8 | -8/+8 |
* | gallium/swr: allow swr use as a swrast dri driver | Tim Rowley | 2016-04-15 | 1 | -5/+14 |
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -1/+1 |
* | pipe-loader: rework the sw backend | Emil Velikov | 2015-11-21 | 3 | -2/+39 |
* | glsl: (mostly) remove libglsl_util | Rob Clark | 2015-10-16 | 1 | -1/+0 |
* | winsys/amdgpu: add a new winsys for the new kernel driver | Marek Olšák | 2015-08-14 | 2 | -2/+10 |
* | pipe-loader: add libnir and libglsl_util to the link | Emil Velikov | 2015-06-12 | 1 | -0/+2 |
* | winsys/radeon: move radeon_winsys.h to drivers/radeon | Marek Olšák | 2015-04-29 | 3 | -3/+3 |
* | i915g: Implement EGL_EXT_image_dma_buf_import | Stéphane Marchesin | 2015-04-01 | 1 | -1/+24 |
* | galahad: remove driver | Emil Velikov | 2015-03-21 | 1 | -3/+1 |
* | pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabled | Tom Stellard | 2015-02-27 | 1 | -1/+5 |
* | auxiliary/vl: bring back the VL code for the dri targets | Emil Velikov | 2015-02-12 | 1 | -0/+1 |
* | auxiliary/vl: rework the build of the VL code | Emil Velikov | 2014-11-26 | 1 | -2/+12 |
* | targets: bundle all files in the tarball | Emil Velikov | 2014-11-16 | 1 | -0/+2 |
* | ilo: add drm_configuration for the pipe-target | Nick Sarnie | 2014-11-04 | 1 | -1/+22 |
* | ilo: Build pipe-loader for ilo | Nick Sarnie | 2014-10-14 | 2 | -0/+40 |
* | mesa: Move register_allocate.c to util. | Eric Anholt | 2014-09-23 | 1 | -1/+0 |
* | freedreno: add DRM_CONF_SHARE_FD | Rob Clark | 2014-09-21 | 1 | -1/+24 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -1/+1 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -0/+1 |
* | targets/pipe-loader: add driver specific drm_configuration | Emil Velikov | 2014-06-19 | 5 | -5/+120 |
* | automake: correctly append the version-script | Emil Velikov | 2014-05-25 | 1 | -3/+5 |
* | Fix build for darwin | Jon TURNEY | 2014-05-23 | 1 | -0/+2 |
* | gallium/radeon: link in libradeon.la at target level | Emil Velikov | 2014-05-15 | 1 | -0/+2 |