mesa/src/amd/vulkan/winsys/amdgpu
Bas Nieuwenhuizen d235ff6e8f radv: Don't use a virtual function for getting the buffer virtual address.
We are really not going to use a winsys which does not need to store
the va, so might as well store it in a standard field.

Not sure this helps perf much though, as most of the cost is in the
cache miss accessing the bo anyway, which we stil need to do.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2017-09-20 22:04:25 +02:00
..
radv_amdgpu_bo.c radv: Don't use a virtual function for getting the buffer virtual address. 2017-09-20 22:04:25 +02:00
radv_amdgpu_bo.h radv: Don't use a virtual function for getting the buffer virtual address. 2017-09-20 22:04:25 +02:00
radv_amdgpu_cs.c radv: Don't use a virtual function for getting the buffer virtual address. 2017-09-20 22:04:25 +02:00
radv_amdgpu_cs.h radv: Add userspace fence buffer per context. 2017-05-03 03:10:12 +02:00
radv_amdgpu_surface.c ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX 2017-08-04 02:10:04 +02:00
radv_amdgpu_surface.h radv: use amdgpu_addr_create 2017-06-05 10:44:22 +10:00
radv_amdgpu_winsys.c radv: add get_chip_name() callback 2017-09-15 09:16:34 +02:00
radv_amdgpu_winsys.h radv: add debug flags to zero vram allocations. 2017-09-12 05:37:15 +10:00
radv_amdgpu_winsys_public.h radv: introduce perf test env var and allow to enable chaining 2017-06-09 02:15:25 +01:00