mesa/src/virtio/virtio-gpu
Qiang Yu adc51bea28 doc,src: replace doc and comments for shader and compute cap
Use command:
  find . -type d \( -path "./.git" -o -path "./docs/relnotes" \) -prune -o -type f -exec sed -i 's/PIPE_SHADER_CAP_\([A-Za-z0-9_]*\)/pipe_shader_caps.\L\1/g' {} +
  find . -type d \( -path "./.git" -o -path "./docs/relnotes" \) -prune -o -type f -exec sed -i 's/PIPE_COMPUTE_CAP_\([A-Za-z0-9_]*\)/pipe_compute_caps.\L\1/g' {} +

Also remove value type in pipe_compute_caps doc because they
are explicit in struct now.

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33176>
2025-02-05 11:20:49 +08:00
..
drm_hw.h freedreno+tu: Add new virtgpu caps 2025-02-03 18:56:37 +00:00
venus_hw.h venus: Add use_guest_vram capset to enable guest-based blob alloc 2023-11-06 18:33:15 +00:00
virgl_hw.h doc,src: replace doc and comments for shader and compute cap 2025-02-05 11:20:49 +08:00
virgl_protocol.h virgl: Only send the same amount of data than declared in pipe_sampler_state 2024-01-04 11:00:12 +00:00
virgl_video_hw.h virgl/video: Add definition of virgl_av1_picture_desc 2023-08-09 09:04:58 +00:00
virglrenderer_hw.h virgl: Update headers 2024-05-23 20:02:03 +00:00