aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader
Commit message (Expand)AuthorAgeFilesLines
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-211-0/+5
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-051-0/+5
* Switch imx to kmsro and remove the imx winsysRob Herring2019-01-281-5/+0
* pipe-loader: Fallback to kmsro driver when no matching driver name foundRob Herring2019-01-281-5/+8
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-281-1/+1
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-052-2/+2
* android: Build kms_swrast for the Android platformRob Herring2018-10-221-0/+1
* pipe-loader: add a dup() in pipe_loader_sw_probe_kmsEmil Velikov2018-10-032-2/+12
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-032-3/+23
* meson: Don't compile pipe loader with dri support when not using driDylan Baker2018-09-211-5/+5
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-0/+1
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-301-0/+1
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-211-1/+0
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+1
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+1
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+1
* v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt2018-05-161-4/+4
* pipe-loader: Free driver_name in error pathJan Vesely2018-05-081-0/+1
* tegra: Initial supportThierry Reding2018-03-091-1/+6
* gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom2018-03-081-0/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker2018-01-181-2/+2
* meson: build cloverDylan Baker2018-01-081-1/+2
* st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner2018-01-031-0/+1
* mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli2017-11-301-0/+1
* meson: build gallium winsys for dri, null, and wrapperDylan Baker2017-10-161-3/+9
* meson: Build gallium pipe-loaderDylan Baker2017-10-161-0/+63
* broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt2017-10-101-0/+5
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-021-1/+0
* pipe-loader: use MAYBE_UNUSED to silence warningBrian Paul2017-08-241-1/+2
* Fix build when HAVE_LIBDRM isn't definedJon Turney2017-08-181-0/+4
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-2/+4
* pipe-loader: fix swrast probingNicolai Hähnle2017-08-041-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-042-8/+6
* android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2017-08-031-1/+1
* pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle2017-08-021-0/+2
* Fix gallium SCons buildNicolai Hähnle2017-08-021-0/+1
* radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle2017-08-021-1/+1
* pipe-loader: move configuration_query into drm_helperNicolai Hähnle2017-08-021-37/+13
* st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-023-0/+52
* pipe-loader: extract a standalone get_driver_descriptor helper functionNicolai Hähnle2017-08-021-19/+30
* pipe-loader: pass only the driver_name to pipe_loader_find_moduleNicolai Hähnle2017-08-022-5/+5
* gallium: add driconf options to pipe_screen_configNicolai Hähnle2017-08-021-0/+3
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-025-4/+56
* gallium: move driinfo XML to pipe_loaderNicolai Hähnle2017-08-025-1/+45
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-025-7/+12
* pipe_loader_sw: fix compilation warningBrian Paul2017-06-271-1/+2
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-234-6/+7
* gallium: Add renderonly-based support for pl111+vc4.Eric Anholt2017-06-151-0/+5
* Android: Fix swrast only buildRob Herring2017-05-111-4/+3