summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/transformfeedback.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix error string, remove out of date commentBrian Paul2011-04-291-12/+1
* mesa: remove commented-out #includeBrian Paul2011-04-291-1/+0
* mesa: fix a few incorrect error messagesBrian Paul2011-04-291-2/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-18/+18
* mesa: fix some printf warnings with castsBrian Paul2010-09-021-3/+3
* mesa: Fix many printf-like warnings.Eric Anholt2010-09-011-1/+2
* mesa: Always initialize transform feedback state.Chia-I Wu2010-07-061-8/+42
* mesa: free xform feedback hash tableBrian Paul2010-07-011-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* mesa: refactor shader api / object codeBrian Paul2010-06-101-1/+3
* mesa: another transform feedback error check, 80-col wrappingBrian Paul2010-05-141-3/+9
* mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu2010-05-121-0/+19
* mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.Vinson Lee2010-05-101-1/+1
* mesa: more transform feedback infrastructureBrian Paul2010-05-101-14/+460
* mesa: minor fixes in _mesa_GetTransformFeedbackVarying()Brian Paul2010-04-011-1/+10
* mesa: Remove unnecessary header.Vinson Lee2010-03-311-1/+0
* mesa: initial check-in of transform feedback functionsBrian Paul2010-03-301-0/+427