summaryrefslogtreecommitdiff
path: root/src/gallium/targets/d3dadapter9/drm.c
AgeCommit message (Expand)AuthorFilesLines
3 dayspipe-loader: plumb a flag for implicit driver load through screen creationMike Blumenkrantz1-2/+2
2024-03-13nine: convert licenses block to SPDXDavid Heidelberg1-19/+2
2023-10-14pipe-loader: allow to load multiple zink devicesKarol Herbst1-1/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-5/+5
2023-05-08frontend/nine: Add debug driconf var force_features_emulationAxel Davy1-0/+2
2023-01-24loader,glx,egl,vl,d3d: loader_get_user_preferred_fd() function to return orig...Yogesh Mohan Marimuthu1-1/+1
2022-11-15tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo1-1/+1
2022-07-29d3dadapter: fix sw pipe loadingMike Blumenkrantz1-0/+1
2022-07-27nine: Only enable thread_submit by default on x86Icecream951-1/+8
2021-08-02driconfig: Add support for device specific configRob Clark1-1/+1
2021-04-14st/nine: Default tearfree_discard to trueAxel Davy1-1/+1
2021-04-14st/nine: Default thread_submit to trueAxel Davy1-1/+1
2021-04-14st/nine: Make it optional to use a sw rendererAxel Davy1-7/+10
2021-04-14st/nine: Allow to override the vram sizeAxel Davy1-0/+4
2021-03-07st/nine: Set default dynamic_texture_workaround to trueAxel Davy1-1/+1
2021-03-07st/nine: Add driconf option to limit texture memoryAxel Davy1-0/+2
2021-03-02st/nine: Simplify checks for driconf optionsAxel Davy1-36/+8
2020-10-02driconf: Stop quoting true/false in boolean option definitions.Eric Anholt1-5/+5
2020-10-02driconf: Make the driver's declarations be structs instead of XML.Eric Anholt1-4/+4
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-1/+1
2020-06-22util: rename xmlpool.h to driconf.hEric Engestrom1-1/+1
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-1/+1
2019-09-15driconfig: add a new engine name/version parameterLionel Landwerlin1-1/+2
2019-06-03d3dadapter9: Revert to old throttling limit valueAxel Davy1-2/+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-23gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák1-3/+1
2019-04-23gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák1-7/+3
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-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2018-12-01d3dadapter9: use snprintf(..., "%s", ...) instead of strncpyAndre Heider1-4/+4
2018-11-21st/nine: Remove thread_submit warningAxel Davy1-3/+0
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
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-31xmlconfig: move into src/utilNicolai Hähnle1-2/+2
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
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-05-18st/nine: Turn on thread_submit by default when on different deviceAxel Davy1-10/+12
2016-02-04DRI_CONFIG: Add option to override vendor idPatrick Rudolph1-13/+48
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