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: 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
*
mesa: Fix many printf-like warnings.
Eric Anholt
2010-09-01
1
-1
/
+2
*
mesa: Always initialize transform feedback state.
Chia-I Wu
2010-07-06
1
-8
/
+42
*
mesa: free xform feedback hash table
Brian Paul
2010-07-01
1
-0
/
+1
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-2
/
+2
*
mesa: refactor shader api / object code
Brian Paul
2010-06-10
1
-1
/
+3
*
mesa: another transform feedback error check, 80-col wrapping
Brian Paul
2010-05-14
1
-3
/
+9
*
mesa: Make FEATURE_EXT_transform_feedback more modular.
Chia-I Wu
2010-05-12
1
-0
/
+19
*
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
-14
/
+460
*
mesa: minor fixes in _mesa_GetTransformFeedbackVarying()
Brian Paul
2010-04-01
1
-1
/
+10
*
mesa: Remove unnecessary header.
Vinson Lee
2010-03-31
1
-1
/
+0
*
mesa: initial check-in of transform feedback functions
Brian Paul
2010-03-30
1
-0
/
+427