egl/android: rework device probing
[mesa.git] / src / amd /
2018-09-19 Samuel Pitoisetradv: use a 64-bit unsigned integer when allocating...
2018-09-19 Samuel Pitoisetradv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BIT
2018-09-19 Samuel Pitoisetradv: do not support blitting surfaces with depth and...
2018-09-18 Bas NieuwenhuizenRevert "radv: fix descriptor pool allocation size"
2018-09-18 Samuel Pitoisetradv: implement VK_EXT_conservative_rasterization
2018-09-18 Samuel Pitoisetradv: do not re-create the sampler for every blits...
2018-09-18 Samuel Pitoisetradv: allow to force anisotropy via RADV_TEX_ANISO
2018-09-17 Bas Nieuwenhuizenradv: Use build ID if available for cache UUID.
2018-09-17 Samuel Pitoisetradv: enable shaderInt16 capability
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_bitfield_reverse()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_bit_count()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_find_lsb()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_umsb()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_isign()
2018-09-17 Samuel Pitoisetac: add 16-bit constant values for zero and one
2018-09-17 Samuel Pitoisetac: add ac_build_bifield_reverse() helper
2018-09-17 Samuel Pitoisetac: add ac_build_bit_count() helper
2018-09-17 Samuel Pitoisetradv: fix use of unreachable() in the meta blit path
2018-09-17 Samuel PitoisetRevert "radv: Optimize rebinding the same descriptor...
2018-09-17 Samuel Pitoisetradv: fix descriptor pool allocation size
2018-09-16 Bas Nieuwenhuizenradv: Only allow 16 user SGPRs for compute on GFX9+.
2018-09-16 Bas Nieuwenhuizenradv: Set the user SGPR MSB for Vega.
2018-09-16 Bas Nieuwenhuizenradv: Optimize rebinding the same descriptor set.
2018-09-15 Timothy Arceriac: fix get_image_coords() for radeonsi
2018-09-14 Samuel Pitoisetradv: emit the initial config only once in the preambles
2018-09-14 Samuel Pitoisetradv: fix setting global locations for indirect descriptors
2018-09-14 Samuel Pitoisetradv: fix flushing indirect descriptors
2018-09-14 Samuel Pitoisetradv: fix GPU hangs with 32-bit indirect descriptors
2018-09-14 Samuel Pitoisetradv: handle loc->indirect correctly for the first...
2018-09-14 Samuel Pitoisetradv: bump the maximum number of arguments to 64
2018-09-14 Samuel Pitoisetradv: tidy up ac_setup_rings() for the GSVS rings
2018-09-14 Samuel Pitoisetradv: fix setting the number of entries for GSVS on VI+
2018-09-14 Samuel Pitoisetradv: always compute the number of components from...
2018-09-14 Samuel Pitoisetradv: emit data contiguously in the GS->VS ring buffer
2018-09-14 Samuel Pitoisetradv: make use of the output usage mask in GS copy...
2018-09-14 Samuel Pitoisetradv: improve a comment in si_emit_set_predication_state()
2018-09-14 Samuel Pitoisetradv: fix VK_EXT_conditional_rendering visibility
2018-09-14 Samuel Pitoisetradv: make use of ac_unpack_param() instead of ac_build...
2018-09-13 Samuel Pitoisetradv: fix function names for VK_EXT_conditional_rendering
2018-09-11 Samuel Pitoisetradv: adjust ESGS ring buffer size computation on VI+
2018-09-10 Bas Nieuwenhuizenradv: Support v3 of VK_EXT_vertex_attribute_divisor.
2018-09-10 Marek Olšákradeonsi: adjust and simplify max_alloc_size determination
2018-09-10 Marek Olšákradeonsi: fix GPU hangs with bindless textures and...
2018-09-10 Marek Olšákac: remove deprecated use of LLVMInt1Type()
2018-09-10 Marek Olšákac: use iN_0/1 constants
2018-09-10 Marek Olšákac: add radeon_info::num_good_cu_per_sh
2018-09-10 Marek Olšákac: revert new LLVM 7.0 behavior for fdiv
2018-09-06 Jason Ekstrandnir: Drop the vs_inputs_dual_locations option
2018-09-03 Bas Nieuwenhuizenradv: Fix CMASK dimensions.
2018-09-03 Bas Nieuwenhuizenradv: Use a lower max offchip buffer count.
2018-09-03 Bas Nieuwenhuizenradv: Add VEGA20 support.
2018-09-03 Dave Airlieradv: don't expose linear depth surfaces on SI/CIK...
2018-08-31 Samuel Pitoisetradv: add missing support for protected memory properties
2018-08-31 Samuel Pitoisetradv: remove dead code in scan_shader_output_decl()
2018-08-31 Samuel Pitoisetradv: remove radv_shader_context::num_output_{clips...
2018-08-31 Samuel Pitoisetradv: adjust the cull dist mask in scan_shader_output_d...
2018-08-31 Samuel Pitoisetradv: get length of the clip/cull distances array from...
2018-08-31 Samuel Pitoisetradv: do not recompute the output usage mask for clipdi...
2018-08-31 Samuel Pitoisetradv: gather the output usage mask for clip/cull distan...
2018-08-31 Samuel Pitoisetradv: add set_output_usage_mask() helper
2018-08-31 Samuel Pitoisetradv: fix passing clip/cull distances from VS to PS
2018-08-31 Dave Airlieac/radeonsi: fix CIK copy max size
2018-08-30 Jason Ekstrandradv/meta: Set num_components on image_store intrinsics
2018-08-29 Bas Nieuwenhuizenradv: Add missing checks in radv_get_image_format_prope...
2018-08-29 Marek Olšákradeonsi: add SI_QUERY_TIME_ELAPSED_SDMA for measuring...
2018-08-29 Marek Olšákradeonsi: add flag L2_STREAM for minimal cache usage
2018-08-29 Jason Ekstrandnir: Use a bitfield for image access qualifiers
2018-08-28 Marek Olšákac/surface: fix CMASK fast clear for NPOT textures...
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-23 Samuel Pitoisetradv/gfx9: implement coherent shaders for VK_ACCESS_SHA...
2018-08-22 Mariusz Ceieramd/addrlib: Fix include path for c99_compat.h
2018-08-22 Grazvydas Ignotasradv: use different builtin shader cache for 32bit
2018-08-22 Grazvydas Ignotasradv: place pointer length into cache uuid
2018-08-22 Marek Olšákac: fix WAITCNT flags for GFX9
2018-08-22 Kai Wasserbächamd/addrlib: mark physicalSliceSize as MAYBE_UNUSED...
2018-08-22 Kai Wasserbächamd/addrlib: mark numPipes as MAYBE_UNUSED in Addr...
2018-08-22 Kai Wasserbächamd/addrlib: mark *pEqToCheck as MAYBE_UNUSED in Addr...
2018-08-22 Kai Wasserbächamd/addrlib: mark microBlockDim as MAYBE_UNUSED in...
2018-08-22 Kai Wasserbächamd/addrlib: mark returnCode as MAYBE_UNUSED in ElemGet...
2018-08-22 Samuel Pitoisetac/nir: fix getting GLSL type of array of samplers...
2018-08-22 Samuel Pitoisetradv: remove dead variables after splitting per member...
2018-08-22 Samuel Pitoisetradv: use ac_build_imad()
2018-08-22 Marek Olšákac,radeonsi: use ac_build_gather_values more
2018-08-22 Marek Olšákac,radeonsi: use ac_build_fmad
2018-08-22 Marek Olšákac: add imad & fmad helpers
2018-08-22 Marek Olšákac: add ac_build_s_barrier
2018-08-22 Marek Olšákac: completely remove +auto-waitcnt-before-barrier
2018-08-20 Samuel Pitoisetradv: do not use CP predication for DCC decompressions
2018-08-17 Samuel Pitoisetradv/winsys: fix creating the BO list for virtual buffers
2018-08-16 Samuel Pitoisetradv: initialize the DCC predicate correctly when it...
2018-08-16 Samuel Pitoisetradv: fix missing initialization of the conditional...
2018-08-16 Bas Nieuwenhuizenradv: Revert divisor = 0 case for vertex attribute...
2018-08-16 Bas Nieuwenhuizenradv: Possible on-demand compilation fix.
2018-08-15 Timothy Arceriradv: add Doom workaround
2018-08-15 Samuel Pitoisetradv: disable the auto-waitcnt-before-barrier LLVM...
2018-08-15 Samuel Pitoisetradv: fix memory leaks in radv_load_meta_pipeline()
2018-08-15 Samuel Pitoisetradv: drop wrong initialization of COMPUTE_RESOURCE_LIMITS
2018-08-15 Mauro Rossiradv/meta_decompress: fix pointer to integer conversion
2018-08-15 Marek Olšákac: add radeon_info::name
next