Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. | Chia-I Wu | 2010-09-10 | 1 | -2/+0 |
| | | | | They are no longer used. | ||||
* | st/mesa: Remove unnecessary header from st_gl_api.h. | Vinson Lee | 2010-08-05 | 1 | -2/+0 |
| | |||||
* | st/mesa: Add support for multiple APIs. | Chia-I Wu | 2010-06-29 | 1 | -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_module | Jakob Bornecrantz | 2010-04-26 | 1 | -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. |