summaryrefslogtreecommitdiff
path: root/src/gallium/targets
AgeCommit message (Expand)AuthorFilesLines
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov3-3/+3
2014-04-21libgl-gdi: silence unused variable warning when not using LLVMBrian Paul1-0/+2
2014-04-13egl-static: fix build after recent radeon winsys changesSimone Scanzoni1-0/+4
2014-04-11egl-static: Fix missing radeon_surface.h includes.José Fonseca1-0/+16
2014-04-11gallium/radeon: fix missing winsys include in pipe-loader.Knut Andre Tidemann4-1/+4
2014-04-10winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák7-111/+18
2014-04-05automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray7-7/+7
2014-04-05targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPSEmil Velikov9-18/+0
2014-04-05targets/xvmc: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2-2/+0
2014-04-05r600/omx: drop -lstdc++ hackEmil Velikov1-2/+1
2014-04-05automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov4-21/+5
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov7-0/+7
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov6-5/+21
2014-03-31gallium/targets: add missing library dependenciesEmil Velikov2-2/+10
2014-03-31pipe-loader: reorder PIPE_LIBSEmil Velikov1-2/+2
2014-03-31pipe-loader: use PTHREAD_LIBS over -lpthreadEmil Velikov1-1/+1
2014-03-31automake: consistently use -no-undefinedEmil Velikov1-0/+1
2014-03-31targets/egl-static: move the common LDFLAGS into AM_LDFLAGSEmil Velikov1-6/+13
2014-03-31targets/omx: do not link against the trace driverEmil Velikov2-2/+0
2014-03-31gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov14-75/+14
2014-03-31gallium/targets: move LLVM_LIBS handling inside Automake.incEmil Velikov16-49/+2
2014-03-31gallium/targets: fold LLVM_LDFLAGS inside Automake.incEmil Velikov15-15/+0
2014-03-31targets/omx: use GALLIUM_OMX_LINKER_FLAGSEmil Velikov2-14/+6
2014-03-31targets/omx: introduce GALLIUM_OMX_LIB_DEPSEmil Velikov2-8/+2
2014-03-31targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBSEmil Velikov1-23/+11
2014-03-31targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVMEmil Velikov1-5/+4
2014-03-31targets/pipe-loader: compact duplicating LDFLAGSEmil Velikov1-18/+17
2014-03-31pipe-loader/swrast: add soft/llvmpipe definesJoakim Sindholt1-0/+5
2014-03-31targets/xa: drop libudev references from automake buildEmil Velikov1-2/+0
2014-03-24haiku: Fix build through scons corrections and viewport fixesAlexander von Gluck IV1-3/+9
2014-03-16targets/dri-ilo: make the driver installableChia-I Wu1-4/+3
2014-03-11automake: allow only shared buildsEmil Velikov1-4/+0
2014-03-11automake: do not use symbols names for static glapi.laEmil Velikov1-4/+4
2014-03-11gallium/targets: use install-gallium-targets.mkEmil Velikov4-37/+4
2014-03-11gallium/targets: drop link generation for non DRI targetsEmil Velikov4-24/+0
2014-03-11targets/vdpau: use install-gallium-links.mkEmil Velikov3-15/+3
2014-03-11targets/dri: use install-gallium-links.mkEmil Velikov9-47/+9
2014-03-10fix vdpau interop when using -Bsymbolic-functions in ldflagsMaarten Lankhorst9-7/+25
2014-02-25libgl-xlib: add -Isrc/gallium/winsys flagBrian Paul1-0/+1
2014-02-24targets/opencl: resolve undefined symbols at link timeEmil Velikov1-0/+1
2014-02-24gallium/targets: resolve undefined reference to pipe_loader_sw_probe_driEmil Velikov3-0/+15
2014-02-24pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov3-0/+21
2014-02-24targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not availableEmil Velikov1-3/+4
2014-02-21libgl-xlib: Fix xlib_sw_winsys.h include path.Vinson Lee1-1/+1
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov2-1/+3
2014-02-22targets/pipe-loader: link pipe-nouveau against libdrmEmil Velikov1-0/+1
2014-02-17targets/vdpau: Don't link unused librariesKusanagi Kouichi3-3/+0
2014-02-17targets/vdpau: Always use c++ to linkKusanagi Kouichi1-5/+1
2014-02-16pipe-loader: add pipe loader for freedreno/msmRob Clark2-0/+38
2014-02-16st/xa: use pipe-loader to get screenRob Clark4-50/+30