Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-05 | st/mesa: Remove unnecessary header from st_gl_api.h. | Vinson Lee | |
2010-06-29 | st/mesa: Add support for multiple APIs. | Chia-I Wu | |
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. | |||
2010-04-26 | st_api: Remove st_module | Jakob Bornecrantz | |
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. |