mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
include intel_fbo
This commit is contained in:
parent
448a3456a9
commit
735925d15b
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ DRIVER_SOURCES = \
|
|||
intel_span.c \
|
||||
intel_state.c \
|
||||
intel_tris.c \
|
||||
intel_fbo.c \
|
||||
intel_bufmgr.c
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
#include "intel_pixel.h"
|
||||
#include "intel_regions.h"
|
||||
#include "intel_buffer_objects.h"
|
||||
#include "intel_fbo.h"
|
||||
|
||||
#include "intel_bufmgr.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue