aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pipe-loader: add preliminary Android supportEmil Velikov2015-11-212-0/+50
* pipe-loader: add preliminary scons supportEmil Velikov2015-11-213-0/+37
* 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-217-149/+166
* automake: remove no longer needed HAVE_LOADER_GALLIUM conditionalEmil Velikov2015-11-213-35/+11
* 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-2110-13/+13
* 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-2114-54/+158
* gallium: keep the libdrm link alongside libkmsdri.laEmil Velikov2015-11-211-1/+2
* 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/tests: remove unneeded include pathsEmil Velikov2015-11-211-4/+0
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-2121-44/+23
* targets/nine: remove the custom pipe-driver path managementEmil Velikov2015-11-211-18/+2
* pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRMEmil Velikov2015-11-213-11/+2
* pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov2015-11-214-0/+43
* configure: use HAVE_DRISW_KMS when handling kms swrastEmil Velikov2015-11-213-2/+7
* targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov2015-11-213-30/+2
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-216-8/+2
* pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov2015-11-211-8/+0
* gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov2015-11-211-3/+0
* configure: remove obsolete _CLIENT commentEmil Velikov2015-11-211-5/+0
* docs: add news item and link release notes for 11.0.6Emil Velikov2015-11-212-0/+7
* docs: add sha256 checksums for 11.0.6Emil Velikov2015-11-211-1/+2
* docs: add release notes for 11.0.6Emil Velikov2015-11-211-0/+144
* freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_revIlia Mirkin2015-11-203-5/+9
* i965: Test that nonrepresentable floats cannot be converted to VF.Matt Turner2015-11-201-0/+15
* i965: Use ldexpf() in VF float test set up.Matt Turner2015-11-201-8/+3
* i965/vec4: Initialize nir_inputs with src_reg().Matt Turner2015-11-201-1/+1
* i965/fs: Add support for gl_HelperInvocation system value.Matt Turner2015-11-201-0/+52
* i965: Add brw_imm_uv().Matt Turner2015-11-201-0/+9
* i965: Don't bother setting regioning on immediates.Matt Turner2015-11-201-6/+0
* nir: Add support for gl_HelperInvocation system value.Matt Turner2015-11-202-0/+5
* freedreno/a4xx: use hardware RGTC texture samplersIlia Mirkin2015-11-206-24/+19
* freedreno/a4xx: hook up RGB565 formatIlia Mirkin2015-11-202-1/+2
* freedreno/a4xx: logic op handlingIlia Mirkin2015-11-206-29/+35
* freedreno/a4xx: add 16-bit unorm/snorm format texturing/renderingIlia Mirkin2015-11-202-25/+47
* freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin2015-11-201-7/+0
* ttn: add TEX2 supportIlia Mirkin2015-11-201-3/+11
* freedreno: always set all border colorsIlia Mirkin2015-11-201-30/+8
* freedreno/a4xx: fix dst_alpha blend for RGBX render targetsIlia Mirkin2015-11-203-5/+32
* radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2015-11-202-15/+18
* radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle2015-11-201-8/+18
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-206-7/+7