Skip to content

radv: move code around in the right header/file

Samuel Pitoiset requested to merge hakzsam/mesa:radv_move_decl_around into main

I have a WIP branch for !22049 (closed), which is to split radv_private.h in many headers because the situation is just anarchic. This MR only move some declarations around for better code isolation.

The top two commits introduce radv_image_view.c/radv_buffer_view.c which are also mostly for better code isolation.

Merge request reports