| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: prepare for driver-specific driconf options | Nicolai Hähnle | 2017-08-02 | 1 | -0/+2 |
* | gallium/util: libunwind support | Rob Clark | 2017-04-03 | 1 | -0/+1 |
* | gallium: correctly manage libsensors link flags | Emil Velikov | 2017-01-18 | 1 | -0/+1 |
* | gallium: add renderonly library | Christian Gmeiner | 2017-01-12 | 1 | -0/+5 |
* | gallium: keep the libdrm link alongside libkmsdri.la | Emil Velikov | 2015-11-21 | 1 | -1/+2 |
* | pipe-loader: add pipe_loader_sw_probe_kms() implementation | Emil Velikov | 2015-11-21 | 1 | -0/+5 |
* | pipe-loader: remove pipe_loader_sw_probe_xlib | Emil Velikov | 2015-07-13 | 1 | -7/+0 |
* | util: Move u_atomic.h to src/util. | Matt Turner | 2014-12-01 | 1 | -0/+2 |
* | gallium/auxiliary: implement sw_probe_wrapped (v2) | Christoph Bumiller | 2014-11-18 | 1 | -1/+2 |
* | gallium/radeon: cleanup header inclusion | Emil Velikov | 2014-08-28 | 1 | -0/+2 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -0/+2 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -0/+1 |
* | targets/dri-swrast: Convert to static/shared pipe-driver | Emil Velikov | 2014-07-10 | 1 | -43/+0 |
* | st/dri: merge dri/drm and dri/sw backends | Emil Velikov | 2014-07-10 | 1 | -1/+1 |
* | targets/dri-swrast: convert to gallium megadrivers :) | Emil Velikov | 2014-07-10 | 1 | -0/+2 |
* | targets/dri-nouveau: Convert to static/shared pipe-drivers | Emil Velikov | 2014-07-02 | 1 | -1/+1 |
* | targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/ | Emil Velikov | 2014-06-26 | 1 | -1/+1 |
* | targets/radeonsi/omx: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-26 | 1 | -21/+0 |
* | targets/omx-nouveau: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-26 | 1 | -1/+1 |
* | targets/r600/xvmc: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-22 | 1 | -20/+0 |
* | targets/xvmc-nouveau: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-22 | 1 | -1/+1 |
* | targets/radeonsi/vdpau: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-22 | 1 | -20/+0 |
* | targets/vdpau-nouveau: convert to static/shared pipe-drivers | Emil Velikov | 2014-06-22 | 1 | -1/+2 |
* | automake: introduce helper variable | Emil Velikov | 2014-06-19 | 1 | -0/+16 |
* | automake: correctly append the version-script | Emil Velikov | 2014-05-25 | 1 | -12/+15 |
* | Fix build for darwin | Jon TURNEY | 2014-05-23 | 1 | -0/+8 |
* | targets/vdpau: use version script to limit the exported symbols | Emil Velikov | 2014-05-02 | 1 | -1/+1 |
* | targets/omx: drop the version from the omx targets | Emil Velikov | 2014-05-02 | 1 | -0/+1 |
* | targets/omx: use version script to limit amount of exported symbols | Emil Velikov | 2014-05-02 | 1 | -1/+1 |
* | targets/dri: use a single version script to restict exported symbols | Emil Velikov | 2014-05-02 | 1 | -4/+2 |
* | targets/xvmc: limit the amount of exported symbols | Emil Velikov | 2014-05-02 | 1 | -1/+1 |
* | build: force .so extension for the gallium dri modules | Emil Velikov | 2014-04-09 | 1 | -0/+1 |
* | automake: don't enable -Wl,--no-undefined on OpenBSD | Jonathan Gray | 2014-04-05 | 1 | -3/+3 |
* | targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPS | Emil Velikov | 2014-04-05 | 1 | -0/+2 |
* | targets/omx: use GALLIUM_COMMON_LIB_DEPS | Emil Velikov | 2014-04-05 | 1 | -2/+2 |
* | targets/xvmc: use GALLIUM_COMMON_LIB_DEPS | Emil Velikov | 2014-04-05 | 1 | -1/+2 |
* | automake: introduce GALLIUM_COMMON_LIB_DEPS | Emil Velikov | 2014-04-05 | 1 | -8/+8 |
* | automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc | Emil Velikov | 2014-04-05 | 1 | -0/+9 |
* | automake: ask the linker to do garbage collection | Emil Velikov | 2014-03-31 | 1 | -0/+4 |
* | automake: add -Wl,--no-undefined to all libraries | Emil Velikov | 2014-03-31 | 1 | -3/+6 |
* | automake: consistently use -no-undefined | Emil Velikov | 2014-03-31 | 1 | -9/+8 |
* | gallium/targets: move LLVM_LIBS handling inside Automake.inc | Emil Velikov | 2014-03-31 | 1 | -0/+5 |
* | gallium/targets: fold LLVM_LDFLAGS inside Automake.inc | Emil Velikov | 2014-03-31 | 1 | -0/+9 |
* | targets/omx: use GALLIUM_OMX_LINKER_FLAGS | Emil Velikov | 2014-03-31 | 1 | -0/+6 |
* | targets/omx: introduce GALLIUM_OMX_LIB_DEPS | Emil Velikov | 2014-03-31 | 1 | -0/+6 |
* | targets/vdpau: Don't link unused libraries | Kusanagi Kouichi | 2014-02-17 | 1 | -1/+5 |
* | gallium makefiles: use a linker script for building dri drivers | Maarten Lankhorst | 2014-02-12 | 1 | -2/+4 |
* | targets/xvmc: export only necessary symbols | Emil Velikov | 2013-11-18 | 1 | -1/+1 |
* | targets/dri: move linker flags out of configure into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -0/+8 |
* | targets/dri: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -0/+13 |