Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-06 | mesa: Always initialize transform feedback state. | Chia-I Wu | |
Assert ctx->Driver.NewTransformFeedback if the feature is enabled; Use the default callbacks otherwise. The rest of core mesa expects the state to be initialized. | |||
2010-07-01 | mesa: free xform feedback hash table | Brian Paul | |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | |
2010-06-10 | mesa: refactor shader api / object code | Brian Paul | |
Remove the unneeded ctx->Driver hooks for shader-related functions. Move state and API-related things into main/. | |||
2010-05-14 | mesa: another transform feedback error check, 80-col wrapping | Brian Paul | |
2010-05-12 | mesa: Make FEATURE_EXT_transform_feedback more modular. | Chia-I Wu | |
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. | |||
2010-05-10 | mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype. | Vinson Lee | |
From http://www.opengl.org/registry/api/glext.h GLAPI void APIENTRY glBindTransformFeedback (GLenum target, GLuint id); Fixes MinGW build. | |||
2010-05-10 | mesa: more transform feedback infrastructure | Brian Paul | |
Includes GL_ARB_transform_feedback2 which encapsulates transform feedback state in objects. | |||
2010-04-01 | mesa: minor fixes in _mesa_GetTransformFeedbackVarying() | Brian Paul | |
2010-03-31 | mesa: Remove unnecessary header. | Vinson Lee | |
2010-03-30 | mesa: initial check-in of transform feedback functions | Brian Paul | |