summaryrefslogtreecommitdiff
path: root/src/gallium/targets/pipe-loader
AgeCommit message (Expand)AuthorFilesLines
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand1-1/+1
2014-08-04util: Gather some common macrosJason Ekstrand1-0/+1
2014-06-19targets/pipe-loader: add driver specific drm_configurationEmil Velikov5-5/+120
2014-05-25automake: correctly append the version-scriptEmil Velikov1-3/+5
2014-05-23Fix build for darwinJon TURNEY1-0/+2
2014-05-15gallium/radeon: link in libradeon.la at target levelEmil Velikov1-0/+2
2014-05-02targets/pipe-loader: cleanup version-scriptEmil Velikov3-5/+9
2014-05-02targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2-4/+2
2014-04-11gallium/radeon: fix missing winsys include in pipe-loader.Knut Andre Tidemann3-1/+3
2014-04-10winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák3-36/+6
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-0/+1
2014-03-31pipe-loader: reorder PIPE_LIBSEmil Velikov1-2/+2
2014-03-31pipe-loader: use PTHREAD_LIBS over -lpthreadEmil Velikov1-1/+1
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-02-22targets/pipe-loader: link pipe-nouveau against libdrmEmil Velikov1-0/+1
2014-02-16pipe-loader: add pipe loader for freedreno/msmRob Clark2-0/+38
2014-01-14radeonsi: Apply si_* file naming scheme.Andreas Hartmetz1-1/+1
2013-12-04pipe-loader: Fix llvmpipe.la pathMichel Dänzer1-1/+1
2013-12-03pipe-loader: build llvmpipe on top of softpipeEmil Velikov1-10/+7
2013-11-18gallium: Pass version scripts to linker using --version-script=Tom Stellard2-2/+2
2013-11-11pipe-loader: Only export necessary symbols v3Tom Stellard2-0/+5
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-3/+0
2013-04-15build: Get rid of GALLIUM_MAKE_DIRSMatt Turner1-5/+1
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10targets/pipe-loader: Convert to automakeMatt Turner3-179/+175
2013-01-10r300g: Link ralloc.c and register_allocate.c into separate libraryMatt Turner1-0/+1
2012-12-04automake/gallium: attempt to fix -lrtDave Airlie1-1/+1
2012-11-16[PATCH] makefiles: use configured name for -ldrm* where possibleMaarten Lankhorst1-6/+6
2012-05-12radeonsi: Fixups for recent build infrastructure changes.Michel Dänzer2-0/+39
2012-05-11gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.Alexey Shvetsov1-2/+2
2012-05-11gallium: Add "pipe-loader" target.Francisco Jerez7-0/+315