summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: fix pointSizeRange limitsSamuel Pitoiset2019-03-121-1/+1
* radv: properly align the fence and EOP bug VA on GFX9Samuel Pitoiset2019-03-051-2/+5
* radv: Interpolate less aggressively.Bas Nieuwenhuizen2019-02-271-9/+12
* radv: fix clearing attachments in secondary command buffersSamuel Pitoiset2019-02-261-10/+46
* radv: don't copy buffer descriptors list for samplersSamuel Pitoiset2019-02-261-1/+5
* radv: fix out-of-bounds access when copying descriptors BO listSamuel Pitoiset2019-02-261-2/+0
* radv: Fix rebase issue in 19.0 for float16 fix.Bas Nieuwenhuizen2019-02-261-1/+2
* radv: Handle clip+cull distances more generally as compact arrays.Bas Nieuwenhuizen2019-02-254-99/+83
* radv: Allow interpolation on non-float types.Bas Nieuwenhuizen2019-02-251-10/+9
* radv: Fix float16 interpolation set up.Bas Nieuwenhuizen2019-02-256-15/+92
* radv: Sync ETC2 whitelisted devices.Bas Nieuwenhuizen2019-02-203-5/+11
* radv: ensure export arguments are always floatRhys Perry2019-02-191-5/+1
* radv: bitcast 16-bit outputs to integersRhys Perry2019-02-191-2/+2
* radv: fix writing the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-191-7/+8
* radv: write the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-191-0/+8
* radv: always export gl_SampleMask when the fragment shader uses itSamuel Pitoiset2019-02-141-4/+4
* radv/winsys: fix BO list creation when RADV_DEBUG=allbos is setSamuel Pitoiset2019-02-141-0/+1
* radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8Samuel Pitoiset2019-02-123-3/+10
* radv: fix compiler issues with GCC 9Samuel Pitoiset2019-02-121-42/+48
* amd/common: Use correct writemask for shared memory stores.Bas Nieuwenhuizen2019-02-121-1/+1
* radv: Only look at pImmutableSamples if the descriptor has a sampler.Bas Nieuwenhuizen2019-02-121-2/+6
* Revert "nir/opt_peephole_select: Don't peephole_select expensive math instruc...Dylan Baker2019-02-121-1/+1
* amd/common: handle nir_deref_cast for shared memory from integers.Bas Nieuwenhuizen2019-02-071-68/+82
* amd/common: Handle nir_deref_type_ptr_as_array for shared memory.Bas Nieuwenhuizen2019-02-071-0/+4
* amd/common: Add gep helper for pointer increment.Bas Nieuwenhuizen2019-02-072-0/+13
* amd/common: Fix stores to derefs with unknown variable.Bas Nieuwenhuizen2019-02-071-8/+13
* radv: Fix the shader info pass for not having the variable.Bas Nieuwenhuizen2019-02-071-2/+2
* radv/winsys: fix hash when adding internal buffersSamuel Pitoiset2019-01-311-1/+1
* ac: use the correct LLVM processor name on Raven2Marek Olšák2019-01-291-1/+1
* radv: Enable VK_EXT_memory_priority.Bas Nieuwenhuizen2019-01-293-5/+20
* radv/winsys: Add priority handling during submit.Bas Nieuwenhuizen2019-01-293-49/+115
* radv/winsys: Set winsys bo priority on creation.Bas Nieuwenhuizen2019-01-2912-29/+82
* radv: re-enable fast depth clears for 16-bit surfaces on VISamuel Pitoiset2019-01-291-8/+0
* radv: set noalias/dereferenceable LLVM attributes based on param typesSamuel Pitoiset2019-01-281-13/+7
* radv: simplify allocating user SGPRS for descriptor setsSamuel Pitoiset2019-01-281-68/+34
* radv: remove radv_userdata_info::indirect fieldSamuel Pitoiset2019-01-283-12/+6
* radv/ac: fix some fp16 handlingTimothy Arceri2019-01-282-2/+2
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-271-1/+0
* radv: add device->instance extension dependenciesNiklas Haas2019-01-271-0/+27
* radv: correctly use vulkan 1.0 by defaultNiklas Haas2019-01-271-1/+1
* ac/nir_to_llvm: fix clamp shadow reference for more hardwareTimothy Arceri2019-01-261-1/+1
* radv: fix computing number of user SGPRs for streamout buffersSamuel Pitoiset2019-01-251-0/+3
* radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()Samuel Pitoiset2019-01-232-16/+4
* radv: compute the GFX9 fence VA at allocation timeSamuel Pitoiset2019-01-233-9/+8
* radv: only allocate the GFX9 fence and EOP BOs for the gfx queueSamuel Pitoiset2019-01-231-1/+2
* radv: remove old_fence parameter from si_cs_emit_write_event_eop()Samuel Pitoiset2019-01-234-9/+7
* radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset2019-01-233-1/+7
* ac/nir_to_llvm: fix interpolateAt* for structsTimothy Arceri2019-01-231-12/+13
* ac/nir_to_llvm: add bindless support for uniform handlesTimothy Arceri2019-01-231-0/+28
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-224-12/+12