mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
added rbadaptors.c
This commit is contained in:
parent
3c30b35134
commit
e2db790a46
2 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ SOURCES =accum.c \
|
|||
points.c \
|
||||
polygon.c \
|
||||
rastpos.c \
|
||||
rbadaptors.c \
|
||||
renderbuffer.c \
|
||||
state.c \
|
||||
stencil.c \
|
||||
|
|
@ -195,6 +196,7 @@ pixel.obj : pixel.c
|
|||
points.obj : points.c
|
||||
polygon.obj : polygon.c
|
||||
rastpos.obj : rastpos.c
|
||||
rbadaptors.obj : rbadaptors.c
|
||||
renderbuffer.obj : renderbuffer.c
|
||||
state.obj : state.c
|
||||
stencil.obj : stencil.c
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ MAIN_SOURCES = \
|
|||
main/points.c \
|
||||
main/polygon.c \
|
||||
main/rastpos.c \
|
||||
main/rbadaptors.c \
|
||||
main/renderbuffer.c \
|
||||
main/state.c \
|
||||
main/stencil.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue