mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 21:48:09 +02:00
Coded buffer will only be read on CPU, setting PIPE_USAGE_STAGING instead of PIPE_USAGE_STREAM makes the CPU reads much faster. On 6700XT this reduces the CPU copy by around 3ms to 0.3 ms on average while under high GPU load - real-time game streaming. Signed-off-by: David Rosca <nowrep@gmail.com> Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20989> |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| config.c | ||
| context.c | ||
| display.c | ||
| image.c | ||
| meson.build | ||
| picture.c | ||
| picture_av1.c | ||
| picture_h264.c | ||
| picture_h264_enc.c | ||
| picture_hevc.c | ||
| picture_hevc_enc.c | ||
| picture_mjpeg.c | ||
| picture_mpeg4.c | ||
| picture_mpeg12.c | ||
| picture_vc1.c | ||
| picture_vp9.c | ||
| postproc.c | ||
| subpicture.c | ||
| surface.c | ||
| va_private.h | ||