summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipe-loader
AgeCommit message (Expand)AuthorFilesLines
2019-05-13v3d: Use driconf to expose non-MSAA texture limits for Xorg.Eric Anholt1-0/+3
2019-04-23gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák5-60/+16
2019-04-22iris: Add mechanism for iris-specific driconf optionsKenneth Graunke1-1/+1
2019-04-15Delete autotoolsDylan Baker1-51/+0
2019-04-10gallium/aux: Report error if loading of a pipe driver fails.Jan Vesely1-1/+4
2019-04-11gallium: add lima driverQiang Yu1-0/+5
2019-02-21iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke1-0/+5
2019-02-05panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig1-0/+5
2019-01-28Switch imx to kmsro and remove the imx winsysRob Herring1-5/+0
2019-01-28pipe-loader: Fallback to kmsro driver when no matching driver name foundRob Herring1-5/+8
2019-01-28pl111: Rename the pl111 driver to "kmsro".Eric Anholt1-1/+1
2018-12-05gallium: Constify drisw_loader_funcs structMichal Srb2-2/+2
2018-10-22android: Build kms_swrast for the Android platformRob Herring1-0/+1
2018-10-03pipe-loader: add a dup() in pipe_loader_sw_probe_kmsEmil Velikov2-2/+12
2018-10-03pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2-3/+23
2018-09-21meson: Don't compile pipe loader with dri support when not using driDylan Baker1-5/+5
2018-09-18mesa/st: add force_compat_profile option to driconfigTimothy Arceri1-0/+1
2018-08-30st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri1-0/+1
2018-08-21mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri1-1/+0
2018-08-17xmlconfig: add kernel_driver device attributeQiang Yu1-1/+1
2018-06-19mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri1-0/+1
2018-06-19mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri1-0/+1
2018-05-16v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt1-4/+4
2018-05-08pipe-loader: Free driver_name in error pathJan Vesely1-0/+1
2018-03-09tegra: Initial supportThierry Reding1-1/+6
2018-03-08gallium/st_dri: Honor the glx_disable_sgi_video_sync config optionThomas Hellstrom1-0/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-18meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker1-2/+2
2018-01-08meson: build cloverDylan Baker1-1/+2
2018-01-03st/dri: Add option to control exposure of 10 bpc color configs.Mario Kleiner1-0/+1
2017-11-30mesa: add AllowGLSLCrossStageInterpolationMismatch workaroundTapani Pälli1-0/+1
2017-10-16meson: build gallium winsys for dri, null, and wrapperDylan Baker1-3/+9
2017-10-16meson: Build gallium pipe-loaderDylan Baker1-0/+63
2017-10-10broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt1-0/+5
2017-10-02mesa: Remove force_s3tc_enable driconf variableMatt Turner1-1/+0
2017-08-24pipe-loader: use MAYBE_UNUSED to silence warningBrian Paul1-1/+2
2017-08-18Fix build when HAVE_LIBDRM isn't definedJon Turney1-0/+4
2017-08-04loader: rework xmlconfig dependencyEmil Velikov1-2/+4
2017-08-04pipe-loader: fix swrast probingNicolai Hähnle1-1/+1
2017-08-04pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2-8/+6
2017-08-03android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi1-1/+1
2017-08-02pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle1-0/+2
2017-08-02Fix gallium SCons buildNicolai Hähnle1-0/+1
2017-08-02radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle1-1/+1
2017-08-02pipe-loader: move configuration_query into drm_helperNicolai Hähnle1-37/+13
2017-08-02st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle3-0/+52
2017-08-02pipe-loader: extract a standalone get_driver_descriptor helper functionNicolai Hähnle1-19/+30
2017-08-02pipe-loader: pass only the driver_name to pipe_loader_find_moduleNicolai Hähnle2-5/+5
2017-08-02gallium: add driconf options to pipe_screen_configNicolai Hähnle1-0/+3
2017-08-02gallium: move loading of drirc to pipe-loaderNicolai Hähnle5-4/+56