mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
emit_subpass_color_clear_rects and emit_subpass_ds_clear_rects is receiving a v3dv_render_pass parameter pass, but then using cmd_buffer->state.pass to access the current pass. All calls to those methods are already initializing that parameter to that value. This commit just uses the parameter. An alternative would be to remove one of the parameters of the function call. I find this option slightly more readable. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29218> |
||
|---|---|---|
| .. | ||
| ci | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| meson.build | ||