diff options
author | Brian Paul <[email protected]> | 2008-06-19 16:15:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-19 16:26:21 -0600 |
commit | 78d05bcc27ba02282711174a8b3aa5f1ebea9151 (patch) | |
tree | caed787f114c59a976b72e61768d9540749499b1 /src/mesa/sources | |
parent | 158298eea075e87e4e3b4da9f6a606550f975b5d (diff) |
gallium: new st_api.c file with token symbol for identifying the API
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 7f49ac6e321..e6b050c3f28 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -196,6 +196,7 @@ STATETRACKER_SOURCES = \ state_tracker/st_cb_readpixels.c \ state_tracker/st_cb_strings.c \ state_tracker/st_cb_texture.c \ + state_tracker/st_api.c \ state_tracker/st_context.c \ state_tracker/st_debug.c \ state_tracker/st_draw.c \ |