summaryrefslogtreecommitdiff
path: root/src/gallium/targets/gbm
AgeCommit message (Expand)AuthorFilesLines
2014-05-02targets/gbm: add version-script to limit exported symbolsEmil Velikov2-0/+7
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov1-1/+1
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray1-1/+1
2014-04-05automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov1-4/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov1-1/+5
2014-03-31gallium/targets: add missing library dependenciesEmil Velikov1-1/+4
2014-03-31gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov1-9/+1
2014-02-24gallium/targets: resolve undefined reference to pipe_loader_sw_probe_driEmil Velikov1-0/+5
2014-02-24pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov1-0/+7
2014-02-24targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not availableEmil Velikov1-3/+4
2014-02-16pipe-loader: split out "client" versionRob Clark1-2/+2
2014-02-13pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()Tom Stellard1-1/+1
2014-02-11gbm: automake: add symbol testsEmil Velikov2-0/+15
2014-02-11targets/gbm: automake: do not export internal symbolsEmil Velikov1-0/+1
2014-02-11gbm: drop unneeded dependency of libudevEmil Velikov1-2/+0
2013-04-30build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-0/+1
2013-04-30build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-0/+1
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10targets/pipe-loader: Convert to automakeMatt Turner1-1/+1
2013-01-10targets/gbm: Convert to automakeMatt Turner3-41/+67
2012-11-16[PATCH] makefiles: use configured name for -ldrm* where possibleMaarten Lankhorst1-1/+1
2012-08-12gbm: Fix build without gallium_drm_loaderChí-Thanh Christopher Nguyễn1-0/+2
2012-05-12radeonsi: Fixups for recent build infrastructure changes.Michel Dänzer1-26/+0
2012-05-11gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez10-570/+47
2012-04-14targets/{egl-static,gbm}: further clean-up the nvfx remainsMartin Peres1-1/+1
2012-04-13radeonsi: initial WIP SI codeTom Stellard2-0/+39
2012-02-07gallium/gbm: r300 and r600 now depend on libdrmTobias Droste1-0/+2
2012-01-24targets/gbm: Fix install pathBenjamin Franzke1-3/+3
2011-11-29i965g: Delete this driver.Kai Wasserbäch2-42/+0
2011-10-17gallium/targets: use c++ compiler for linkingMarcin Slusarz1-10/+24
2011-10-14drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom7-7/+7
2011-09-30r600g: move all files from winsys/r600 into drivers/r600Marek Olšák1-2/+3
2011-09-14nv50/ir: import new shader backend codeChristoph Bumiller1-0/+1
2011-08-16r600g: first step into winsys/radeonMarek Olšák2-5/+12
2011-08-12gallium/gbm: Add dependencies for libraries linked into pipe_*.so.Michel Dänzer1-1/+1
2011-08-04gbm: link gbm_gallium_drm.so against math libraryBenjamin Franzke1-1/+1
2011-07-29targets/{egl,gbm}: omit unneeded libdrm_radeonChia-I Wu1-2/+0
2011-06-26targets/gbm: attemp to fix unresolved symbolsChia-I Wu1-9/+22
2011-06-24targets/gbm: build pipe driversChia-I Wu9-4/+309
2011-06-23gbm: Add gallium (drm) backendBenjamin Franzke4-0/+333