mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-25 00:09:54 +00:00
dri/nouveau: Include mfeatures.h in files that perform feature tests.
This commit is contained in:
parent
45a56e4730
commit
1933e97034
@ -24,6 +24,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "main/mfeatures.h"
|
||||
|
||||
#include "nouveau_driver.h"
|
||||
#include "nouveau_context.h"
|
||||
#include "nouveau_fbo.h"
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "main/framebuffer.h"
|
||||
#include "main/renderbuffer.h"
|
||||
#include "main/fbobject.h"
|
||||
#include "main/mfeatures.h"
|
||||
|
||||
static GLboolean
|
||||
set_renderbuffer_format(struct gl_renderbuffer *rb, GLenum internalFormat)
|
||||
|
Loading…
Reference in New Issue
Block a user