softpipe: rename sp_headers.h to sp_quad.h

This header describes the quad-related datatypes afterall.
This commit is contained in:
Brian
2009-02-11 21:33:59 -07:00
parent b865f84c8d
commit 7925274da3
17 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"