aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: update Android build filesMartin Fuzzey2020-01-244-2/+7
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-2416-47/+1885
* freedreno: Document CP_COND_REG_EXEC moreConnor Abbott2020-01-241-8/+8
* freedreno: Fix OUT_REG() on address regs without a .bo supplied.Eric Anholt2020-01-231-0/+3
* lima: use imul for calculations with intrinsic srcVasily Khoruzhick2020-01-231-1/+1
* pan/decode: Rotate trace filesIcecream952020-01-231-0/+4
* panfrost: Drop mysterious zero=0xFFFF fieldAlyssa Rosenzweig2020-01-231-13/+0
* radeonsi: separate LLVM compilation from non-LLVM codeMarek Olšák2020-01-231-20/+38
* radeonsi: change prototypes of si_is_multi_part_shader & si_is_merged_shaderMarek Olšák2020-01-233-16/+16
* radeonsi: make si_compile_shader return boolMarek Olšák2020-01-233-21/+18
* radeonsi: make si_compile_llvm return boolMarek Olšák2020-01-234-32/+32
* radeonsi: move more LLVM functions into si_shader_llvm.cMarek Olšák2020-01-233-396/+398
* radeonsi: fold si_shader_context_set_ir into si_build_main_functionMarek Olšák2020-01-231-29/+16
* radeonsi: move si_nir_build_llvm into si_shader_llvm.cMarek Olšák2020-01-232-59/+60
* radeonsi: minor cleanup in si_shader_internal.hMarek Olšák2020-01-232-25/+13
* radeonsi: move si_shader_llvm_build.c content into si_shader_llvm.cMarek Olšák2020-01-235-183/+153
* radeonsi: move VS shader code into si_shader_llvm_vs.cMarek Olšák2020-01-2310-1159/+1188
* radeonsi: move non-LLVM code out of si_shader_llvm.cMarek Olšák2020-01-234-37/+31
* radeonsi: use ctx->ac. for types and integer constantsMarek Olšák2020-01-2311-488/+449
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-232-27/+3
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-01-232-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-01-232-24/+45
* winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer2020-01-233-11/+32
* winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer2020-01-233-0/+47
* winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2020-01-232-1/+28
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+10
* gallium/swr: add option for static linkKrzysztof Raszkowski2020-01-232-80/+152
* clover/meson: Define OpenCL header macrosPierre Moreau2020-01-235-15/+17
* clover: Use the dispatch table type from the OpenCL headersPierre Moreau2020-01-233-930/+4
* gallivm: fix find lsbDave Airlie2020-01-231-1/+2
* galllivm: fix gather offset castingDave Airlie2020-01-231-2/+4
* llvmpipe: fix some integer instruction lowering.Dave Airlie2020-01-231-2/+3
* gallivm: fix gather component handling.Dave Airlie2020-01-231-2/+3
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-231-1/+1
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-232-11/+7
* lima: implement invalidate_resource()Vasily Khoruzhick2020-01-233-18/+34
* iris: Enable INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+4
* gallium: Add a cap bit for integer multiplication between 32-bit and 16-bitIan Romanick2020-01-233-0/+3
* gallium: Add a cap bit for OpenCL-style extended integer functionsIan Romanick2020-01-233-0/+5
* gallium: dmabuf support for yuv formats that are not natively supportedJames Xiong2020-01-223-10/+26
* llvmpipe: drop LLVM < 3.4 supportEric Engestrom2020-01-221-4/+0
* haiku/hgl: Fix build via header reorderingAlexander von Gluck IV2020-01-221-2/+4
* panfrost: Fix crash in compute variant allocationAlyssa Rosenzweig2020-01-221-1/+2
* gallium: Fix a couple of multiple definition warnings.Timur Kristóf2020-01-221-4/+4
* r600: Move get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* radeon: Move si_get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* gallium: check all planes' pipe formats in case of multi-samplersDongwon Kim2020-01-211-5/+10
* iris: Drop some workarounds which are no longer necessaryKenneth Graunke2020-01-211-36/+1
* radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.Eric Anholt2020-01-211-1/+0
* r300: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-125/+0