aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi/gfx10: don't use NGG culling if compute-based culling is usedMarek Olšák2020-03-281-0/+1
* radeonsi: add num_vbos_in_user_sgprs into the shader cache keyMarek Olšák2020-03-281-0/+3
* radeonsi: always create wait_mem_scratch for compute-based cullingMarek Olšák2020-03-281-1/+2
* radeonsi: set amdgpu-gds-size for mode == 2 of compute-based cullingMarek Olšák2020-03-281-1/+4
* radeonsi: fix incorrect ordered_wave_id initilization for compute-based cullingMarek Olšák2020-03-281-1/+2
* radeonsi: remove obsolete TODO comment related to compute-based cullingMarek Olšák2020-03-281-1/+0
* radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is setMarek Olšák2020-03-261-2/+4
* radeonsi: Stop exposing PIPE_SHADER_CAP_FP16Kristian H. Kristensen2020-03-251-1/+1
* radeonsi: clarify the conditions when FLUSH_AND_INV_DB is neededPierre-Eric Pelloux-Prayer2020-03-242-14/+7
* vbo,gallium: make glBegin/End buffer size configurable by driversMarek Olšák2020-03-211-0/+3
* Android.mk: Tweak MESA_ENABLE_LLVM checksJohn Stultz2020-03-191-0/+4
* ac: unify denorm setting enforcementMarek Olšák2020-03-171-18/+1
* ac: add radeon_info::use_late_alloc to control LATE_ALLOC globallyMarek Olšák2020-03-122-6/+8
* radeonsi: tune primitive binning for small chipsMarek Olšák2020-03-121-3/+9
* radeonsi: set better tessellation tunables on gfx9 and gfx10Marek Olšák2020-03-121-1/+8
* radeonsi/gfx10: cache metadata in L2 on small chipsMarek Olšák2020-03-121-8/+19
* gallium: add PIPE_CAP_DRAW_INFO_START_WITH_USER_INDICESMarek Olšák2020-03-111-0/+1
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-3/+3
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-3/+3
* radeonsi: determine uses_bindless_samplers correctlyMarek Olšák2020-03-091-5/+6
* radeonsi: add a bug workaround for NGG - LATE_ALLOC_GSMarek Olšák2020-03-091-0/+6
* radeonsi: enable EXT_texture_shadow_lodSonny Jiang2020-03-091-0/+1
* amd: join emit_kill() from radv and radeonsi in ac_nir_to_llvmDaniel Schürmann2020-03-091-9/+0
* radeonsi: lower discard to demote when FS_CORRECT_DERIVS_AFTER_KILL is enabledDaniel Schürmann2020-03-095-26/+7
* radeonsi: add 10-bit HEVC encode support for VCN2.0 devicesThong Thai2020-03-061-6/+9
* radeonsi: remove AMD_DEBUG=sisched optionPierre-Eric Pelloux-Prayer2020-03-063-7/+1
* ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset2020-03-031-1/+1
* radeonsi: fix surf_pitch for subsampled surfacePierre-Eric Pelloux-Prayer2020-02-271-10/+10
* radeonsi: test subsampled format in testdmaPierre-Eric Pelloux-Prayer2020-02-271-30/+31
* ac,radeonsi: add ac_gpu_info::lds_size_per_cuSamuel Pitoiset2020-02-261-7/+1
* radeonsi: Fix compute copies for subsampled formats.Bas Nieuwenhuizen2020-02-191-3/+18
* radeonsi: don't wait for shader compilation to finish when destroying a contextMarek Olšák2020-02-141-3/+0
* radeonsi: make si_fence_server_signal flush pipe without workPeng Huang2020-02-121-0/+4
* radeonsi: don't update states for the DCC MSAA bug on GFX6-7Marek Olšák2020-02-101-2/+2
* radeonsi: fix the DCC MSAA bug workaroundMarek Olšák2020-02-101-1/+1
* radeonsi: don't report that multi-plane formats are supportedMarek Olšák2020-02-071-7/+0
* radeonsi/ngg: add VGT_FLUSH when enabling fast launchPierre-Eric Pelloux-Prayer2020-02-051-0/+5
* gallium: Add and use a helper for packing uc from a color_union.Eric Anholt2020-02-041-7/+1
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-9/+4
* radeonsi: Clear uninitialized variableDrew Davenport2020-01-281-1/+1
* radeonsi: move AMD_DEBUG tests to AMD_TESTPierre-Eric Pelloux-Prayer2020-01-272-11/+23
* radeonsi: fix a regression since the addition of si_shader_llvm_vs.cMarek Olšák2020-01-251-3/+4
* radeonsi: make screen available to shader part compilationMarek Olšák2020-01-251-0/+4
* radeonsi: expose shader cache stats to the HUDMarek Olšák2020-01-242-8/+46
* radeonsi: print shader cache stats with AMD_DEBUG=cache_statsMarek Olšák2020-01-244-5/+24
* radeonsi: restructure si_shader_cache_load_shaderMarek Olšák2020-01-241-39/+31
* radeonsi: use the live shader cacheMarek Olšák2020-01-247-25/+46
* radeonsi: separate LLVM compilation from non-LLVM codeMarek Olšák2020-01-231-20/+38
* radeonsi: change prototypes of si_is_multi_part_shader & si_is_merged_shaderMarek Olšák2020-01-233-16/+16
* radeonsi: make si_compile_shader return boolMarek Olšák2020-01-233-21/+18