virgl: Update headers

VIRGL_RENDERER_UNSTABLE_APIS has been dropped upstream

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28777>
This commit is contained in:
Rob Clark
2024-04-05 13:45:37 -07:00
committed by Marge Bot
parent bba6418fcb
commit 27ebf58ee8
4 changed files with 0 additions and 5 deletions
-1
View File
@@ -38,7 +38,6 @@
/* We also use some types/defines from the host drm/msm uabi: */
#include "drm-uapi/msm_drm.h"
#define VIRGL_RENDERER_UNSTABLE_APIS 1
#include "virglrenderer_hw.h"
#include "msm_proto.h"
@@ -29,7 +29,6 @@
#include "tu_dynamic_rendering.h"
#include "tu_knl_drm.h"
#define VIRGL_RENDERER_UNSTABLE_APIS 1
#include "virglrenderer_hw.h"
#include "msm_proto.h"
-1
View File
@@ -16,7 +16,6 @@
#include "util/simple_mtx.h"
#define VIRGL_RENDERER_UNSTABLE_APIS 1
#include "virglrenderer_hw.h"
#ifdef __cplusplus
-2
View File
@@ -28,7 +28,6 @@
#include "virgl_hw.h"
#include "drm_hw.h"
#ifdef VIRGL_RENDERER_UNSTABLE_APIS
enum virgl_renderer_capset {
VIRGL_RENDERER_CAPSET_VIRGL = 1,
VIRGL_RENDERER_CAPSET_VIRGL2 = 2,
@@ -37,6 +36,5 @@ enum virgl_renderer_capset {
/* 5 is reserved for cross-domain */
VIRGL_RENDERER_CAPSET_DRM = 6,
};
#endif
#endif /* VIRGLRENDERER_HW_H */