summaryrefslogtreecommitdiff
path: root/src/mesa/main/transformfeedback.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-02mesa: fix some printf warnings with castsBrian Paul
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt
2010-07-06mesa: Always initialize transform feedback state.Chia-I Wu
2010-07-01mesa: free xform feedback hash tableBrian Paul
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10mesa: refactor shader api / object codeBrian Paul
2010-05-14mesa: another transform feedback error check, 80-col wrappingBrian Paul
2010-05-12mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu
2010-05-10mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.Vinson Lee
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-04-01mesa: minor fixes in _mesa_GetTransformFeedbackVarying()Brian Paul
2010-03-31mesa: Remove unnecessary header.Vinson Lee
2010-03-30mesa: initial check-in of transform feedback functionsBrian Paul