aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spirv: Split the vtn_emit_scoped_memory_barrier() logicBoris Brezillon2020-06-031-6/+31
* radv: enable zero VRAM for all VKD3D (DX12->VK) gamesSamuel Pitoiset2020-06-031-34/+43
* radv: enable zero VRAM for Doom EternalSamuel Pitoiset2020-06-031-0/+3
* gitlab-ci: bump piglit checkout commitTimothy Arceri2020-06-035-22/+619
* glsl/spirv: remove dead uniforms in spirv nir linkerTimothy Arceri2020-06-031-0/+8
* glsl: remove dead uniforms in the nir linkerTimothy Arceri2020-06-031-0/+8
* glsl: add can_remove_uniform() helper to the NIR linkerTimothy Arceri2020-06-031-0/+32
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-0323-51/+78
* nir: add glsl_get_ifc_packing() helperTimothy Arceri2020-06-032-0/+8
* pan/mdg: Don't double-replicate blend on T720Alyssa Rosenzweig2020-06-031-21/+1
* radv: Use common gfx10_format_table.hBas Nieuwenhuizen2020-06-035-300/+5
* radv: Include gfx10_format_table.h only from a single source file.Bas Nieuwenhuizen2020-06-032-12/+11
* radeonsi: Define gfx10_format in the common header.Bas Nieuwenhuizen2020-06-036-17/+55
* amd/common,radeonsi: Move gfx10_format_table to common.Bas Nieuwenhuizen2020-06-038-32/+32
* radeonsi: Explicitly map Z16_UNORM_S8_UINT to None for GFX10.Bas Nieuwenhuizen2020-06-031-0/+1
* Revert "CI: Disable Panfrost T720/T760"Daniel Stone2020-06-021-2/+2
* ci: bare-metal: make it possible to use a script for serialChristian Gmeiner2020-06-021-4/+12
* zink: Use store_dest_raw instead of storing an uintErik Faye-Lund2020-06-021-2/+1
* radv: Explicitly cast TIMESTAMP_NOT_READY value to uin32_t where needed.Oschowa2020-06-021-2/+2
* aco: Use correct reference type in for-range-loop.Oschowa2020-06-021-1/+1
* aco: Don't std::move temporary object.Oschowa2020-06-021-1/+1
* aco: Don't declare 'Block' as class, but define as struct.Oschowa2020-06-021-1/+1
* radv: Don't take absolute value of unsigned type.Oschowa2020-06-021-2/+2
* radv/aco: Always enable subgroup shuffle.Timur Kristóf2020-06-021-8/+3
* aco: Implement subgroup shuffle on GFX6-7.Timur Kristóf2020-06-022-2/+46
* aco/gfx10: Refactor of GFX10 wave64 bpermute.Timur Kristóf2020-06-027-92/+113
* radeonsi: add a hack to disable TRUNC_COORD for shadow samplersMarek Olšák2020-06-021-1/+2
* radeonsi: pass at most 3 images and/or shader buffers via user SGPRs for computeMarek Olšák2020-06-028-3/+130
* radeonsi: remove const_buffers_declared hacksMarek Olšák2020-06-021-3/+1
* radeonsi: remove unused leftover code for INDIRECT_BUFFER inside IBsMarek Olšák2020-06-022-16/+1
* nir: gather which images are MSAAMarek Olšák2020-06-024-10/+8
* nir: gather which images are buffersMarek Olšák2020-06-022-1/+14
* nir: don't count samplers and images in interface blocksMarek Olšák2020-06-022-4/+13
* ac/nir: support v2f16 derivativesMarek Olšák2020-06-021-0/+2
* ac/nir: set the second v_cvt_pkrtz argument to undef if it's unusedMarek Olšák2020-06-021-1/+1
* ac/nir: select v_cvt_pkrtz for all conversions from f32 to f16 for radeonsiMarek Olšák2020-06-021-7/+36
* ac/nir: handle nir_op_[fiu]2[fiu]mp opcodesMarek Olšák2020-06-021-0/+3
* ac/nir: support 16-bit data in image opcodesMarek Olšák2020-06-023-6/+18
* ac/nir: support 16-bit data in buffer_load_format opcodesMarek Olšák2020-06-025-7/+18
* ac/nir: remove type and num_channels args from ac_build_buffer_store_commonMarek Olšák2020-06-024-19/+7
* ac/nir: support vector types in the type suffix of overloaded intrinsicsMarek Olšák2020-06-022-13/+17
* ac/nir: use more types from ac_llvm_contextMarek Olšák2020-06-024-17/+15
* ac: rename has_double_rate_fp16 -> has_packed_math_16bitMarek Olšák2020-06-025-11/+11
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-0221-3/+54
* glsl: lower samplers with highp coordinates correctlyMarek Olšák2020-06-022-6/+50
* glsl: lower the precision of imageLoadMarek Olšák2020-06-023-6/+125
* glsl: lower mediump partial derivativesMarek Olšák2020-06-024-6/+37
* glsl: lower mediump integer types to int16 and uint16Marek Olšák2020-06-027-53/+837
* glsl: handle int16 and uint16 types and add instructions for mediumpMarek Olšák2020-06-0212-73/+445
* glsl: treat lowp as mediump when lowering builtinsMarek Olšák2020-06-021-2/+4