summaryrefslogtreecommitdiff
path: root/src/gallium/targets
AgeCommit message (Expand)AuthorFilesLines
2019-07-22gallium: remove boolean from state tracker APIsIlia Mirkin1-7/+7
2019-07-01targets/opencl: Add clangASTMatchers library as dependencyMichel Dänzer1-0/+1
2019-06-28Revert "meson: Add support for using cmake for finding LLVM"Dylan Baker1-5/+1
2019-06-28Revert "meson: try to use cmake as a finder for clang"Dylan Baker1-27/+16
2019-06-27meson: try to use cmake as a finder for clangDylan Baker1-16/+27
2019-06-27meson: Add support for using cmake for finding LLVMDylan Baker1-1/+5
2019-06-27meson: set up a proper internal dependency for xmlconfigEric Engestrom2-4/+4
2019-06-03d3dadapter9: Revert to old throttling limit valueAxel Davy1-2/+4
2019-05-28meson: Link Gallium drivers with ld_args_build_idMike Lothian1-1/+1
2019-05-27radeonsi: clean up winsys creationMarek Olšák1-11/+2
2019-05-18meson: expose glapi through osmesaEric Engestrom1-2/+2
2019-05-09kmsro: add _dri.so to two of the kmsro drivers.Dave Airlie1-2/+2
2019-05-06mesa: android: freedreno: build libfreedreno_{drm,ir3} static libsAmit Pundir1-0/+4
2019-04-30st/nine: Throttle rendering similarly for thread_submitAxel Davy1-7/+0
2019-04-30st/nine: Control shader constant inlining with drircAxel Davy1-0/+6
2019-04-30st/nine: Add drirc option to use data_internal for dynamic texturesAxel Davy1-0/+6
2019-04-29delete autotools input filesEric Engestrom3-32/+0
2019-04-29delete autotools .gitignore filesEric Engestrom1-1/+0
2019-04-25meson: Force '.so' extension for DRI driversJon Turney4-0/+4
2019-04-23gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák7-53/+10
2019-04-23gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák8-76/+1
2019-04-23gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák8-56/+3
2019-04-15Delete autotoolsDylan Baker11-1197/+0
2019-04-11kmsro: Extend to include armada-drmLubomir Rintel2-0/+2
2019-04-11kmsro: Add platform support for exynos and sun4iRob Herring2-0/+4
2019-04-11gallium: add lima driverQiang Yu2-2/+6
2019-04-10Partially revert "gallium: fix autotools build of pipe_msm.la"Jan Vesely1-1/+2
2019-04-01meson: strip rpath from megadriversEric Engestrom4-0/+10
2019-03-29gallium: Fix autotools build with libxatracker.la.Vinson Lee1-4/+2
2019-03-29gallium: fix autotools build of pipe_msm.laTimur Kristóf1-4/+2
2019-03-25android: static link with libexpat with Android O+Kishore Kadiyala1-1/+9
2019-03-09Revert "d3dadapter9: Support software renderer on any DRI device"Axel Davy1-20/+8
2019-03-09d3dadapter9: Support software renderer on any DRI devicePatrick Rudolph1-8/+20
2019-02-27android: make libbacktrace optional on USE_LIBBACKTRACETapani Pälli1-1/+4
2019-02-25d3d: meson: do not prefix user provided d3d-drivers-pathSergii Romantsov1-1/+1
2019-02-24meson: ensure that xmlpool_options.h is generated for gallium targets that ne...David Shao5-5/+5
2019-02-21iris: fix build with gallium nineAndre Heider1-2/+2
2019-02-21iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.Kenneth Graunke2-3/+4
2019-02-20kmsro: Add the rest of the current set of tinydrm drivers.Eric Anholt2-5/+19
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2019-02-07kmsro: Move DRM entrypoints to shared blockAlyssa Rosenzweig1-10/+8
2019-02-05panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2-1/+14
2019-01-28Switch imx to kmsro and remove the imx winsysRob Herring2-3/+2
2019-01-28kmsro: Extend to include hx8357d.Eric Anholt2-0/+2
2019-01-28pl111: Rename the pl111 driver to "kmsro".Eric Anholt3-4/+4
2019-01-26freedreno: add renderonly scanoutJonathan Marek1-1/+1
2019-01-25meson/vdpau: add missing soversionEric Engestrom1-1/+2
2019-01-08autotools: Remove tegra vdpau driverDylan Baker1-2/+0
2018-12-13pipe-loader: meson: reference correct libraryEmil Velikov1-1/+1
2018-12-01d3dadapter9: use snprintf(..., "%s", ...) instead of strncpyAndre Heider2-13/+22