summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nir: don't emit ishl in _nir_mul_imm() if backend doesn't support bitopsVasily Khoruzhick2020-01-231-1/+2
* pan/decode: Rotate trace filesIcecream952020-01-233-4/+26
* pan/decode: Dump to a fileIcecream952020-01-232-1/+35
* pan/decode: Support dumping to a fileIcecream952020-01-233-19/+24
* pan/bifrost: Support disassembling to a fileIcecream952020-01-235-402/+407
* pan/midgard: Support disassembling to a fileIcecream952020-01-234-279/+279
* pan/midgard: Fix a memory leak in the disassemblerIcecream952020-01-231-0/+2
* turnip: Fix execution of secondary cmd bufs with nothing in primary.Eric Anholt2020-01-231-6/+2
* panfrost: Drop mysterious zero=0xFFFF fieldAlyssa Rosenzweig2020-01-231-13/+0
* pan/midgard: Fix bundle dynarray leakIcecream952020-01-231-1/+2
* 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
* turnip: simplify tu_physical_device_get_format_propertiesJonathan Marek2020-01-231-24/+12
* vulkan/wsi: remove unused image_get_modifierJonathan Marek2020-01-232-18/+0
* turnip: set linear tiling for scanout imagesJonathan Marek2020-01-231-0/+5
* turnip: hook up GetImageDrmFormatModifierPropertiesEXTJonathan Marek2020-01-232-0/+24
* freedreno/drm: Don't miscalculate timeoutGuido Günther2020-01-231-3/+2
* turnip: Add support for fine derivatives.Eric Anholt2020-01-235-1/+25
* freedreno/ir3: Plumb the ir3_shader_variant into legalize.Eric Anholt2020-01-233-9/+7
* util/hash_table: update users to use new optimal integer hash functionsAnthony Pesch2020-01-236-83/+10
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-2320-34/+76
* util/hash_table: replace _mesa_hash_data's fnv1a hash function with xxhashAnthony Pesch2020-01-231-2/+4
* util: move fnv1a hash implementation into its own headerAnthony Pesch2020-01-235-30/+64
* util: import xxhashAnthony Pesch2020-01-233-1/+1439
* 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
* util: Add os_same_file_description helperMichel Dänzer2020-01-232-0/+31
* 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
* aco: implement nir_op_f2i64/nir_op_f2u64 on GFX6Samuel Pitoiset2020-01-231-4/+4
* aco: implement 64-bit nir_op_ffloor on GFX6Samuel Pitoiset2020-01-231-1/+32
* aco: implement 64-bit nir_op_fround_even on GFX6Samuel Pitoiset2020-01-231-1/+28
* aco: implement 64-bit nir_op_fceil on GFX6Samuel Pitoiset2020-01-231-1/+18
* aco: implement 64-bit nir_op_ftrunc on GFX6Samuel Pitoiset2020-01-231-1/+45
* aco: implement nir_intrinsic_global_atomic_* on GFX6Samuel Pitoiset2020-01-231-59/+133
* aco: implement nir_intrinsic_load_global on GFX6Samuel Pitoiset2020-01-231-31/+94
* aco: implement nir_intrinsic_store_global on GFX6Samuel Pitoiset2020-01-231-43/+98
* aco: fix wrong IR in nir_intrinsic_load_barycentric_at_sampleSamuel Pitoiset2020-01-231-1/+1
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-232-0/+21