| Commit message (Expand) | Author | Age | Files | Lines |
* | main: Added entry point for glGetTransformFeedbacki64_v | Martin Peres | 2015-03-25 | 1 | -0/+4 |
* | main: Added entry point for glGetTransformFeedbacki_v | Martin Peres | 2015-03-25 | 1 | -0/+4 |
* | main: Added entry point for glGetTransformFeedbackiv | Martin Peres | 2015-03-25 | 1 | -0/+3 |
* | main: Added entry point for glTransformFeedbackBufferRange | Martin Peres | 2015-03-25 | 1 | -1/+5 |
* | main: Added entry point for glTransformFeedbackBufferBase | Martin Peres | 2015-03-25 | 1 | -1/+9 |
* | main: Added entry point for glCreateTransformFeedbacks | Martin Peres | 2015-03-25 | 1 | -0/+3 |
* | mesa: Add _mesa_set_transform_feedback_binding() | Fredrik Höglund | 2014-05-02 | 1 | -0/+14 |
* | mesa: Separate transform feedback object initialization from allocation. | Kenneth Graunke | 2013-10-31 | 1 | -0/+3 |
* | mesa: Disallow relinking if a program is used by an active XFB object. | Kenneth Graunke | 2013-09-12 | 1 | -0/+4 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Make a function is_transform_feedback_active_and_unpaused. | Paul Berry | 2012-12-18 | 1 | -0/+9 |
* | mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965. | Paul Berry | 2012-12-18 | 1 | -0/+5 |
* | mesa: Fix const correctness of API implementation functions. | Paul Berry | 2012-11-12 | 1 | -1/+2 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -4/+0 |
* | _mesa_create_exec_table: GLES3 fixes. | Paul Berry | 2012-10-23 | 1 | -1/+2 |
* | mesa: remove FEATURE_EXT_transform_feedback define. | Oliver McFadden | 2012-09-15 | 1 | -28/+0 |
* | mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj. | Eric Anholt | 2012-06-21 | 1 | -5/+10 |
* | mesa: Validate the drawing primitive against the transform feedback mode. | Eric Anholt | 2012-03-19 | 1 | -3/+0 |
* | mesa: implement DrawTransformFeedback from ARB_transform_feedback2 | Marek Olšák | 2011-12-15 | 1 | -3/+3 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -4/+4 |
* | mesa: Clean up header file inclusion in transformfeedback.h. | Vinson Lee | 2010-12-07 | 1 | -1/+6 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -6/+6 |
* | mesa: Always initialize transform feedback state. | Chia-I Wu | 2010-07-06 | 1 | -16/+6 |
* | mesa: Make FEATURE_EXT_transform_feedback more modular. | Chia-I Wu | 2010-05-12 | 1 | -1/+41 |
* | mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype. | Vinson Lee | 2010-05-10 | 1 | -1/+1 |
* | mesa: more transform feedback infrastructure | Brian Paul | 2010-05-10 | 1 | -0/+31 |
* | mesa: initial check-in of transform feedback functions | Brian Paul | 2010-03-30 | 1 | -0/+71 |