mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 10:18:12 +02:00
Use table to store a list of buffers to validate. Unfortunately cso_hash shrinks/regrows the hash every time, so still has to be addressed. Multi-thread validation is still WIP.
20 lines
306 B
Makefile
20 lines
306 B
Makefile
TOP = ../../../..
|
|
include $(TOP)/configs/current
|
|
|
|
LIBNAME = pipebuffer
|
|
|
|
C_SOURCES = \
|
|
pb_buffer_fenced.c \
|
|
pb_buffer_malloc.c \
|
|
pb_bufmgr_cache.c \
|
|
pb_bufmgr_fenced.c \
|
|
pb_bufmgr_mm.c \
|
|
pb_bufmgr_pool.c \
|
|
pb_bufmgr_slab.c \
|
|
pb_validate.c \
|
|
pb_winsys.c
|
|
|
|
include ../../Makefile.template
|
|
|
|
symlinks:
|
|
|