mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 12:20:10 +01:00
Add deco_caps.c.
This commit is contained in:
parent
89c0d32b45
commit
e94ea99254
1 changed files with 4 additions and 0 deletions
|
|
@ -173,6 +173,9 @@ TGSICORE_SOURCES = \
|
|||
pipe/tgsi/core/tgsi_parse.c \
|
||||
pipe/tgsi/core/tgsi_util.c
|
||||
|
||||
TGSIDECO_SOURCES = \
|
||||
pipe/tgsi/deco/deco_caps.c
|
||||
|
||||
TGSIMESA_SOURCES = \
|
||||
pipe/tgsi/mesa/mesa_to_tgsi.c
|
||||
|
||||
|
|
@ -357,6 +360,7 @@ SOLO_SOURCES = \
|
|||
$(VF_SOURCES) \
|
||||
$(DRAW_SOURCES) \
|
||||
$(TGSICORE_SOURCES) \
|
||||
$(TGSIDECO_SOURCES) \
|
||||
$(TGSIMESA_SOURCES) \
|
||||
$(STATETRACKER_SOURCES) \
|
||||
$(TNL_SOURCES) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue