aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: enable nir_opt_sinkRhys Perry2019-10-091-1/+1
* amd: don't use AMD_FAMILY definitions from amdgpu_drm.hMarek Olšák2019-10-091-8/+8
* aco: move s_andn2_b64 instructions out of the p_discard_ifRhys Perry2019-10-095-61/+54
* aco: don't reorder instructions in order to lower boolean phisDaniel Schürmann2019-10-091-26/+8
* aco: re-use existing phi instruction when lowering boolean phisDaniel Schürmann2019-10-091-3/+18
* aco: Cleanup insert_before_logical_endMichael Schellenberger Costa2019-10-091-15/+11
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-091-1/+1
* radv: implement VK_KHR_shader_clockSamuel Pitoiset2019-10-093-0/+9
* amd/llvm: Fix warning due to asserted-only variable.Bas Nieuwenhuizen2019-10-081-1/+1
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-0817-36/+74
* aco: fix load_constant with multiple arraysRhys Perry2019-10-041-3/+3
* radv/aco,aco: set lower_fmodRhys Perry2019-10-043-31/+1
* ac/nir: remove unused code for nir_op_{fmod,frem}Samuel Pitoiset2019-10-031-14/+0
* radv: enable lower_fmod for the LLVM pathSamuel Pitoiset2019-10-031-0/+1
* radv: Fix warning in 32-bit build.Bas Nieuwenhuizen2019-10-031-2/+3
* radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen2019-10-031-1/+2
* radv/gfx10: fix the ESGS ring size symbolSamuel Pitoiset2019-10-021-19/+1
* radv: fix buildSamuel Pitoiset2019-10-021-1/+1
* Revert "radv: disable viewport clamping even if FS doesn't write Z"Samuel Pitoiset2019-10-021-1/+3
* radv: rework the slow depthstencil clear to write depth from PSSamuel Pitoiset2019-10-021-6/+12
* radv/gfx10: fix NGG streamout with triangle strips for VSSamuel Pitoiset2019-10-024-1/+13
* radv/gfx10: fix storing/loading NGG stream outputs for GSSamuel Pitoiset2019-10-021-12/+77
* radv/gfx10: use the component mask when storing/loading NGG stream outputsSamuel Pitoiset2019-10-021-0/+6
* radv/gfx10: fix storing/loading NGG stream outputs for VS and TESSamuel Pitoiset2019-10-021-8/+10
* radv/gfx10: add missing counter buffer to the BO listSamuel Pitoiset2019-10-021-0/+2
* radv/gfx10: add radv_device::use_nggSamuel Pitoiset2019-10-023-3/+8
* ac/nir: fix GLSL imageSamples()Marek Olšák2019-09-301-24/+4
* ac: add ac_build_image_get_sample_count from radeonsiMarek Olšák2019-09-302-0/+21
* ac/surface: don't allocate FMASK if there is no graphicsMarek Olšák2019-09-301-2/+3
* ac: reorder and print all radeon_info fieldsMarek Olšák2019-09-302-19/+53
* ac: set the number of SDPs same as the number of TCCsMarek Olšák2019-09-301-13/+3
* ac: fix num_good_cu_per_sh for harvested chipsMarek Olšák2019-09-301-0/+6
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-09-302-0/+5
* ac: fix incorrect vram_size reported by the kernelMarek Olšák2019-09-301-2/+10
* aco: call nir_opt_algebraic_late() exhaustivelyDaniel Schürmann2019-09-301-4/+15
* radv/aco: Don't lower subtractionsDaniel Schürmann2019-09-301-1/+0
* android: aco: add support for libmesa_acoMauro Rossi2019-09-284-1/+129
* android: aco: fix undefined template 'std::__1::array' build errorsMauro Rossi2019-09-285-1/+5
* aco: don't remove the loop exec mask in transition_to_Exact()Rhys Perry2019-09-271-1/+5
* aco: set loop_info::has_discard for demotesRhys Perry2019-09-273-5/+9
* radv: Fix L2 cache rinse programming.Timur Kristóf2019-09-261-5/+9
* radv: Add debug option to dump meta shaders.Timur Kristóf2019-09-263-2/+6
* amd/common: Introduce ac_get_fs_input_vgpr_cnt.Timur Kristóf2019-09-263-33/+60
* radv: Set shared VGPR count in radv_postprocess_config.Timur Kristóf2019-09-262-2/+18
* amd/common: Add num_shared_vgprs to ac_shader_config for GFX10.Timur Kristóf2019-09-262-0/+20
* amd/common: Extract some helper functions to ac_shader_util.Timur Kristóf2019-09-265-117/+131
* amd/common: Move ac_export_mrt_z to ac_llvm_build.Timur Kristóf2019-09-264-75/+76
* aco: CSE readlane/readfirstlane/permute/reduce with the same exec maskRhys Perry2019-09-262-9/+37
* aco: don't CSE v_readlane_b32/v_readfirstlane_b32Rhys Perry2019-09-261-0/+4
* aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_stringRhys Perry2019-09-266-18/+18