mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
gallium: remove forward declarations of non-existent objects
This commit is contained in:
parent
93c997a914
commit
07ff65925f
5 changed files with 0 additions and 5 deletions
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
struct svga_context;
|
||||
struct pipe_context;
|
||||
struct pipe_buffer;
|
||||
struct vbuf_render;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
|
||||
struct pipe_buffer;
|
||||
struct pipe_resource;
|
||||
struct pipe_surface;
|
||||
struct pipe_transfer;
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ struct winsys_handle;
|
|||
/** Opaque type */
|
||||
struct pipe_fence_handle;
|
||||
struct pipe_winsys;
|
||||
struct pipe_texture;
|
||||
struct pipe_resource;
|
||||
struct pipe_surface;
|
||||
struct pipe_transfer;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
struct pipe_screen;
|
||||
struct pipe_winsys;
|
||||
struct pipe_buffer;
|
||||
struct pipe_context;
|
||||
struct pipe_resource;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
struct pipe_screen;
|
||||
struct pipe_winsys;
|
||||
struct pipe_buffer;
|
||||
struct pipe_context;
|
||||
struct pipe_resource;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue