aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/target-helpers
Commit message (Expand)AuthorAgeFilesLines
* zink: confused compilation macro usage for zink in target helpers.luc2020-02-171-1/+1
* gallium: Fix a couple of multiple definition warnings.Timur Kristóf2020-01-221-4/+4
* zink: add dri loaderDave Airlie2019-10-282-0/+26
* zink: introduce opengl over vulkanErik Faye-Lund2019-10-282-0/+18
* gallium/virgl: Add code path for virgl to read driconfGert Wollny2019-06-204-3/+10
* radeonsi: clean up winsys creationMarek Olšák2019-05-271-11/+2
* v3d: Use driconf to expose non-MSAA texture limits for Xorg.Eric Anholt2019-05-132-4/+10
* gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák2019-04-232-60/+11
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-11/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-7/+0
* iris: Add mechanism for iris-specific driconf optionsKenneth Graunke2019-04-222-1/+27
* gallium: add lima driverQiang Yu2019-04-112-0/+26
* iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2019-02-212-1/+24
* kmsro: Silence warning if missingAlyssa Rosenzweig2019-02-081-1/+0
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-052-0/+26
* Switch imx to kmsro and remove the imx winsysRob Herring2019-01-281-23/+0
* pl111: Rename the pl111 driver to "kmsro".Eric Anholt2019-01-282-7/+7
* freedreno: add renderonly scanoutJonathan Marek2019-01-261-1/+1
* gallium: Fix mismatched ifdef-guardsMichał Janiszewski2018-10-181-2/+2
* gallium/auxiliary: Extern "c" fixes.Alexander von Gluck IV2018-07-271-0/+8
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-161-1/+1
* v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt2018-05-162-7/+7
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-27/+5
* tegra: Initial supportThierry Reding2018-03-092-0/+26
* Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger2018-02-071-0/+26
* gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák2018-02-071-26/+0
* broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt2017-10-102-0/+26
* radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle2017-08-022-0/+27
* pipe-loader: move configuration_query into drm_helperNicolai Hähnle2017-08-022-0/+30
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-022-41/+42
* gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2017-06-231-4/+4
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-232-37/+37
* gallium: Add renderonly-based support for pl111+vc4.Eric Anholt2017-06-152-0/+26
* ilo: EOL unplumb unmaintained gallium drv from winsysEdward O'Callaghan2017-02-031-29/+0
* imx: gallium driver for imx-drm scanout driverChristian Gmeiner2017-01-122-0/+27
* etnaviv: gallium driver for Vivante GPUsThe etnaviv authors2017-01-122-0/+25
* gallium/target-helpers: remove inline_wrapper_sw_helper.hEmil Velikov2016-05-011-42/+0
* gallium/swr: allow swr use as a swrast dri driverTim Rowley2016-04-151-2/+13
* gallium/target-helpers: add OpenSWR driverTim Rowley2016-03-021-1/+11
* virgl: reuse screen when fd is already openRob Herring2016-02-021-6/+1
* target-hepers: add non inline sw helpersEmil Velikov2015-11-252-0/+83
* virgl: pipe_virgl_create_screen is not staticIgor Gnatenko2015-11-221-1/+1
* target-helpers: remove inline_drm_helper.hEmil Velikov2015-11-211-371/+0
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-212-52/+0
* target-helpers: add a non-inline drm_helper.hEmil Velikov2015-11-211-0/+275
* target-helpers: move the DRI specifics to the targetEmil Velikov2015-11-212-146/+0
* pipe-loader: wire up the 'static' drm pipe-loaderEmil Velikov2015-11-211-0/+37
* targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2015-11-211-27/+0
* virgl/vtest: add vtest driverDave Airlie2015-10-231-0/+12
* virgl: add driver for virtio-gpu 3D (v2)Dave Airlie2015-10-231-0/+42