aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/d3dadapter9/drm.c
Commit message (Expand)AuthorAgeFilesLines
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-151-1/+2
* d3dadapter9: Revert to old throttling limit valueAxel Davy2019-06-031-2/+4
* st/nine: Throttle rendering similarly for thread_submitAxel Davy2019-04-301-7/+0
* st/nine: Control shader constant inlining with drircAxel Davy2019-04-301-0/+6
* st/nine: Add drirc option to use data_internal for dynamic texturesAxel Davy2019-04-301-0/+6
* gallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUFMarek Olšák2019-04-231-3/+1
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-7/+3
* Revert "d3dadapter9: Support software renderer on any DRI device"Axel Davy2019-03-091-20/+8
* d3dadapter9: Support software renderer on any DRI devicePatrick Rudolph2019-03-091-8/+20
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* d3dadapter9: use snprintf(..., "%s", ...) instead of strncpyAndre Heider2018-12-011-4/+4
* st/nine: Remove thread_submit warningAxel Davy2018-11-211-3/+0
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-031-1/+1
* st/nine: do not double-close the fd on teardownEmil Velikov2018-10-031-1/+1
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-041-2/+2
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-2/+2
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-2/+2
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-231-2/+2
* egl: turn one more boolean `int` into a `bool`Eric Engestrom2017-06-211-3/+3
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-0/+6
* st/nine: Add new driconf options to control DISCARD behaviourAxel Davy2016-12-201-0/+17
* st/nine: Turn on thread_submit by default when on different deviceAxel Davy2016-05-181-10/+12
* DRI_CONFIG: Add option to override vendor idPatrick Rudolph2016-02-041-13/+48
* targets: use the non-inline sw helpersEmil Velikov2015-11-251-0/+1
* targets/nine: remove unused static functionsEmil Velikov2015-11-211-36/+0
* targets/nine: add note about messy header inclusion orderEmil Velikov2015-11-211-0/+1
* targets/nine: add note about fd owndershipEmil Velikov2015-11-211-0/+2
* {st,targets}/nine: use static/dynamic pipe-loaderEmil Velikov2015-11-211-21/+3
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-211-2/+2
* targets/nine: remove the custom pipe-driver path managementEmil Velikov2015-11-211-18/+2
* targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2015-11-211-2/+2
* target/d3dadapter9: Return Windows like card namesPatrick Rudolph2015-08-211-42/+34
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov2015-07-131-1/+1
* gallium/targets/d3dadapter9: drop the libdrm prefix for drm.hEmil Velikov2015-04-221-1/+1
* targets/d3dadapter9: remove an unused variableMarek Olšák2015-02-211-1/+1
* gallium/targets/d3dadapter9: Free card deviceAxel Davy2015-02-061-8/+10
* gallium/targets/d3dadapter9: Release the pipe_screen at destruction.Axel Davy2015-02-061-6/+12
* gallium/targets/d3dadapter9: Fix device detection for render-nodesAxel Davy2015-02-061-45/+14
* nine: Implement threadpoolAxel Davy2014-11-181-1/+15
* nine: Add drirc options (v2)Axel Davy2014-11-181-0/+35
* nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt2014-11-181-0/+327