summaryrefslogtreecommitdiff
path: root/src/mesa/main/transformfeedback.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12mesa: Disallow relinking if a program is used by an active XFB object.Kenneth Graunke1-0/+35
2013-09-12mesa: Reject ResumeTransformFeedback if the wrong program is bound.Kenneth Graunke1-0/+11
2013-09-12mesa: Track the vertex program active at BeginTransformFeedback() time.Kenneth Graunke1-0/+2
2013-09-12mesa: Disallow TransformFeedbackVaryings when active.Kenneth Graunke1-0/+10
2013-09-04mesa: free object labels when deletingTimothy Arceri1-0/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-24mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák1-6/+14
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-4/+0
2012-12-21Make IsTransformFeedback() return false before BindTransformFeedback()Matt Turner1-3/+10
2012-12-18mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry1-3/+2
2012-12-18mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry1-15/+54
2012-12-18mesa/gles3: Generate error on draw call if transform feedback would overflow.Paul Berry1-1/+18
2012-12-18mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry1-0/+29
2012-11-26mesa: Use correct glGetTransformFeedbackVarying name in error msgMatt Turner1-2/+2
2012-11-12mesa: Fix const correctness of API implementation functions.Paul Berry1-1/+2
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-22/+0
2012-11-06mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul1-2/+2
2012-10-29mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.cBrian Paul1-3/+3
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry1-2/+5
2012-09-15mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden1-42/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-07-12mesa: implement glGet queries and error handling for ARB_transform_feedback3Marek Olšák1-0/+32
2012-06-28mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák1-4/+4
2012-06-22mesa: minor transform feedback commentsBrian Paul1-0/+2
2012-06-21mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.Eric Anholt1-54/+12
2012-06-05mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.Kenneth Graunke1-3/+18
2012-03-19mesa: Validate the drawing primitive against the transform feedback mode.Eric Anholt1-27/+0
2012-01-05mesa: Fix glGetTransformFeedbackVarying().Eric Anholt1-26/+11
2012-01-04mesa: Additional error checks for transform feedback.Paul Berry1-0/+20
2012-01-04mesa: Check that all buffers are bound in BeginTransformFeedback.Paul Berry1-0/+12
2012-01-04mesa: Fix typos in transform feedback error messages.Paul Berry1-1/+1
2011-12-23mesa: Disable certain error checks when transform feedback is pausedPaul Berry1-1/+2
2011-12-23mesa: Ensure that Paused is reset to false on EndTransformFeedback.Paul Berry1-0/+1
2011-12-20mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_rangePaul Berry1-1/+5
2011-12-20mesa: Fix off-by-one error in transform feedback size check.Paul Berry1-1/+1
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-55/+6
2011-12-07mesa: Track changes to transform feedback state.Paul Berry1-1/+8
2011-11-30mesa: fix signed/unsigned comparison warningBrian Paul1-1/+1
2011-10-27mesa: initialize ARB_transform_feedback2 dispatchMarek Olšák1-1/+9
2011-10-27mesa: fix GL error checking in TransformFeedbackVaryingsMarek Olšák1-1/+3
2011-04-29mesa: fix error string, remove out of date commentBrian Paul1-12/+1
2011-04-29mesa: remove commented-out #includeBrian Paul1-1/+0
2011-04-29mesa: fix a few incorrect error messagesBrian Paul1-2/+2
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-18/+18
2010-09-02mesa: fix some printf warnings with castsBrian Paul1-3/+3
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt1-1/+2