softpipe: rename sp_headers.h to sp_quad.h
This header describes the quad-related datatypes afterall.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "sp_context.h"
|
||||
#include "sp_state.h"
|
||||
#include "sp_fs.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#include "sp_context.h"
|
||||
#include "sp_state.h"
|
||||
#include "sp_fs.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
#ifndef SP_HEADERS_H
|
||||
#define SP_HEADERS_H
|
||||
#ifndef SP_QUAD_H
|
||||
#define SP_QUAD_H
|
||||
|
||||
#include "pipe/p_state.h"
|
||||
#include "tgsi/tgsi_exec.h"
|
||||
@@ -91,5 +91,4 @@ struct quad_header {
|
||||
unsigned nr_attrs;
|
||||
};
|
||||
|
||||
#endif /* SP_HEADERS_H */
|
||||
|
||||
#endif /* SP_QUAD_H */
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_tile_cache.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "sp_tile_cache.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "sp_tile_cache.h"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_state.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "sp_texture.h"
|
||||
#include "sp_tex_sample.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#include "util/u_memory.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "sp_tile_cache.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_tile_cache.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "sp_setup.h"
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_quad_pipe.h"
|
||||
#include "sp_state.h"
|
||||
#include "sp_prim_setup.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_quad.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_texture.h"
|
||||
#include "sp_tex_sample.h"
|
||||
|
||||
Reference in New Issue
Block a user