summaryrefslogtreecommitdiff
path: root/src/gallium/targets/d3dadapter9
AgeCommit message (Expand)AuthorFilesLines
2018-12-01d3dadapter9: use snprintf(..., "%s", ...) instead of strncpyAndre Heider2-13/+22
2018-11-21st/nine: Remove thread_submit warningAxel Davy1-3/+0
2018-11-02meson: link gallium nine with pthreadsDylan Baker1-1/+1
2018-10-03pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov1-1/+1
2018-10-03st/nine: do not double-close the fd on teardownEmil Velikov1-1/+1
2018-08-17xmlconfig: add kernel_driver device attributeQiang Yu1-1/+1
2018-04-13gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2-14/+4
2018-03-29meson: use dep_libdrm version for pkg-configDylan Baker1-1/+1
2018-03-12meson: Add moduledir to d3d.pcDylan Baker1-0/+1
2018-02-15meson: add libswdri and libswkmsdri to d3dadaptor link_withDylan Baker1-10/+3
2018-02-07Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"Roland Scheidegger1-1/+7
2018-02-07gallium: build ddebug, noop, rbug, trace as part of auxiliaryMarek Olšák1-7/+1
2018-01-23meson: remove lib prefix from libd3dadapter9.soChristoph Haag1-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-1/+1
2018-01-11meson: move libsensors dependency to libgalliumDylan Baker1-1/+1
2017-12-04meson: build gallium nine state_trackerDylan Baker1-0/+81
2017-11-16autotools: change version TINY -> PATCHDylan Baker1-1/+1
2017-08-04pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle1-2/+2
2017-08-02gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle1-2/+2
2017-07-31gallium/targets: Fix d3dadapter9 build after xmlconfig move.Bas Nieuwenhuizen1-0/+1
2017-07-31xmlconfig: move into src/utilNicolai Hähnle2-3/+2
2017-07-31gallium/targets: link against NIR when building radeonsiNicolai Hähnle1-0/+1
2017-06-23gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák1-2/+2
2017-06-21egl: turn one more boolean `int` into a `bool`Eric Engestrom1-3/+3
2017-02-03ilo: EOL drop unmaintained gallium drv from buildsysEdward O'Callaghan1-2/+0
2017-01-27d3dadapter9: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2016-12-20st/nine: Implement gallium nine CSMTPatrick Rudolph1-0/+6
2016-12-20st/nine: Add new driconf options to control DISCARD behaviourAxel Davy1-0/+17
2016-12-05configure.ac: Move llvm_set_environment_variables higher.Tobias Droste1-1/+1
2016-08-31Introduce .editorconfigEric Engestrom1-0/+3
2016-05-18st/nine: Turn on thread_submit by default when on different deviceAxel Davy1-10/+12
2016-05-18d3dadapter9: Add ddebug, rbug and trace supportAxel Davy1-0/+9
2016-05-17Treewide: Remove Elements() macroJan Vesely1-1/+1
2016-02-04DRI_CONFIG: Add option to override vendor idPatrick Rudolph1-13/+48
2015-11-25targets/nine: remove freedreno targetEmil Velikov1-3/+0
2015-11-25targets/nine: remove vc4 targetEmil Velikov1-2/+0
2015-11-25targets: use the non-inline sw helpersEmil Velikov1-0/+1
2015-11-21targets/nine: remove unused static functionsEmil Velikov1-36/+0
2015-11-21targets/nine: add note about messy header inclusion orderEmil Velikov1-0/+1
2015-11-21targets/nine: add note about fd owndershipEmil Velikov1-0/+2
2015-11-21{st,targets}/nine: use static/dynamic pipe-loaderEmil Velikov2-30/+8
2015-11-21gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov1-1/+1
2015-11-21pipe-loader: rework the sw backendEmil Velikov1-2/+1
2015-11-21gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2-7/+2
2015-11-21targets/nine: remove the custom pipe-driver path managementEmil Velikov1-18/+2
2015-11-21targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2-3/+2
2015-11-21automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov1-2/+1
2015-10-16glsl: (mostly) remove libglsl_utilRob Clark1-1/+0
2015-08-21target/d3dadapter9: Return Windows like card namesPatrick Rudolph3-42/+359