aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: skip vs output optimizations for some outputsPierre-Eric Pelloux-Prayer2020-04-201-1/+12
* radeonsi: don't assume ctx is always a threaded_contextPierre-Eric Pelloux-Prayer2020-04-171-1/+1
* winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen2020-04-161-0/+2
* radeonsi: use thread_context::bytes_mapped_limitPierre-Eric Pelloux-Prayer2020-04-161-3/+11
* radeonsi: fix Segmentation fault during vaapi enc testJames Zhu2020-04-081-2/+4
* radeonsi: don't lower constant arrays to uniforms in GLSL IRTimothy Arceri2020-04-081-0/+1
* radeonsi: dump shader stats when hitting the live cachePierre-Eric Pelloux-Prayer2020-04-021-2/+20
* radeonsi: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-3052-46736/+42975
* radeonsi/gfx10: fix descriptors and compute registers for compute-based cullingMarek Olšák2020-03-281-14/+39
* radeonsi/gfx10: fix the wave size for compute-based cullingMarek Olšák2020-03-285-6/+19
* radeonsi/gfx10: user correct ACQUIRE_MEM packet for compute-based cullingMarek Olšák2020-03-281-8/+23
* radeonsi/gfx10: fix ds.ordered.add intrinsic for compute-based cullingMarek Olšák2020-03-281-0/+3
* 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