aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)Marek Olšák2016-10-051-48/+57
* ddebug: dump most driver information with GALLIUM_DDEBUG=alwaysMarek Olšák2016-10-051-1/+5
* nv50/ra: let simplify return an error and handle thatKarol Herbst2016-10-051-5/+7
* virgl: Fix build regression of commit 8a943564Nicolai Hähnle2016-10-051-1/+1
* gallium/radeon: implement set_device_reset_callbackNicolai Hähnle2016-10-054-0/+40
* ddebug: add pass-through of set_device_reset_callbackNicolai Hähnle2016-10-051-0/+10
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-053-0/+42
* virgl: use the new parent/child pools for transfersNicolai Hähnle2016-10-056-8/+14
* vc4: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+11
* freedreno: use the new parent/child pools for transfersNicolai Hähnle2016-10-055-6/+12
* r300: use the new parent/child pools for transfers (v2)Nicolai Hähnle2016-10-055-7/+11
* gallium/radeon: use the new parent/child pools for transfersNicolai Hähnle2016-10-053-6/+11
* gallivm: Use AVX2 gather instrinsics.Jose Fonseca2016-10-041-0/+95
* gallivm: Use 8 wide AoS sampling on AVX2.Roland Scheidegger2016-10-041-5/+6
* gallivm: Basic AVX2 support.José Fonseca2016-10-044-28/+98
* st/omx/dec/h265: add scaling list dataLeo Liu2016-10-041-5/+97
* st/omx/dec/h265: fix the skip for before and after listLeo Liu2016-10-041-3/+4
* st/omx/dec/h265: set the default reference picture set for referenceLeo Liu2016-10-041-2/+4
* st/omx/dec/h265: decoder size should follow from spsLeo Liu2016-10-042-7/+8
* st/omx/dec/h265: increase dpb max size to 32Leo Liu2016-10-041-1/+1
* radeonsi: optionally run the LLVM IR verifier passNicolai Hähnle2016-10-045-9/+38
* gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsicsNicolai Hähnle2016-10-041-2/+2
* gallium/radeon: unify the creation of basic blocksNicolai Hähnle2016-10-041-10/+24
* gallium/radeon: merge branch and loop flow control stacksNicolai Hähnle2016-10-042-82/+78
* gallium/radeon: simplify if/else/endif blocksNicolai Hähnle2016-10-042-25/+18
* gallium/radeon: label basic blocks by the corresponding TGSI pcNicolai Hähnle2016-10-041-0/+17
* gallium/radeon: cleanup and fix branch emitsNicolai Hähnle2016-10-041-37/+14
* winsys/radeon: add buffer_get_reloc_offsetNicolai Hähnle2016-10-044-2/+25
* radeonsi: don't declare LDS in PS when ds_bpermute is usedMarek Olšák2016-10-043-4/+7
* radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interpMarek Olšák2016-10-041-49/+7
* radeonsi: simplify si_llvm_emit_ddxyMarek Olšák2016-10-041-51/+29
* radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VIMarek Olšák2016-10-041-5/+9
* radeonsi: use a helper function for BuildGEP(0, x)Marek Olšák2016-10-041-47/+35
* radeonsi: remove obsolete shader definitionsMarek Olšák2016-10-041-12/+4
* radeonsi: remove unnecessary #includesMarek Olšák2016-10-0411-23/+0
* radeonsi: clean up lucky #include dependenciesMarek Olšák2016-10-042-36/+35
* radeonsi: don't re-create shader PM4 states after scratch buffer updateMarek Olšák2016-10-043-15/+25
* gallium/radeon: move r600_common_context::texture_buffers to r600gMarek Olšák2016-10-046-9/+8
* radeonsi: don't set sampler buffer offsets in create_sampler_viewMarek Olšák2016-10-043-24/+22
* radeonsi: optimize si_invalidate_buffer based on bind_historyMarek Olšák2016-10-041-87/+100
* radeonsi: track buffer bind historyMarek Olšák2016-10-044-5/+23
* radeonsi: drop support for NULL sampler viewsMarek Olšák2016-10-042-12/+4
* radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emissionMarek Olšák2016-10-041-7/+10
* radeonsi: move VGT_LS_HS_CONFIG to derived tess_stateMarek Olšák2016-10-043-28/+14
* radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFERMarek Olšák2016-10-041-4/+3
* radeonsi: parse SURFACE_SYNC correctly on CIK-VIMarek Olšák2016-10-041-9/+16
* gallium/radeon: inline r600_context_add_resource_sizeMarek Olšák2016-10-042-21/+13
* radeonsi: Fix primitive restart when index changesJames Legg2016-10-041-7/+7
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-045-5/+9
* st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2