index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
transformfeedback.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add KHR_no_error support to glBindBufferOffsetEXT()
Samuel Pitoiset
2017-08-25
1
-0
/
+4
*
mesa: add KHR_no_error support to glTransformFeedbackVaryings()
Samuel Pitoiset
2017-08-25
1
-0
/
+5
*
mesa: add KHR_no_error support to glResumeTransformFeedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+3
*
mesa: add KHR_no_error support to glPauseTransformFeedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+3
*
mesa: add KHR_no_error support to glEndTransformFeedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+3
*
mesa: add KHR_no_error support to glBeginTransformFeedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+3
*
mesa: add KHR_no_error support to glBindTransformFeedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+3
*
mesa: remove unused _mesa_validate_transform_feedback_buffers()
Samuel Pitoiset
2017-08-25
1
-4
/
+0
*
mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function
Timothy Arceri
2017-05-30
1
-7
/
+5
*
mesa: create _mesa_bind_buffer_range_xfb() helper
Timothy Arceri
2017-05-30
1
-0
/
+20
*
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
2016-03-31
1
-1
/
+1
*
mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistory
Nicolai Hähnle
2016-02-03
1
-0
/
+3
*
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