virgl: rename virgl.h to virgl_screen.h

Provide a more meaningful name considering it's purpose.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Emil Velikov 2015-10-29 10:10:35 +00:00
parent 87f7d61e19
commit 0c82c2fb0b
6 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,6 @@ C_SOURCES := \
virgl_context.h \
virgl_encode.c \
virgl_encode.h \
virgl.h \
virgl_hw.h \
virgl_protocol.h \
virgl_public.h \
@ -12,6 +11,7 @@ C_SOURCES := \
virgl_resource.c \
virgl_resource.h \
virgl_screen.c \
virgl_screen.h \
virgl_streamout.c \
virgl_texture.c \
virgl_tgsi.c \

View File

@ -46,7 +46,7 @@
#include "virgl_context.h"
#include "virgl_resource.h"
#include "virgl.h"
#include "virgl_screen.h"
#include "state_tracker/sw_winsys.h"
struct pipe_screen encscreen;

View File

@ -27,7 +27,7 @@
#include "pipe/p_context.h"
#include "virgl_protocol.h"
#include "virgl.h"
#include "virgl_screen.h"
#include "util/u_slab.h"
#include "util/list.h"
#include "indices/u_primconvert.h"

View File

@ -34,7 +34,7 @@
#include "state_tracker/sw_winsys.h"
#include "tgsi/tgsi_exec.h"
#include "virgl.h"
#include "virgl_screen.h"
#include "virgl_resource.h"
#include "virgl_public.h"
#include "virgl_context.h"

View File

@ -22,7 +22,7 @@
*/
#include "util/u_memory.h"
#include "util/u_format.h"
#include "virgl.h"
#include "virgl_screen.h"
#include "virgl_resource.h"
#include "virgl_context.h"