summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_api.c
AgeCommit message (Collapse)Author
2010-01-12st/mesa: Remove st_api.c.Chia-I Wu
st_api.c is supposed to define st_api_OpenGL to advertise OpenGL support. However, the linker discards the symbol because it has no user. It is better to leave this to other state trackers that link to libmesagallium.a. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2008-06-19gallium: new st_api.c file with token symbol for identifying the APIBrian Paul