mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
gallium: include scissor.h
This commit is contained in:
parent
4be7296bfc
commit
8cad3189d3
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include "main/extensions.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/buffers.h"
|
||||
#include "main/scissor.h"
|
||||
#include "vbo/vbo.h"
|
||||
#include "shader/shader_api.h"
|
||||
#include "st_public.h"
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
#include "main/framebuffer.h"
|
||||
#include "main/matrix.h"
|
||||
#include "main/renderbuffer.h"
|
||||
#include "main/scissor.h"
|
||||
#include "st_public.h"
|
||||
#include "st_context.h"
|
||||
#include "st_cb_fbo.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue