summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-20svga: add num-bytes-uploaded HUD queryBrian Paul5-6/+30
2015-11-20svga: add some sanity check assertions in svga_buffer_transfer_map()Brian Paul1-0/+5
2015-11-20nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset6-2/+63
2015-11-20radeon/vce: disable two pipe mode for stoneyLeo Liu1-1/+2
2015-11-20radeon/vce: add new firmware interface supportLeo Liu4-5/+262
2015-11-20radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2-9/+6
2015-11-20gallium/hud: add support for batch queriesNicolai Hähnle3-46/+261
2015-11-20gallium: add the concept of batch queriesNicolai Hähnle4-6/+42
2015-11-20st/mesa: map semantic driver query types to underlying typeNicolai Hähnle1-0/+2
2015-11-20gallium/hud: remove unused field in query_infoNicolai Hähnle1-1/+0
2015-11-20gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2-11/+0
2015-11-20gallivm: use sampler index 0 for texel fetchesRoland Scheidegger1-1/+6
2015-11-20freedreno/a4xx: add BPTC supportIlia Mirkin2-0/+8
2015-11-20auxiliary/vl/dri2: coding style fixesEmil Velikov2-22/+34
2015-11-20auxiliary/vl/dri2: hide internal functionsEmil Velikov2-34/+20
2015-11-20auxiliary/vl/drm: hide internal functionsEmil Velikov2-5/+5
2015-11-20st/vdpau: use the vl_screen dispatchEmil Velikov2-11/+11
2015-11-20st/xvmc: use the vl_screen dispatchEmil Velikov2-12/+11
2015-11-20st/va: use the vl_screen dispatchEmil Velikov3-16/+9
2015-11-20st/omx: use the vl_screen dispatchEmil Velikov1-6/+5
2015-11-20auxiliary/vl/dri2: setup the dispatchEmil Velikov2-8/+15
2015-11-20auxiliary/vl/drm: use a label for the error pathEmil Velikov1-6/+10
2015-11-20auxiliary/vl/drm: setup the dispatchEmil Velikov1-0/+6
2015-11-20auxiliary/vl: add dispatch tableEmil Velikov1-0/+17
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov6-8/+8
2015-11-20st/va: trivial cleanupEmil Velikov1-9/+2
2015-11-20st/omx: straighten get/put_screenEmil Velikov1-16/+16
2015-11-19nir: Add nir_texop_samples_identical opcodeIan Romanick1-0/+3
2015-11-19freedreno/a4xx: fix 5_5_5_1 texture sampler formatIlia Mirkin1-1/+1
2015-11-19freedreno/a4xx: add depth clamp and halfz clipIlia Mirkin3-4/+9
2015-11-19freedreno/a4xx: allow seamless cubemap filtering to be enabled per-textureIlia Mirkin3-1/+3