svga: Remove unnecessary headers.
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
#include "svga_cmd.h"
|
#include "svga_cmd.h"
|
||||||
|
|
||||||
#include "pipe/p_inlines.h"
|
#include "pipe/p_inlines.h"
|
||||||
#include "util/u_prim.h"
|
|
||||||
#include "indices/u_indices.h"
|
#include "indices/u_indices.h"
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
|
@@ -24,7 +24,6 @@
|
|||||||
**********************************************************/
|
**********************************************************/
|
||||||
|
|
||||||
#include "pipe/p_inlines.h"
|
#include "pipe/p_inlines.h"
|
||||||
#include "util/u_prim.h"
|
|
||||||
#include "util/u_upload_mgr.h"
|
#include "util/u_upload_mgr.h"
|
||||||
#include "indices/u_indices.h"
|
#include "indices/u_indices.h"
|
||||||
|
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
|
|
||||||
|
@@ -30,9 +30,6 @@
|
|||||||
#include "tgsi/tgsi_parse.h"
|
#include "tgsi/tgsi_parse.h"
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
#include "svga_cmd.h"
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* Constant buffers
|
* Constant buffers
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_screen.h"
|
#include "svga_screen.h"
|
||||||
#include "svga_winsys.h"
|
|
||||||
#include "svga_draw.h"
|
#include "svga_draw.h"
|
||||||
#include "svga_state.h"
|
#include "svga_state.h"
|
||||||
#include "svga_swtnl.h"
|
#include "svga_swtnl.h"
|
||||||
|
@@ -28,13 +28,8 @@
|
|||||||
#include "svga_screen_texture.h"
|
#include "svga_screen_texture.h"
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_winsys.h"
|
#include "svga_winsys.h"
|
||||||
#include "svga_draw.h"
|
|
||||||
#include "svga_debug.h"
|
#include "svga_debug.h"
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void svga_flush( struct pipe_context *pipe,
|
static void svga_flush( struct pipe_context *pipe,
|
||||||
unsigned flags,
|
unsigned flags,
|
||||||
|
@@ -32,11 +32,9 @@
|
|||||||
|
|
||||||
#include "svga_screen.h"
|
#include "svga_screen.h"
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
#include "svga_tgsi.h"
|
#include "svga_tgsi.h"
|
||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
#include "svga_cmd.h"
|
#include "svga_cmd.h"
|
||||||
#include "svga_draw.h"
|
|
||||||
#include "svga_debug.h"
|
#include "svga_debug.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -27,12 +27,6 @@
|
|||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_screen_texture.h"
|
#include "svga_screen_texture.h"
|
||||||
#include "svga_state.h"
|
|
||||||
#include "svga_winsys.h"
|
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void svga_set_scissor_state( struct pipe_context *pipe,
|
static void svga_set_scissor_state( struct pipe_context *pipe,
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
#include "svga_screen.h"
|
#include "svga_screen.h"
|
||||||
#include "svga_screen_buffer.h"
|
#include "svga_screen_buffer.h"
|
||||||
#include "svga_winsys.h"
|
#include "svga_winsys.h"
|
||||||
#include "svga_draw.h"
|
|
||||||
#include "svga_debug.h"
|
#include "svga_debug.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
|
|
||||||
|
@@ -32,9 +32,6 @@
|
|||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_screen_texture.h"
|
#include "svga_screen_texture.h"
|
||||||
#include "svga_state.h"
|
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
#include "svga_debug.h"
|
#include "svga_debug.h"
|
||||||
|
|
||||||
|
@@ -32,10 +32,6 @@
|
|||||||
#include "svga_screen.h"
|
#include "svga_screen.h"
|
||||||
#include "svga_screen_buffer.h"
|
#include "svga_screen_buffer.h"
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
#include "svga_winsys.h"
|
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
|
|
||||||
static void svga_set_vertex_buffers(struct pipe_context *pipe,
|
static void svga_set_vertex_buffers(struct pipe_context *pipe,
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
#include "svga_screen.h"
|
#include "svga_screen.h"
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
|
||||||
#include "svga_tgsi.h"
|
#include "svga_tgsi.h"
|
||||||
#include "svga_hw_reg.h"
|
#include "svga_hw_reg.h"
|
||||||
#include "svga_cmd.h"
|
#include "svga_cmd.h"
|
||||||
|
@@ -33,10 +33,8 @@
|
|||||||
#include "svga_screen.h"
|
#include "svga_screen.h"
|
||||||
#include "svga_screen_texture.h"
|
#include "svga_screen_texture.h"
|
||||||
#include "svga_screen_buffer.h"
|
#include "svga_screen_buffer.h"
|
||||||
#include "svga_cmd.h"
|
|
||||||
#include "svga_debug.h"
|
#include "svga_debug.h"
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
#include "svga3d_shaderdefs.h"
|
#include "svga3d_shaderdefs.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -32,8 +32,6 @@
|
|||||||
#include "svga_cmd.h"
|
#include "svga_cmd.h"
|
||||||
#include "svga_debug.h"
|
#include "svga_debug.h"
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* Hardware state update
|
* Hardware state update
|
||||||
|
@@ -31,9 +31,6 @@
|
|||||||
#include "svga_state.h"
|
#include "svga_state.h"
|
||||||
#include "svga_cmd.h"
|
#include "svga_cmd.h"
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
struct rs_queue {
|
struct rs_queue {
|
||||||
unsigned rs_count;
|
unsigned rs_count;
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
#include "svga_state.h"
|
#include "svga_state.h"
|
||||||
#include "svga_cmd.h"
|
#include "svga_cmd.h"
|
||||||
|
|
||||||
#include "svga_hw_reg.h"
|
|
||||||
|
|
||||||
|
|
||||||
void svga_cleanup_tss_binding(struct svga_context *svga)
|
void svga_cleanup_tss_binding(struct svga_context *svga)
|
||||||
{
|
{
|
||||||
|
@@ -31,7 +31,6 @@
|
|||||||
#include "pipe/p_inlines.h"
|
#include "pipe/p_inlines.h"
|
||||||
#include "util/u_math.h"
|
#include "util/u_math.h"
|
||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
#include "util/u_simple_shaders.h"
|
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_state.h"
|
#include "svga_state.h"
|
||||||
|
@@ -27,7 +27,6 @@
|
|||||||
#include "draw/draw_vbuf.h"
|
#include "draw/draw_vbuf.h"
|
||||||
#include "pipe/p_inlines.h"
|
#include "pipe/p_inlines.h"
|
||||||
#include "pipe/p_state.h"
|
#include "pipe/p_state.h"
|
||||||
#include "util/u_memory.h"
|
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_swtnl.h"
|
#include "svga_swtnl.h"
|
||||||
|
@@ -27,7 +27,6 @@
|
|||||||
#include "draw/draw_vbuf.h"
|
#include "draw/draw_vbuf.h"
|
||||||
#include "pipe/p_inlines.h"
|
#include "pipe/p_inlines.h"
|
||||||
#include "pipe/p_state.h"
|
#include "pipe/p_state.h"
|
||||||
#include "util/u_memory.h"
|
|
||||||
|
|
||||||
#include "svga_context.h"
|
#include "svga_context.h"
|
||||||
#include "svga_swtnl.h"
|
#include "svga_swtnl.h"
|
||||||
|
@@ -29,9 +29,6 @@
|
|||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
|
|
||||||
#include "svga_tgsi_emit.h"
|
#include "svga_tgsi_emit.h"
|
||||||
#include "svga_context.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static boolean ps20_input( struct svga_shader_emitter *emit,
|
static boolean ps20_input( struct svga_shader_emitter *emit,
|
||||||
|
@@ -29,7 +29,6 @@
|
|||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
|
|
||||||
#include "svga_tgsi_emit.h"
|
#include "svga_tgsi_emit.h"
|
||||||
#include "svga_context.h"
|
|
||||||
|
|
||||||
static boolean translate_vs_ps_semantic( struct tgsi_declaration_semantic semantic,
|
static boolean translate_vs_ps_semantic( struct tgsi_declaration_semantic semantic,
|
||||||
unsigned *usage,
|
unsigned *usage,
|
||||||
|
Reference in New Issue
Block a user