radv: Use ac_drm_fourcc.h
Allows compilation on Windows. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9709>
This commit is contained in:
parent
a64b36ecaf
commit
dc736a1740
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "vk_util.h"
|
||||
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
#include "ac_drm_fourcc.h"
|
||||
#include "util/format_r11g11b10f.h"
|
||||
#include "util/format_rgb9e5.h"
|
||||
#include "util/format_srgb.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
#include "ac_drm_fourcc.h"
|
||||
#include "util/debug.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "vulkan/util/vk_format.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue