summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* egl-static: Fix undefined reference to `loader_*'José Fonseca2014-05-281-0/+1
* automake: correctly append the version-scriptEmil Velikov2014-05-255-13/+23
* targets/libgl-xlib: hide all the exported symbol mayhemEmil Velikov2014-05-252-0/+12
* targets/osmesa: include mangled gl symbolsEmil Velikov2014-05-251-0/+1
* targets/xa: limit the amount of exported symbolsEmil Velikov2014-05-252-0/+43
* gallium/egl: st_profiles are build time decision, treat them as suchEmil Velikov2014-05-255-45/+0
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-234-12/+12
* Fix build for darwinJon TURNEY2014-05-234-0/+8
* targets/egl-static: add missing line break in ldflagsEmil Velikov2014-05-231-1/+1
* targets/osmesa: limit the amount of exported symbolsEmil Velikov2014-05-232-0/+19
* haiku: Add missing u_memory.h for FREE()Alexander von Gluck IV2014-05-212-0/+2
* egl-static: include libradeonwinsys.la only onceEmil Velikov2014-05-151-8/+5
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-159-0/+14
* automake: Honor GL_LIB for gallium libgl-xlibBrad King2014-05-141-7/+7
* targets/omx: add nouveau targetEmil Velikov2014-05-023-0/+65
* targets/omx: use GALLIUM_VIDEO_CFLAGSEmil Velikov2014-05-022-14/+2
* targets/pipe-loader: cleanup version-scriptEmil Velikov2014-05-023-5/+9
* targets/opencl: hide all the exported llvm/clang mayhem... hopefullyEmil Velikov2014-05-022-0/+7
* targets/egl-static: freshen up the version scriptEmil Velikov2014-05-023-5/+8
* targets/gbm: add version-script to limit exported symbolsEmil Velikov2014-05-022-0/+7
* targets/vdpau: use version script to limit the exported symbolsEmil Velikov2014-05-024-6/+8
* targets/omx: use version script to limit amount of exported symbolsEmil Velikov2014-05-023-4/+6
* targets/dri: use a single version script to restict exported symbolsEmil Velikov2014-05-026-12/+4
* targets/xvmc: limit the amount of exported symbolsEmil Velikov2014-05-021-0/+32
* targets/osmesa: hide osmesa_create_screenEmil Velikov2014-05-021-1/+3
* targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2014-05-022-4/+2
* automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov2014-04-253-3/+3
* libgl-gdi: silence unused variable warning when not using LLVMBrian Paul2014-04-211-0/+2
* egl-static: fix build after recent radeon winsys changesSimone Scanzoni2014-04-131-0/+4
* egl-static: Fix missing radeon_surface.h includes.José Fonseca2014-04-111-0/+16
* gallium/radeon: fix missing winsys include in pipe-loader.Knut Andre Tidemann2014-04-114-1/+4
* winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák2014-04-107-111/+18
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-057-7/+7
* targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPSEmil Velikov2014-04-059-18/+0
* targets/xvmc: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-052-2/+0
* r600/omx: drop -lstdc++ hackEmil Velikov2014-04-051-2/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-054-21/+5
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-317-0/+7
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-316-5/+21
* gallium/targets: add missing library dependenciesEmil Velikov2014-03-312-2/+10
* pipe-loader: reorder PIPE_LIBSEmil Velikov2014-03-311-2/+2
* pipe-loader: use PTHREAD_LIBS over -lpthreadEmil Velikov2014-03-311-1/+1
* automake: consistently use -no-undefinedEmil Velikov2014-03-311-0/+1
* targets/egl-static: move the common LDFLAGS into AM_LDFLAGSEmil Velikov2014-03-311-6/+13
* targets/omx: do not link against the trace driverEmil Velikov2014-03-312-2/+0
* gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov2014-03-3114-75/+14
* gallium/targets: move LLVM_LIBS handling inside Automake.incEmil Velikov2014-03-3116-49/+2
* gallium/targets: fold LLVM_LDFLAGS inside Automake.incEmil Velikov2014-03-3115-15/+0
* targets/omx: use GALLIUM_OMX_LINKER_FLAGSEmil Velikov2014-03-312-14/+6
* targets/omx: introduce GALLIUM_OMX_LIB_DEPSEmil Velikov2014-03-312-8/+2