aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* ac/llvm: fix ac_to_integer_type() for 32-bit const addr space pointersSamuel Pitoiset2019-10-211-0/+1
* aco: run opt_algebraic in a loopRhys Perry2019-10-211-3/+8
* aco: use nir_lower_idiv_preciseRhys Perry2019-10-211-1/+1
* nir/lower_idiv: add new llvm-based pathRhys Perry2019-10-211-1/+1
* aco: ensure that uniform booleans are computed in WQM if their uses happen in...Daniel Schürmann2019-10-211-1/+2
* aco/gfx10: Update constant addresses in fix_branches_gfx10.Timur Kristóf2019-10-211-1/+12
* aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.Timur Kristóf2019-10-211-1/+7
* aco/gfx10: Wait for pending SMEM stores before loadsTimur Kristóf2019-10-212-1/+33
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-0/+1
* radv: do not dump descriptors twice in hang reportsSamuel Pitoiset2019-10-211-10/+15
* radv: dump trace files earlier if a GPU hang is detectedSamuel Pitoiset2019-10-211-1/+2
* radv: print which ring is dumped in hang reportsSamuel Pitoiset2019-10-211-0/+2
* radv: do not print useless descriptors info in hang reportsSamuel Pitoiset2019-10-211-74/+1
* radv: enable VK_KHR_shader_float_controls on GFX6-GFX7Samuel Pitoiset2019-10-212-4/+4
* radv: implement VK_KHR_shader_float_controlsSamuel Pitoiset2019-10-186-3/+50
* ac/llvm: force fneg/fabs to flush denorms to zero if requestedSamuel Pitoiset2019-10-181-0/+14
* ac/llvm: add AC_FLOAT_MODE_ROUND_TO_ZEROSamuel Pitoiset2019-10-184-0/+5
* ac/llvm: add ac_build_canonicalize() helperSamuel Pitoiset2019-10-183-6/+33
* radv: Fix single stage constant flush with merged shaders.Bas Nieuwenhuizen2019-10-181-5/+6
* aco: don't combine minmax3 if there is a neg or abs modifier in betweenDaniel Schürmann2019-10-171-29/+1
* radv: fix DCC fast clear code for intensity formats (correctly)Samuel Pitoiset2019-10-171-12/+9
* aco: emit_split_vector() s_memtime resultsRhys Perry2019-10-161-0/+1
* aco: don't CSE s_memtimeRhys Perry2019-10-161-1/+1
* aco: fix scheduling with s_memtime/s_memrealtimeRhys Perry2019-10-161-0/+8
* Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"Samuel Pitoiset2019-10-152-12/+6
* radv: rename VK_KHR_shader_float16_int8 structs/constantsSamuel Pitoiset2019-10-151-3/+3
* android: amd/common: export amd/llvm headersMauro Rossi2019-10-141-0/+1
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-143-9/+31
* radv: add exported symbols checkEric Engestrom2019-10-131-0/+13
* aco: don't use p_as_uniform for vgpr sampler/image indicesRhys Perry2019-10-111-1/+3
* aco: implement divergent vulkan_resource_indexRhys Perry2019-10-112-4/+14
* aco: readfirstlane vgpr pointers in convert_pointer_to_64_bit()Rhys Perry2019-10-111-0/+2
* aco: use can_accept_constant in valu_can_accept_literalRhys Perry2019-10-111-7/+8
* aco: don't apply sgprs/constants to read/write lane instructionsRhys Perry2019-10-111-1/+11
* aco: update print_irRhys Perry2019-10-101-0/+39
* aco: rework scratch resource codeRhys Perry2019-10-101-22/+28
* aco/gfx10: disable GFX9 1D texture workaroundsRhys Perry2019-10-101-5/+5
* aco/gfx10: fix inline uniform blocksRhys Perry2019-10-101-3/+9
* radv/aco: disable NGG when ACO is usedRhys Perry2019-10-101-0/+4
* ac/nir: add back nir_op_fmodMarek Olšák2019-10-101-0/+11
* radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-101-1/+1
* radv: Check the size of the imported buffer.Bas Nieuwenhuizen2019-10-104-4/+23
* radv: Expose image handle compat types for Android handles.Bas Nieuwenhuizen2019-10-103-4/+50
* radv: Allow Android image binding.Bas Nieuwenhuizen2019-10-103-3/+37
* radv/android: Add android hardware buffer import/export.Bas Nieuwenhuizen2019-10-103-7/+156
* radv: Deal with Android external formats.Bas Nieuwenhuizen2019-10-105-39/+76
* radv: Derive android usage from create flags.Bas Nieuwenhuizen2019-10-103-0/+43
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-101-8/+7
* radv/android: Add android hardware buffer queries.Bas Nieuwenhuizen2019-10-102-0/+182