aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_gl_api.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-2/+0
| | | | They are no longer used.
* st/mesa: Remove unnecessary header from st_gl_api.h.Vinson Lee2010-08-051-2/+0
|
* st/mesa: Add support for multiple APIs.Chia-I Wu2010-06-291-1/+3
| | | | | Add st_gl_api_create_es1 and st_gl_api_create_es2 to create OpeGL ES 1.1 and OpenGL ES 2.0 contexts respectively.
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-0/+9
The struct st_module isn't needed as it is the same thing as the st_api struct. That is they both represent the API. Instead just use a single function entry point to the the API.