mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
dri: include swrast.h, not s_texrender.h
This commit is contained in:
parent
816b8acfe8
commit
4fa01d705f
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "main/renderbuffer.h"
|
||||
#include "main/context.h"
|
||||
#include "main/teximage.h"
|
||||
#include "swrast/s_texrender.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "drivers/common/meta.h"
|
||||
|
||||
#include "intel_context.h"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "main/framebuffer.h"
|
||||
#include "main/renderbuffer.h"
|
||||
#include "main/context.h"
|
||||
#include "swrast/s_texrender.h"
|
||||
#include "swrast/swrast.h"
|
||||
#include "drivers/common/meta.h"
|
||||
|
||||
#include "radeon_common.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue