summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* pipe-loader: check if winsys.name is non-null prior to strcmpEmil Velikov2015-11-301-4/+4
* targets: use the non-inline sw helpersEmil Velikov2015-11-301-1/+2
* target-hepers: add non inline sw helpersEmil Velikov2015-11-292-0/+83
* pipe-loader: fix off-by one errorEmil Velikov2015-11-291-1/+1
* pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov2015-11-291-2/+2
* vc4: Take precedence over ilo when in simulator mode.Eric Anholt2015-11-291-8/+12
* virgl: pipe_virgl_create_screen is not staticIgor Gnatenko2015-11-291-1/+1
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
* auxiliary/vl: Don't close the drm fd on failureEmil Velikov2015-11-211-1/+1
* target-helpers: remove inline_drm_helper.hEmil Velikov2015-11-211-371/+0
* {auxiliary,targets}/vl: use static/dynamic pipe-loaderEmil Velikov2015-11-213-24/+1
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-212-52/+0
* pipe-loader: add preliminary Android supportEmil Velikov2015-11-211-0/+49
* pipe-loader: add preliminary scons supportEmil Velikov2015-11-212-0/+36
* pipe-loader: don't mix code and variable declarationsEmil Velikov2015-11-211-1/+2
* target-helpers: add a non-inline drm_helper.hEmil Velikov2015-11-211-0/+275
* target-helpers: move the DRI specifics to the targetEmil Velikov2015-11-212-146/+0
* automake: remove no longer needed HAVE_LOADER_GALLIUM conditionalEmil Velikov2015-11-211-4/+0
* pipe-loader: wire up the 'static' sw pipe-loaderEmil Velikov2015-11-211-0/+47
* pipe-loader: wire up the 'static' drm pipe-loaderEmil Velikov2015-11-212-3/+161
* pipe-loader: add a dummy 'static' pipe-loaderEmil Velikov2015-11-211-3/+20
* gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov2015-11-211-4/+4
* pipe-loader: dlopen/dlsym the pipe-driver at probe timeEmil Velikov2015-11-211-27/+17
* pipe-loader: annotate the ops as const dataEmil Velikov2015-11-212-4/+4
* pipe-loader: teardown the winsys, if create_screen failsEmil Velikov2015-11-211-1/+6
* pipe-loader: rework the sw backendEmil Velikov2015-11-211-36/+91
* pipe-loader: directly use pipe_loader_sw_probe_null() at probe timeEmil Velikov2015-11-211-13/+4
* pipe-loader: add pipe_loader_sw_probe_init_common() helperEmil Velikov2015-11-211-20/+18
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-219-23/+13
* pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRMEmil Velikov2015-11-212-2/+2
* pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov2015-11-212-0/+34
* targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2015-11-211-27/+0
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-211-1/+0
* pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov2015-11-211-8/+0
* ttn: add TEX2 supportIlia Mirkin2015-11-201-3/+11
* gallium/hud: add support for batch queriesNicolai Hähnle2015-11-203-46/+261
* gallium/hud: remove unused field in query_infoNicolai Hähnle2015-11-201-1/+0
* gallivm: use sampler index 0 for texel fetchesRoland Scheidegger2015-11-201-1/+6
* auxiliary/vl/dri2: coding style fixesEmil Velikov2015-11-202-22/+34
* auxiliary/vl/dri2: hide internal functionsEmil Velikov2015-11-202-34/+20
* auxiliary/vl/drm: hide internal functionsEmil Velikov2015-11-202-5/+5
* auxiliary/vl/dri2: setup the dispatchEmil Velikov2015-11-202-8/+15
* auxiliary/vl/drm: use a label for the error pathEmil Velikov2015-11-201-6/+10
* auxiliary/vl/drm: setup the dispatchEmil Velikov2015-11-201-0/+6
* auxiliary/vl: add dispatch tableEmil Velikov2015-11-201-0/+17
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-202-4/+4
* os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul2015-11-191-18/+29
* hud: fix Windows build breakBrian Paul2015-11-191-0/+6
* gallium/hud: control visibility at startup and runtime.Jimmy Berry2015-11-191-0/+29
* llvmpipe: disable VSX in ppc due to LLVM PPC bugOded Gabbay2015-11-181-0/+9