update includes (s/tile/quad/)
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
#include "pipe/p_state.h"
|
#include "pipe/p_state.h"
|
||||||
#include "pipe/p_context.h"
|
#include "pipe/p_context.h"
|
||||||
|
|
||||||
#include "sp_tile.h"
|
#include "sp_quad.h"
|
||||||
|
|
||||||
|
|
||||||
struct softpipe_surface;
|
struct softpipe_surface;
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
#include "sp_context.h"
|
#include "sp_context.h"
|
||||||
#include "sp_prim.h"
|
#include "sp_prim.h"
|
||||||
#include "sp_tile.h"
|
#include "sp_quad.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#include "sp_context.h"
|
#include "sp_context.h"
|
||||||
#include "sp_headers.h"
|
#include "sp_headers.h"
|
||||||
#include "sp_surface.h"
|
#include "sp_surface.h"
|
||||||
#include "sp_tile.h"
|
#include "sp_quad.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -31,7 +31,7 @@
|
|||||||
#include "sp_context.h"
|
#include "sp_context.h"
|
||||||
#include "sp_headers.h"
|
#include "sp_headers.h"
|
||||||
#include "sp_surface.h"
|
#include "sp_surface.h"
|
||||||
#include "sp_tile.h"
|
#include "sp_quad.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#include "imports.h"
|
#include "imports.h"
|
||||||
#include "sp_context.h"
|
#include "sp_context.h"
|
||||||
#include "sp_headers.h"
|
#include "sp_headers.h"
|
||||||
#include "sp_tile.h"
|
#include "sp_quad.h"
|
||||||
|
|
||||||
struct exec_machine {
|
struct exec_machine {
|
||||||
const struct setup_coefficient *coef;
|
const struct setup_coefficient *coef;
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#include "sp_context.h"
|
#include "sp_context.h"
|
||||||
#include "sp_headers.h"
|
#include "sp_headers.h"
|
||||||
#include "sp_surface.h"
|
#include "sp_surface.h"
|
||||||
#include "sp_tile.h"
|
#include "sp_quad.h"
|
||||||
|
|
||||||
|
|
||||||
static void mask_copy( GLfloat (*dest)[4],
|
static void mask_copy( GLfloat (*dest)[4],
|
||||||
|
Reference in New Issue
Block a user