mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
softpipe: fix up #includes
This commit is contained in:
parent
3f9ec9aa96
commit
298a035286
2 changed files with 8 additions and 6 deletions
|
|
@ -25,10 +25,12 @@
|
|||
*
|
||||
**************************************************************************/
|
||||
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
#include "sp_video_context.h"
|
||||
#include <util/u_inlines.h>
|
||||
#include <util/u_memory.h>
|
||||
#include "softpipe/sp_texture.h"
|
||||
#include "sp_texture.h"
|
||||
|
||||
|
||||
static void
|
||||
sp_mpeg12_destroy(struct pipe_video_context *vpipe)
|
||||
|
|
|
|||
|
|
@ -37,13 +37,13 @@
|
|||
|
||||
|
||||
#include "util/u_simple_screen.h"/* port to just p_screen */
|
||||
#include "pipe/p_format.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "softpipe/sp_winsys.h"
|
||||
#include "pipe/p_format.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "sp_winsys.h"
|
||||
|
||||
|
||||
struct st_softpipe_buffer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue