mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 03:10:25 +01:00
update includes (s/tile/quad/)
This commit is contained in:
parent
47e970b2cc
commit
2fd7b30bfe
6 changed files with 6 additions and 6 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_context.h"
|
||||
|
||||
#include "sp_tile.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
struct softpipe_surface;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "sp_context.h"
|
||||
#include "sp_prim.h"
|
||||
#include "sp_tile.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_tile.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_tile.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include "imports.h"
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_tile.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
struct exec_machine {
|
||||
const struct setup_coefficient *coef;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
#include "sp_surface.h"
|
||||
#include "sp_tile.h"
|
||||
#include "sp_quad.h"
|
||||
|
||||
|
||||
static void mask_copy( GLfloat (*dest)[4],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue