summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_extensions.h
AgeCommit message (Collapse)Author
2010-08-05st/mesa: Add forward delcaration in st_extensions.h.Vinson Lee
2007-11-05Determine GL extensions/limits by making pipe queries.Brian
The state tracker calls pipe->get_param() to determine the GL limits and which OpenGL extensions are supported. This is an initial implementation that'll probably change...