aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_extensions.h
Commit message (Collapse)AuthorAgeFilesLines
* st/mesa: Add forward delcaration in st_extensions.h.Vinson Lee2010-08-051-0/+2
|
* Determine GL extensions/limits by making pipe queries.Brian2007-11-051-0/+38
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...