summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-11-21util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov1-1/+1
2015-11-21targets/nine: remove unused static functionsEmil Velikov1-36/+0
2015-11-21targets/nine: add note about messy header inclusion orderEmil Velikov1-0/+1
2015-11-21targets/nine: add note about fd owndershipEmil Velikov1-0/+2
2015-11-21auxiliary/vl: Don't close the drm fd on failureEmil Velikov1-1/+1
2015-11-21st/dri: NULL check the pscreen earlierEmil Velikov3-16/+14
2015-11-21st/dri: Don't close the drm fd on failureEmil Velikov1-2/+2
2015-11-21target-helpers: remove inline_drm_helper.hEmil Velikov2-377/+0
2015-11-21{st,targets}/nine: use static/dynamic pipe-loaderEmil Velikov2-30/+8
2015-11-21{st,targets}/xa: use static/dynamic pipe-loaderEmil Velikov4-22/+8
2015-11-21{auxiliary,targets}/vl: use static/dynamic pipe-loaderEmil Velikov11-36/+25
2015-11-21{st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov13-94/+19
2015-11-21pipe-loader: add preliminary Android supportEmil Velikov2-0/+50
2015-11-21pipe-loader: add preliminary scons supportEmil Velikov3-0/+37
2015-11-21pipe-loader: don't mix code and variable declarationsEmil Velikov1-1/+2
2015-11-21target-helpers: add a non-inline drm_helper.hEmil Velikov1-0/+275
2015-11-21target-helpers: move the DRI specifics to the targetEmil Velikov7-149/+166
2015-11-21automake: remove no longer needed HAVE_LOADER_GALLIUM conditionalEmil Velikov2-5/+3
2015-11-21pipe-loader: wire up the 'static' sw pipe-loaderEmil Velikov1-0/+47
2015-11-21pipe-loader: wire up the 'static' drm pipe-loaderEmil Velikov2-3/+161
2015-11-21pipe-loader: add a dummy 'static' pipe-loaderEmil Velikov1-3/+20
2015-11-21gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov10-13/+13
2015-11-21pipe-loader: dlopen/dlsym the pipe-driver at probe timeEmil Velikov1-27/+17
2015-11-21pipe-loader: annotate the ops as const dataEmil Velikov2-4/+4
2015-11-21pipe-loader: teardown the winsys, if create_screen failsEmil Velikov1-1/+6
2015-11-21pipe-loader: rework the sw backendEmil Velikov14-54/+158
2015-11-21gallium: keep the libdrm link alongside libkmsdri.laEmil Velikov1-1/+2
2015-11-21pipe-loader: directly use pipe_loader_sw_probe_null() at probe timeEmil Velikov1-13/+4
2015-11-21pipe-loader: add pipe_loader_sw_probe_init_common() helperEmil Velikov1-20/+18
2015-11-21gallium/tests: remove unneeded include pathsEmil Velikov1-4/+0
2015-11-21gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov21-44/+23
2015-11-21targets/nine: remove the custom pipe-driver path managementEmil Velikov1-18/+2
2015-11-21pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRMEmil Velikov2-2/+2
2015-11-21pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov3-0/+39
2015-11-21configure: use HAVE_DRISW_KMS when handling kms swrastEmil Velikov2-2/+2
2015-11-21targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov3-30/+2
2015-11-21automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov6-8/+2
2015-11-21pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov1-8/+0
2015-11-21gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov1-3/+0
2015-11-20freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_revIlia Mirkin2-4/+8
2015-11-20freedreno/a4xx: use hardware RGTC texture samplersIlia Mirkin6-24/+19
2015-11-20freedreno/a4xx: hook up RGB565 formatIlia Mirkin2-1/+2
2015-11-20freedreno/a4xx: logic op handlingIlia Mirkin6-29/+35
2015-11-20freedreno/a4xx: add 16-bit unorm/snorm format texturing/renderingIlia Mirkin2-25/+47
2015-11-20freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin1-7/+0
2015-11-20ttn: add TEX2 supportIlia Mirkin1-3/+11
2015-11-20freedreno: always set all border colorsIlia Mirkin1-30/+8
2015-11-20freedreno/a4xx: fix dst_alpha blend for RGBX render targetsIlia Mirkin3-5/+32
2015-11-20radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2-15/+18
2015-11-20radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle1-8/+18