summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* st/omx_bellagio: Rename state tracker and optionGurkirpal Singh2017-09-153-4/+4
* Android: gallium_dri: pass dri.sym to linkerRob Herring2017-08-221-0/+7
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-1/+0
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-041-2/+2
* pipe-loader: Add driver build directory for si_driinfo.h include pathMichel Dänzer2017-08-041-0/+1
* pipe-loader: fix build of dynamic pipe-driversNicolai Hähnle2017-08-035-4/+7
* radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle2017-08-022-0/+10
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-028-9/+9
* gallium/targets: Fix d3dadapter9 build after xmlconfig move.Bas Nieuwenhuizen2017-07-311-0/+1
* xmlconfig: move into src/utilNicolai Hähnle2017-07-312-3/+2
* gallium/targets: link against NIR when building radeonsiNicolai Hähnle2017-07-315-0/+5
* Android: fix typo in symlink for driver loading and 32 bit buildsMauro Rossi2017-06-301-2/+2
* Android: use symlinks for driver loadingRob Herring2017-06-291-0/+10
* i915: use different CFLAGS/LIBS variables than i965/anvLionel Landwerlin2017-06-271-1/+1
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-233-4/+4
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-238-9/+9
* egl: turn one more boolean `int` into a `bool`Eric Engestrom2017-06-211-3/+3
* r600g,compute: provide local copy of functions from ac_binary.cJan Vesely2017-06-161-7/+2
* gallium: Add renderonly-based support for pl111+vc4.Eric Anholt2017-06-152-0/+4
* automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca2017-06-011-0/+1
* osmesa: link with libunwind if enabled (v2)Alexandre Demers2017-05-261-1/+2
* gallium/targets: link against XCB only as neededEmil Velikov2017-05-192-4/+12
* configure: check once for DRI3 dependenciesEmil Velikov2017-05-194-0/+4
* Android: correct libz dependencyChih-Wei Huang2017-05-171-1/+2
* Android: Drop linking libgccRob Herring2017-05-111-4/+0
* Android: rework libelf dependenciesRob Herring2017-05-111-3/+0
* Android: push driver build details to driver makefilesRob Herring2017-05-111-54/+6
* Android: drop static linking of R600 LLVM librariesMauro Rossi2017-05-111-6/+1
* targets/libgl-xlib: remove unneeded GLX_SHARED_GLAPI defineEmil Velikov2017-05-041-2/+0
* gallium/dri: remove unneeded HAVE_SHARED_GLAPI guardEmil Velikov2017-05-041-5/+1
* gallium/dri: always link against shared glapiEmil Velikov2017-05-041-3/+3
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-297-7/+7
* Android: fix r300g only buildRob Herring2017-04-251-3/+5
* swr: Fix swr osmesa buildGeorge Kyriazis2017-04-141-1/+1
* swr: add linux to scons buildGeorge Kyriazis2017-04-141-1/+1
* libgl-xlib: Link with libunwind.Vinson Lee2017-04-041-1/+2
* targets: export radeon winsys_create functions to silence LLVM warningMarek Olšák2017-04-043-0/+15
* Android: drop Android 4.4 (KitKat) supportRob Herring2017-03-221-8/+2
* Android: clean-up trailing '\' in make variablesRob Herring2017-03-221-2/+2
* gallium/targets: rework the empty targets removalEmil Velikov2017-03-083-6/+3
* build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner2017-03-071-1/+1
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* gallium/targets: don't leave an empty target directory(ies)Emil Velikov2017-03-043-3/+9
* gallium/r600: fix r600 build when OpenCL is enabledTimothy Arceri2017-02-281-0/+5
* gallium: Remove vc4 simulator hack from loader infrastructure.Eric Anholt2017-02-061-10/+0
* targets: Use a macro to reduce cut and paste in driver setup.Eric Anholt2017-02-061-111/+22