summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
Commit message (Expand)AuthorAgeFilesLines
* gallium: annotate sw_driver_descriptor instance as const dataEmil Velikov2016-10-141-1/+1
* gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov2016-10-148-8/+8
* gallium/swr: allow swr use as a swrast dri driverTim Rowley2016-04-151-5/+14
* nir: move to compiler/Emil Velikov2016-01-261-1/+1
* pipe-loader: rework the sw backendEmil Velikov2015-11-213-2/+39
* glsl: (mostly) remove libglsl_utilRob Clark2015-10-161-1/+0
* winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák2015-08-142-2/+10
* pipe-loader: add libnir and libglsl_util to the linkEmil Velikov2015-06-121-0/+2
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-293-3/+3
* i915g: Implement EGL_EXT_image_dma_buf_importStéphane Marchesin2015-04-011-1/+24
* galahad: remove driverEmil Velikov2015-03-211-3/+1
* pipe-loader: Fix build with dri drivers enabled, and vl state trackers disabledTom Stellard2015-02-271-1/+5
* auxiliary/vl: bring back the VL code for the dri targetsEmil Velikov2015-02-121-0/+1
* auxiliary/vl: rework the build of the VL codeEmil Velikov2014-11-261-2/+12
* targets: bundle all files in the tarballEmil Velikov2014-11-161-0/+2
* ilo: add drm_configuration for the pipe-targetNick Sarnie2014-11-041-1/+22
* ilo: Build pipe-loader for iloNick Sarnie2014-10-142-0/+40
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-231-1/+0
* freedreno: add DRM_CONF_SHARE_FDRob Clark2014-09-211-1/+24
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-1/+1
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+1
* targets/pipe-loader: add driver specific drm_configurationEmil Velikov2014-06-195-5/+120
* automake: correctly append the version-scriptEmil Velikov2014-05-251-3/+5
* Fix build for darwinJon TURNEY2014-05-231-0/+2
* gallium/radeon: link in libradeon.la at target levelEmil Velikov2014-05-151-0/+2
* targets/pipe-loader: cleanup version-scriptEmil Velikov2014-05-023-5/+9
* targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2014-05-022-4/+2
* gallium/radeon: fix missing winsys include in pipe-loader.Knut Andre Tidemann2014-04-113-1/+3
* winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák2014-04-103-36/+6
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-051-1/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-4/+1
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-311-0/+1
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-311-0/+1
* pipe-loader: reorder PIPE_LIBSEmil Velikov2014-03-311-2/+2
* pipe-loader: use PTHREAD_LIBS over -lpthreadEmil Velikov2014-03-311-1/+1
* targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBSEmil Velikov2014-03-311-23/+11
* targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVMEmil Velikov2014-03-311-5/+4
* targets/pipe-loader: compact duplicating LDFLAGSEmil Velikov2014-03-311-18/+17
* pipe-loader/swrast: add soft/llvmpipe definesJoakim Sindholt2014-03-311-0/+5
* targets/pipe-loader: link pipe-nouveau against libdrmEmil Velikov2014-02-221-0/+1
* pipe-loader: add pipe loader for freedreno/msmRob Clark2014-02-162-0/+38
* radeonsi: Apply si_* file naming scheme.Andreas Hartmetz2014-01-141-1/+1
* pipe-loader: Fix llvmpipe.la pathMichel Dänzer2013-12-041-1/+1
* pipe-loader: build llvmpipe on top of softpipeEmil Velikov2013-12-031-10/+7
* gallium: Pass version scripts to linker using --version-script=Tom Stellard2013-11-182-2/+2
* pipe-loader: Only export necessary symbols v3Tom Stellard2013-11-112-0/+5
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-3/+0
* build: Get rid of GALLIUM_MAKE_DIRSMatt Turner2013-04-151-5/+1
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* targets/pipe-loader: Convert to automakeMatt Turner2013-01-103-179/+175