mesa: include less stuff in dlist.c
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14000>
This commit is contained in:
@@ -29,50 +29,23 @@
|
||||
* Display lists management functions.
|
||||
*/
|
||||
|
||||
#include "c99_math.h"
|
||||
#include "glheader.h"
|
||||
|
||||
#include "api_arrayelt.h"
|
||||
#include "api_exec.h"
|
||||
#include "draw_validate.h"
|
||||
#include "atifragshader.h"
|
||||
#include "config.h"
|
||||
#include "bufferobj.h"
|
||||
#include "arrayobj.h"
|
||||
#include "context.h"
|
||||
#include "dlist.h"
|
||||
#include "enums.h"
|
||||
#include "eval.h"
|
||||
#include "fbobject.h"
|
||||
#include "framebuffer.h"
|
||||
#include "glapi/glapi.h"
|
||||
#include "glformats.h"
|
||||
#include "hash.h"
|
||||
#include "image.h"
|
||||
#include "light.h"
|
||||
#include "macros.h"
|
||||
#include "pack.h"
|
||||
#include "pbo.h"
|
||||
#include "queryobj.h"
|
||||
#include "samplerobj.h"
|
||||
#include "shaderapi.h"
|
||||
#include "syncobj.h"
|
||||
#include "teximage.h"
|
||||
#include "texstorage.h"
|
||||
#include "mtypes.h"
|
||||
#include "varray.h"
|
||||
#include "arbprogram.h"
|
||||
#include "transformfeedback.h"
|
||||
#include "glthread_marshal.h"
|
||||
|
||||
#include "math/m_matrix.h"
|
||||
|
||||
#include "main/dispatch.h"
|
||||
|
||||
#include "vbo/vbo.h"
|
||||
#include "vbo/vbo_util.h"
|
||||
#include "vbo/vbo_save.h"
|
||||
#include "util/format_r11g11b10f.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user