1. a5319d9 mesa: add transform_feedback_varyings() helper by Samuel Pitoiset · 7 years ago
  2. 4b5140d mesa: add KHR_no_error support to glResumeTransformFeedback() by Samuel Pitoiset · 7 years ago
  3. f0476e0 mesa: add resume_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  4. 1c88ed9 mesa: add KHR_no_error support to glPauseTransformFeedback() by Samuel Pitoiset · 7 years ago
  5. 061a1ee mesa: add pause_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  6. 08cecec mesa: add KHR_no_error support to glEndTransformFeedback() by Samuel Pitoiset · 7 years ago
  7. 6545876 mesa: add end_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  8. 3906e8a mesa: add KHR_no_error support to glBeginTransformFeedback() by Samuel Pitoiset · 7 years ago
  9. 088d5cb mesa: add begin_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  10. b0590ac mesa: add KHR_no_error support to glBindTransformFeedback() by Samuel Pitoiset · 7 years ago
  11. efb9811 mesa: add bind_transform_feedback() helper by Samuel Pitoiset · 7 years ago
  12. 08ee28b mesa: don't error check the default buffer object in glBindBufferOffsetEXT() by Samuel Pitoiset · 7 years ago
  13. c7b201a mesa: add _fallback suffix to the default transform feedback functions by Samuel Pitoiset · 7 years ago
  14. 4f532ab mesa: remove unnecessary check in _mesa_init_transform_feedback_object() by Samuel Pitoiset · 7 years ago
  15. 41c7c2d mesa: check allocation failures in new_transform_feedback() by Samuel Pitoiset · 7 years ago
  16. dd53bdd mesa: remove unused _mesa_validate_transform_feedback_buffers() by Samuel Pitoiset · 7 years ago
  17. 3eb6d34 mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function by Timothy Arceri · 7 years ago
  18. 347fe24 mesa: use locked version of HashWalk for xfb objects by Timothy Arceri · 8 years ago
  19. 918cec8 mesa: don't lock hashtables that are not shared across contexts by Timothy Arceri · 8 years ago
  20. 622a68e mesa: remove fallback RefCount == 0 pattern by Timothy Arceri · 8 years ago
  21. f86d15e st/mesa/glsl: change xfb_program field to last_vert_prog by Timothy Arceri · 8 years ago
  22. c505d6d mesa: use gl_program for CurrentProgram rather than gl_shader_program by Timothy Arceri · 8 years ago
  23. 3177eef mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_program by Timothy Arceri · 8 years ago
  24. 700bc94 mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program by Timothy Arceri · 8 years ago
  25. fc8b358 mesa: fix error handling in _mesa_TransformFeedbackVaryings by Tapani Pälli · 8 years ago
  26. bac39dd mesa/xfb: report calculated size for XFB buffer objects. by Dave Airlie · 8 years ago
  27. 47fbe17 mesa: Call TransformFeedback driver hooks before setting flags. by Kenneth Graunke · 8 years ago
  28. cf039a3 mesa: split transform feedback buffer into its own struct by Timothy Arceri · 9 years ago
  29. 258299d glsl: use bitmask of active xfb buffer indices by Timothy Arceri · 9 years ago
  30. 0941ef3 mesa: flip current tf object back to default if current is being deleted by Ilia Mirkin · 9 years ago
  31. c83e161 mesa: Fix typos in print messages by Andreas Boll · 9 years ago
  32. 90e98ea Revert "mesa: Add ARB_direct_state_access checks in XFB functions" by Ian Romanick · 9 years ago
  33. 7d21276 mesa: Add ARB_direct_state_access checks in XFB functions by Fredrik Höglund · 9 years ago
  34. dc39d84 mesa: refactor GetTransformFeedbackVarying by Tapani Pälli · 10 years ago
  35. 6ead10d main: Added entry point for glGetTransformFeedbacki64_v by Martin Peres · 10 years ago
  36. 8799ecd main: Added entry point for glGetTransformFeedbacki_v by Martin Peres · 10 years ago
  37. e59d243 main: Added entry point for glGetTransformFeedbackiv by Martin Peres · 10 years ago
  38. 296d823 main: Added entry point for glTransformFeedbackBufferRange by Martin Peres · 10 years ago
  39. a5d165a main: Added entry point for glTransformFeedbackBufferBase by Martin Peres · 10 years ago
  40. c86cb2d main: Added entry point for glCreateTransformFeedbacks by Martin Peres · 10 years ago
  41. d7193ce mesa: use strdup() instead of _mesa_strdup() by Brian Paul · 10 years ago
  42. c2e130f mesa/main: replace Elements() with ARRAY_SIZE() by Brian Paul · 10 years ago
  43. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 10 years ago
  44. 835abfa mesa: Add _mesa_set_transform_feedback_binding() by Fredrik Höglund · 11 years ago
  45. c034770 mesa/sso: rename Shader to the pointer _Shader by Gregory Hainaut · 11 years ago
  46. e190709 mesa: Ensure that transform feedback refers to the correct program. by Paul Berry · 11 years ago
  47. 1aef455 mesa: Fold long lines introduced by the previous patch. by Paul Berry · 11 years ago
  48. 3b22146 mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an array. by Paul Berry · 11 years ago
  49. f02ee30 mesa: Separate transform feedback object initialization from allocation. by Kenneth Graunke · 11 years ago
  50. 2b71b3d mesa: Disallow relinking if a program is used by an active XFB object. by Kenneth Graunke · 11 years ago
  51. 9cc74c9 mesa: Reject ResumeTransformFeedback if the wrong program is bound. by Kenneth Graunke · 11 years ago
  52. c732f68 mesa: Track the vertex program active at BeginTransformFeedback() time. by Kenneth Graunke · 11 years ago
  53. a7d616d mesa: Disallow TransformFeedbackVaryings when active. by Kenneth Graunke · 11 years ago
  54. 6d8dd59 mesa: free object labels when deleting by Timothy Arceri · 11 years ago
  55. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  56. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  57. b95cbe5 mesa,i965: use NewDriverState to communicate TFB state changes with the driver by Marek Olšák · 12 years ago
  58. b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 12 years ago
  59. a975479 mesa: Drop manual checks for outside begin/end. by Eric Anholt · 12 years ago
  60. fd93d55 Make IsTransformFeedback() return false before BindTransformFeedback() by Matt Turner · 12 years ago
  61. 5b7099c mesa: Make a function is_transform_feedback_active_and_unpaused. by Paul Berry · 12 years ago
  62. 1ad5162 mesa: Fix corner cases of BindBufferBase with transform feedback. by Paul Berry · 12 years ago
  63. b87e65c mesa/gles3: Generate error on draw call if transform feedback would overflow. by Paul Berry · 12 years ago
  64. 3870f29 mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965. by Paul Berry · 12 years ago
  65. 8f3570e mesa: Use correct glGetTransformFeedbackVarying name in error msg by Matt Turner · 12 years ago
  66. bb3db38 mesa: Fix const correctness of API implementation functions. by Paul Berry · 12 years ago
  67. 91b828e dispatch: Delete unused init_dispatch functions. by Paul Berry · 12 years ago
  68. 27d70b7 mesa: fix MSVC signed/unsigned warnings in transformfeedback.c by Brian Paul · 12 years ago
  69. 8e45e38 mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.c by Brian Paul · 12 years ago
  70. 2e0de80 _mesa_create_exec_table: GLES3 fixes. by Paul Berry · 12 years ago
  71. dda982f mesa: remove FEATURE_EXT_transform_feedback define. by Oliver McFadden · 12 years ago
  72. 2b7a972 Don't cast the return value of malloc/realloc by Matt Turner · 12 years ago
  73. 375e73d mesa: implement glGet queries and error handling for ARB_transform_feedback3 by Marek Olšák · 13 years ago
  74. 15ac66e mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers by Marek Olšák · 13 years ago
  75. d988ea5 mesa: minor transform feedback comments by Brian Paul · 12 years ago
  76. b82c472 mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj. by Eric Anholt · 12 years ago
  77. 05b086c mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0. by Kenneth Graunke · 12 years ago
  78. 56118ef mesa: Validate the drawing primitive against the transform feedback mode. by Eric Anholt · 13 years ago
  79. 9d36c96 mesa: Fix glGetTransformFeedbackVarying(). by Eric Anholt · 13 years ago
  80. 86bb45f mesa: Additional error checks for transform feedback. by Paul Berry · 13 years ago
  81. ebfad9f mesa: Check that all buffers are bound in BeginTransformFeedback. by Paul Berry · 13 years ago
  82. 1979e22 mesa: Fix typos in transform feedback error messages. by Paul Berry · 13 years ago
  83. 87c7e5f mesa: Disable certain error checks when transform feedback is paused by Paul Berry · 13 years ago
  84. 08ce487 mesa: Ensure that Paused is reset to false on EndTransformFeedback. by Paul Berry · 13 years ago
  85. 291ae4e mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range by Paul Berry · 13 years ago
  86. 38b118d mesa: Fix off-by-one error in transform feedback size check. by Paul Berry · 13 years ago
  87. 14bb957 mesa: implement DrawTransformFeedback from ARB_transform_feedback2 by Marek Olšák · 13 years ago
  88. a98ceee mesa: Track changes to transform feedback state. by Paul Berry · 13 years ago
  89. c67d9cf mesa: fix signed/unsigned comparison warning by Brian Paul · 13 years ago
  90. 48dcdcf mesa: initialize ARB_transform_feedback2 dispatch by Marek Olšák · 13 years ago
  91. f77aa27 mesa: fix GL error checking in TransformFeedbackVaryings by Marek Olšák · 13 years ago
  92. 076bd11 mesa: fix error string, remove out of date comment by Brian Paul · 13 years ago
  93. be293c1 mesa: remove commented-out #include by Brian Paul · 13 years ago
  94. 2be2e1d mesa: fix a few incorrect error messages by Brian Paul · 13 years ago
  95. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  96. 0117da4 mesa: Include mtypes.h in files that use gl_context struct. by Vinson Lee · 14 years ago
  97. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  98. 9eca0e2 mesa: fix some printf warnings with casts by Brian Paul · 14 years ago
  99. 86af037 mesa: Fix many printf-like warnings. by Eric Anholt · 14 years ago
  100. 32a9b27 mesa: Always initialize transform feedback state. by Chia-I Wu · 14 years ago