Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
| | |||||
* | st/mesa: Clean up header file inclusion in st_cb_eglimage.h. | Vinson Lee | 2010-08-04 | 1 | -2/+3 |
| | | | | | Replace dd.h and mtypes.h with a forward declaration. Include compiler.h for INLINE symbol. | ||||
* | Fix copyright headers. | Chia-I Wu | 2010-04-10 | 1 | -5/+6 |
| | | | | | | Update the warranty disclaimer to use the more general "THE AUTHORS OR COPYRIGHT HOLDERS". This is done manually on files created by me. Hope that I do not miss anything. | ||||
* | st/mesa: Implement GL_OES_EGL_image driver hooks. | Chia-I Wu | 2010-04-04 | 1 | -0/+48 |
Use st_manager::get_egl_image to look up GLeglImageOES and implement EGLImageTargetTexture2D and EGLImageTargetRenderbufferStorage. |