index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
transformfeedback.c
Age
Commit message (
Expand
)
Author
2011-01-07
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-05
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-02
mesa: fix some printf warnings with casts
Brian Paul
2010-09-01
mesa: Fix many printf-like warnings.
Eric Anholt
2010-07-06
mesa: Always initialize transform feedback state.
Chia-I Wu
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
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
2010-05-10
mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.
Vinson Lee
2010-05-10
mesa: more transform feedback infrastructure
Brian Paul
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