mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 10:18:12 +02:00
Not tested yet -- just compiles. This includes only the slab algorithm. Fencing is already implemented in pb_bufmgr_fence and time-based caching will be commited in a separate module shortly.
18 lines
268 B
Makefile
18 lines
268 B
Makefile
TOP = ../../../..
|
|
include $(TOP)/configs/current
|
|
|
|
LIBNAME = pipebuffer
|
|
|
|
C_SOURCES = \
|
|
pb_buffer_fenced.c \
|
|
pb_buffer_malloc.c \
|
|
pb_bufmgr_fenced.c \
|
|
pb_bufmgr_mm.c \
|
|
pb_bufmgr_pool.c \
|
|
pb_bufmgr_slab.c \
|
|
pb_winsys.c
|
|
|
|
include ../../Makefile.template
|
|
|
|
symlinks:
|
|
|