Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mesa: Make FEATURE_EXT_transform_feedback more modular. | Chia-I Wu | 2010-05-12 | 1 | -0/+19 | |
| | | | | | | This allows transformfeedback.h and st_cb_xformfb.h to be included and used without knowing if FEATURE_EXT_transform_feedback is enabled. Fix build of ES overlay. | |||||
* | mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype. | Vinson Lee | 2010-05-10 | 1 | -1/+1 | |
| | | | | | | | From http://www.opengl.org/registry/api/glext.h GLAPI void APIENTRY glBindTransformFeedback (GLenum target, GLuint id); Fixes MinGW build. | |||||
* | mesa: more transform feedback infrastructure | Brian Paul | 2010-05-10 | 1 | -14/+460 | |
| | | | | | Includes GL_ARB_transform_feedback2 which encapsulates transform feedback state in objects. | |||||
* | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul | 2010-04-01 | 1 | -1/+10 | |
| | ||||||
* | mesa: Remove unnecessary header. | Vinson Lee | 2010-03-31 | 1 | -1/+0 | |
| | ||||||
* | mesa: initial check-in of transform feedback functions | Brian Paul | 2010-03-30 | 1 | -0/+427 | |