draw: Remove unnecessary headers.
This commit is contained in:
@@ -34,10 +34,7 @@
|
|||||||
#include "util/u_memory.h"
|
#include "util/u_memory.h"
|
||||||
#include "util/u_math.h"
|
#include "util/u_math.h"
|
||||||
#include "draw_context.h"
|
#include "draw_context.h"
|
||||||
#include "draw_vbuf.h"
|
|
||||||
#include "draw_vs.h"
|
#include "draw_vs.h"
|
||||||
#include "draw_pt.h"
|
|
||||||
#include "draw_pipe.h"
|
|
||||||
|
|
||||||
|
|
||||||
struct draw_context *draw_create( void )
|
struct draw_context *draw_create( void )
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
#include "draw/draw_context.h"
|
#include "draw/draw_context.h"
|
||||||
#include "draw/draw_private.h"
|
#include "draw/draw_private.h"
|
||||||
#include "draw/draw_pt.h"
|
#include "draw/draw_pt.h"
|
||||||
#include "draw/draw_vs.h"
|
|
||||||
#include "tgsi/tgsi_dump.h"
|
#include "tgsi/tgsi_dump.h"
|
||||||
#include "util/u_math.h"
|
#include "util/u_math.h"
|
||||||
#include "util/u_prim.h"
|
#include "util/u_prim.h"
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
#include "draw/draw_context.h"
|
#include "draw/draw_context.h"
|
||||||
#include "draw/draw_private.h"
|
#include "draw/draw_private.h"
|
||||||
#include "draw/draw_vbuf.h"
|
#include "draw/draw_vbuf.h"
|
||||||
#include "draw/draw_vertex.h"
|
|
||||||
#include "draw/draw_pt.h"
|
#include "draw/draw_pt.h"
|
||||||
#include "translate/translate.h"
|
#include "translate/translate.h"
|
||||||
#include "translate/translate_cache.h"
|
#include "translate/translate_cache.h"
|
||||||
|
@@ -40,7 +40,6 @@
|
|||||||
#include "draw/draw_pt.h"
|
#include "draw/draw_pt.h"
|
||||||
#include "draw/draw_vs.h"
|
#include "draw/draw_vs.h"
|
||||||
|
|
||||||
#include "translate/translate.h"
|
|
||||||
|
|
||||||
struct fetch_shade_emit;
|
struct fetch_shade_emit;
|
||||||
|
|
||||||
|
@@ -32,7 +32,6 @@
|
|||||||
#include "draw/draw_vertex.h"
|
#include "draw/draw_vertex.h"
|
||||||
#include "draw/draw_pt.h"
|
#include "draw/draw_pt.h"
|
||||||
#include "draw/draw_vs.h"
|
#include "draw/draw_vs.h"
|
||||||
#include "translate/translate.h"
|
|
||||||
|
|
||||||
|
|
||||||
struct fetch_pipeline_middle_end {
|
struct fetch_pipeline_middle_end {
|
||||||
|
@@ -30,7 +30,6 @@
|
|||||||
#include "draw/draw_context.h"
|
#include "draw/draw_context.h"
|
||||||
#include "draw/draw_private.h"
|
#include "draw/draw_private.h"
|
||||||
#include "draw/draw_vbuf.h"
|
#include "draw/draw_vbuf.h"
|
||||||
#include "draw/draw_vertex.h"
|
|
||||||
#include "draw/draw_pt.h"
|
#include "draw/draw_pt.h"
|
||||||
|
|
||||||
struct pt_post_vs {
|
struct pt_post_vs {
|
||||||
|
@@ -38,7 +38,6 @@
|
|||||||
#include "draw/draw_vertex.h"
|
#include "draw/draw_vertex.h"
|
||||||
#include "draw/draw_vs.h"
|
#include "draw/draw_vs.h"
|
||||||
#include "translate/translate.h"
|
#include "translate/translate.h"
|
||||||
#include "translate/translate_cache.h"
|
|
||||||
|
|
||||||
/* A first pass at incorporating vertex fetch/emit functionality into
|
/* A first pass at incorporating vertex fetch/emit functionality into
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user