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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: implement glGet queries and error handling for ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-0
/
+32
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-4
/
+4
*
mesa: minor transform feedback comments
Brian Paul
2012-06-22
1
-0
/
+2
*
mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.
Eric Anholt
2012-06-21
1
-54
/
+12
*
mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.
Kenneth Graunke
2012-06-05
1
-3
/
+18
*
mesa: Validate the drawing primitive against the transform feedback mode.
Eric Anholt
2012-03-19
1
-27
/
+0
*
mesa: Fix glGetTransformFeedbackVarying().
Eric Anholt
2012-01-05
1
-26
/
+11
*
mesa: Additional error checks for transform feedback.
Paul Berry
2012-01-04
1
-0
/
+20
*
mesa: Check that all buffers are bound in BeginTransformFeedback.
Paul Berry
2012-01-04
1
-0
/
+12
*
mesa: Fix typos in transform feedback error messages.
Paul Berry
2012-01-04
1
-1
/
+1
*
mesa: Disable certain error checks when transform feedback is paused
Paul Berry
2011-12-23
1
-1
/
+2
*
mesa: Ensure that Paused is reset to false on EndTransformFeedback.
Paul Berry
2011-12-23
1
-0
/
+1
*
mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_range
Paul Berry
2011-12-20
1
-1
/
+5
*
mesa: Fix off-by-one error in transform feedback size check.
Paul Berry
2011-12-20
1
-1
/
+1
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-55
/
+6
*
mesa: Track changes to transform feedback state.
Paul Berry
2011-12-07
1
-1
/
+8
*
mesa: fix signed/unsigned comparison warning
Brian Paul
2011-11-30
1
-1
/
+1
*
mesa: initialize ARB_transform_feedback2 dispatch
Marek Olšák
2011-10-27
1
-1
/
+9
*
mesa: fix GL error checking in TransformFeedbackVaryings
Marek Olšák
2011-10-27
1
-1
/
+3
*
mesa: fix error string, remove out of date comment
Brian Paul
2011-04-29
1
-12
/
+1
*
mesa: remove commented-out #include
Brian Paul
2011-04-29
1
-1
/
+0
*
mesa: fix a few incorrect error messages
Brian Paul
2011-04-29
1
-2
/
+2
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-18
/
+18
*
mesa: fix some printf warnings with casts
Brian Paul
2010-09-02
1
-3
/
+3
[next]