index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
transformfeedback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...
Timothy Arceri
2016-12-30
1
-12
/
+11
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
1
-1
/
+1
*
mesa: fix error handling in _mesa_TransformFeedbackVaryings
Tapani Pälli
2016-10-11
1
-10
/
+6
*
mesa/xfb: report calculated size for XFB buffer objects.
Dave Airlie
2016-05-30
1
-1
/
+2
*
mesa: Call TransformFeedback driver hooks before setting flags.
Kenneth Graunke
2016-05-20
1
-5
/
+5
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
1
-1
/
+1
*
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
2016-03-31
1
-16
/
+20
*
mesa: flip current tf object back to default if current is being deleted
Ilia Mirkin
2016-03-07
1
-0
/
+5
*
mesa: Fix typos in print messages
Andreas Boll
2015-12-09
1
-1
/
+1
*
Revert "mesa: Add ARB_direct_state_access checks in XFB functions"
Ian Romanick
2015-05-28
1
-42
/
+0
*
mesa: Add ARB_direct_state_access checks in XFB functions
Fredrik Höglund
2015-05-14
1
-0
/
+42
*
mesa: refactor GetTransformFeedbackVarying
Tapani Pälli
2015-04-16
1
-7
/
+12
*
main: Added entry point for glGetTransformFeedbacki64_v
Martin Peres
2015-03-25
1
-0
/
+32
*
main: Added entry point for glGetTransformFeedbacki_v
Martin Peres
2015-03-25
1
-0
/
+29
*
main: Added entry point for glGetTransformFeedbackiv
Martin Peres
2015-03-25
1
-0
/
+25
*
main: Added entry point for glTransformFeedbackBufferRange
Martin Peres
2015-03-25
1
-14
/
+78
*
main: Added entry point for glTransformFeedbackBufferBase
Martin Peres
2015-03-25
1
-31
/
+107
*
main: Added entry point for glCreateTransformFeedbacks
Martin Peres
2015-03-25
1
-15
/
+52
*
mesa: use strdup() instead of _mesa_strdup()
Brian Paul
2015-03-11
1
-1
/
+1
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-4
/
+4
*
mesa: Add _mesa_set_transform_feedback_binding()
Fredrik Höglund
2014-05-02
1
-9
/
+1
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-2
/
+2
*
mesa: Ensure that transform feedback refers to the correct program.
Paul Berry
2014-01-23
1
-13
/
+39
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-1
/
+2
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-4
/
+4
*
mesa: Separate transform feedback object initialization from allocation.
Kenneth Graunke
2013-10-31
1
-5
/
+15
*
mesa: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
2013-09-12
1
-0
/
+35
*
mesa: Reject ResumeTransformFeedback if the wrong program is bound.
Kenneth Graunke
2013-09-12
1
-0
/
+11
*
mesa: Track the vertex program active at BeginTransformFeedback() time.
Kenneth Graunke
2013-09-12
1
-0
/
+2
*
mesa: Disallow TransformFeedbackVaryings when active.
Kenneth Graunke
2013-09-12
1
-0
/
+10
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
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,i965: use NewDriverState to communicate TFB state changes with the driver
Marek Olšák
2013-04-24
1
-6
/
+14
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-4
/
+0
*
Make IsTransformFeedback() return false before BindTransformFeedback()
Matt Turner
2012-12-21
1
-3
/
+10
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
1
-3
/
+2
*
mesa: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
1
-15
/
+54
*
mesa/gles3: Generate error on draw call if transform feedback would overflow.
Paul Berry
2012-12-18
1
-1
/
+18
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
1
-0
/
+29
*
mesa: Use correct glGetTransformFeedbackVarying name in error msg
Matt Turner
2012-11-26
1
-2
/
+2
*
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
-22
/
+0
*
mesa: fix MSVC signed/unsigned warnings in transformfeedback.c
Brian Paul
2012-11-06
1
-2
/
+2
*
mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.c
Brian Paul
2012-10-29
1
-3
/
+3
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
1
-2
/
+5
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-42
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
[next]