summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2016-10-04gallivm: Use AVX2 gather instrinsics.Jose Fonseca1-0/+95
2016-10-04gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger1-5/+6
2016-10-04gallivm: Basic AVX2 support.José Fonseca4-28/+98
2016-10-04st/omx/dec/h265: add scaling list dataLeo Liu1-5/+97
2016-10-04st/omx/dec/h265: fix the skip for before and after listLeo Liu1-3/+4
2016-10-04st/omx/dec/h265: set the default reference picture set for referenceLeo Liu1-2/+4
2016-10-04st/omx/dec/h265: decoder size should follow from spsLeo Liu2-7/+8
2016-10-04st/omx/dec/h265: increase dpb max size to 32Leo Liu1-1/+1
2016-10-04radeonsi: optionally run the LLVM IR verifier passNicolai Hähnle5-9/+38
2016-10-04gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsicsNicolai Hähnle1-2/+2
2016-10-04gallium/radeon: unify the creation of basic blocksNicolai Hähnle1-10/+24
2016-10-04gallium/radeon: merge branch and loop flow control stacksNicolai Hähnle2-82/+78
2016-10-04gallium/radeon: simplify if/else/endif blocksNicolai Hähnle2-25/+18
2016-10-04gallium/radeon: label basic blocks by the corresponding TGSI pcNicolai Hähnle1-0/+17
2016-10-04gallium/radeon: cleanup and fix branch emitsNicolai Hähnle1-37/+14
2016-10-04winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle4-2/+25
2016-10-04radeonsi: don't declare LDS in PS when ds_bpermute is usedMarek Olšák3-4/+7
2016-10-04radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interpMarek Olšák1-49/+7
2016-10-04radeonsi: simplify si_llvm_emit_ddxyMarek Olšák1-51/+29
2016-10-04radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VIMarek Olšák1-5/+9
2016-10-04radeonsi: use a helper function for BuildGEP(0, x)Marek Olšák1-47/+35
2016-10-04radeonsi: remove obsolete shader definitionsMarek Olšák1-12/+4
2016-10-04radeonsi: remove unnecessary #includesMarek Olšák11-23/+0
2016-10-04radeonsi: clean up lucky #include dependenciesMarek Olšák2-36/+35
2016-10-04radeonsi: don't re-create shader PM4 states after scratch buffer updateMarek Olšák3-15/+25
2016-10-04gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák6-9/+8
2016-10-04radeonsi: don't set sampler buffer offsets in create_sampler_viewMarek Olšák3-24/+22
2016-10-04radeonsi: optimize si_invalidate_buffer based on bind_historyMarek Olšák1-87/+100
2016-10-04radeonsi: track buffer bind historyMarek Olšák4-5/+23
2016-10-04radeonsi: drop support for NULL sampler viewsMarek Olšák2-12/+4
2016-10-04radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emissionMarek Olšák1-7/+10
2016-10-04radeonsi: move VGT_LS_HS_CONFIG to derived tess_stateMarek Olšák3-28/+14
2016-10-04radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFERMarek Olšák1-4/+3
2016-10-04radeonsi: parse SURFACE_SYNC correctly on CIK-VIMarek Olšák1-9/+16
2016-10-04gallium/radeon: inline r600_context_add_resource_sizeMarek Olšák2-21/+13
2016-10-04radeonsi: Fix primitive restart when index changesJames Legg1-7/+7
2016-10-04gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock5-5/+9
2016-10-04st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-10-04st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-2/+3
2016-10-04gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock1-1/+2
2016-10-03vl/dri3: fix warning about incompatible pointer typeNayan Deshmukh1-1/+1
2016-10-03swr: Removed stalling SwrWaitForIdle from queries.Bruce Cherniak4-119/+87
2016-10-03swr: [rasterizer core] refactor thread creationTim Rowley3-9/+29
2016-10-03swr: [rasterizer jitter] canonicalize blend compile stateTim Rowley2-0/+39
2016-10-03swr: [rasterizer core] archrast fixesTim Rowley4-7/+14
2016-10-03swr: [rasterizer jitter] fixes for icc in vs2015 compat modeTim Rowley12-1404/+1439
2016-10-03swr: [rasterizer core] generalize compute dispatch mechanismTim Rowley3-4/+15
2016-10-03swr: [rasterizer common] os.h portability header changesTim Rowley1-0/+6
2016-09-30gallium/hud: Add support for CPU frequency monitoringSteven Toth4-0/+286
2016-09-30Revert "gallium/hud: automatically print % if max_value == 100"Marek Olšák1-12/+6