summaryrefslogtreecommitdiff
path: root/src/gallium/targets/d3dadapter9/drm.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-21{st,targets}/nine: use static/dynamic pipe-loaderEmil Velikov1-21/+3
2015-11-21gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov1-2/+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 Velikov1-2/+2
2015-08-21target/d3dadapter9: Return Windows like card namesPatrick Rudolph1-42/+34
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-4/+4
2015-07-13pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov1-1/+1
2015-04-22gallium/targets/d3dadapter9: drop the libdrm prefix for drm.hEmil Velikov1-1/+1
2015-02-21targets/d3dadapter9: remove an unused variableMarek Olšák1-1/+1
2015-02-06gallium/targets/d3dadapter9: Free card deviceAxel Davy1-8/+10
2015-02-06gallium/targets/d3dadapter9: Release the pipe_screen at destruction.Axel Davy1-6/+12
2015-02-06gallium/targets/d3dadapter9: Fix device detection for render-nodesAxel Davy1-45/+14
2014-11-18nine: Implement threadpoolAxel Davy1-1/+15
2014-11-18nine: Add drirc options (v2)Axel Davy1-0/+35
2014-11-18nine: Add state tracker nine for Direct3D9 (v3)Joakim Sindholt1-0/+327