aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: fix OpQuantizeToF16 for NaN on GFX6-7Samuel Pitoiset2019-10-281-2/+2
* radv: enable fast depth/stencil clears with separate aspects on GFX8Samuel Pitoiset2019-10-281-7/+0
* radv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* radv: enable secure compile supportTimothy Arceri2019-10-262-3/+26
* radv: a support for a secure compile fork at device creationTimothy Arceri2019-10-261-1/+299
* radv: add radv_secure_compile()Timothy Arceri2019-10-261-0/+134
* radv: for secure compile exit early from radv_shader_variant_create()Timothy Arceri2019-10-261-1/+8
* radv: allow the secure process to read and write from disk cacheTimothy Arceri2019-10-261-5/+77
* radv: add radv_device_use_secure_compile() helperTimothy Arceri2019-10-261-0/+6
* radv: add some new members to radv device and instance for secure compileTimothy Arceri2019-10-261-0/+21
* radv: add radv_secure_compile_type enumTimothy Arceri2019-10-261-0/+11
* radv: add radv_create_shaders() to radv_shader.hTimothy Arceri2019-10-262-1/+10
* radv: add debug option to turn off in memory cacheTimothy Arceri2019-10-263-5/+22
* radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfoTimothy Arceri2019-10-261-9/+8
* aco: Refactor hazard mitigations, separate pass for GFX10.Timur Kristóf2019-10-251-70/+113
* aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.Timur Kristóf2019-10-251-10/+20
* aco/gfx10: Mitigate LdsBranchVmemWARHazard.Timur Kristóf2019-10-252-0/+66
* aco/gfx10: Mitigate SMEMtoVectorWriteHazard.Timur Kristóf2019-10-252-0/+70
* aco/gfx10: Mitigate VcmpxExecWARHazard.Timur Kristóf2019-10-252-0/+59
* aco/gfx10: Mitigate VcmpxPermlaneHazard.Timur Kristóf2019-10-252-0/+28
* aco/gfx10: Add notes about some GFX10 hazards.Timur Kristóf2019-10-252-2/+37
* radv: fix VK_KHR_shader_float_controls dependency on GFX6-7Samuel Pitoiset2019-10-251-3/+3
* radv: compute the number of records correctly for vertex buffersSamuel Pitoiset2019-10-241-5/+7
* aco: take LDS into account when calculating num_wavesRhys Perry2019-10-234-7/+42
* aco: increase accuracy of SGPR limitsRhys Perry2019-10-236-28/+95
* radv: round vgprs/sgprs before calculating max_wavesRhys Perry2019-10-231-4/+8
* radv: fix a performance regression with graphics depth/stencil clearsSamuel Pitoiset2019-10-232-25/+123
* radv: fix vkUpdateDescriptorSets with inline uniform blocksSamuel Pitoiset2019-10-231-0/+8
* radv/gfx10: fix 3D imagesSamuel Pitoiset2019-10-233-17/+17
* radv/gfx10: re-enable fast depth/stencil clears with separate aspectsSamuel Pitoiset2019-10-231-3/+2
* radv: do not emit rbplus if attachments are undefinedSamuel Pitoiset2019-10-231-0/+3
* radv: add an assertion in radv_gfx10_compute_bin_size()Samuel Pitoiset2019-10-231-0/+1
* radv: do not create meta pipelines with 16 samplesSamuel Pitoiset2019-10-232-5/+5
* Revert "aco: only emit waitcnt on loop continues if we there was some load or...Rhys Perry2019-10-221-1/+1
* aco: add missing bld.scc()Rhys Perry2019-10-221-1/+1
* aco: keep can_reorder/barrier when combining addition into SMEMRhys Perry2019-10-221-0/+2
* aco: add a few missing checks in value numberingRhys Perry2019-10-221-1/+4
* aco: use ds_read2_b64/ds_write2_b64Rhys Perry2019-10-221-7/+24
* aco: properly combine additions into ds_write2_b64/ds_read2_b64Rhys Perry2019-10-221-1/+2
* aco: fix sparse store_lds()Rhys Perry2019-10-221-8/+40
* aco: create load_lds/store_lds helpersRhys Perry2019-10-221-176/+195
* aco: fix 64-bit p_extract_vector on 32-bit p_create_vectorRhys Perry2019-10-221-1/+2
* aco: small stage correctionsRhys Perry2019-10-222-11/+13
* aco: refactor value numberingDaniel Schürmann2019-10-221-55/+53
* 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