summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/transformfeedback.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Separate transform feedback object initialization from allocation.Kenneth Graunke2013-10-311-5/+15
* mesa: Disallow relinking if a program is used by an active XFB object.Kenneth Graunke2013-09-121-0/+35
* mesa: Reject ResumeTransformFeedback if the wrong program is bound.Kenneth Graunke2013-09-121-0/+11
* mesa: Track the vertex program active at BeginTransformFeedback() time.Kenneth Graunke2013-09-121-0/+2
* mesa: Disallow TransformFeedbackVaryings when active.Kenneth Graunke2013-09-121-0/+10
* mesa: free object labels when deletingTimothy Arceri2013-09-041-0/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-241-6/+14
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-4/+0
* Make IsTransformFeedback() return false before BindTransformFeedback()Matt Turner2012-12-211-3/+10
* mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry2012-12-181-3/+2
* mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry2012-12-181-15/+54
* mesa/gles3: Generate error on draw call if transform feedback would overflow.Paul Berry2012-12-181-1/+18
* mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry2012-12-181-0/+29
* mesa: Use correct glGetTransformFeedbackVarying name in error msgMatt Turner2012-11-261-2/+2
* mesa: Fix const correctness of API implementation functions.Paul Berry2012-11-121-1/+2
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-22/+0
* mesa: fix MSVC signed/unsigned warnings in transformfeedback.cBrian Paul2012-11-061-2/+2
* mesa: silence MSVC signed/unsigned comparision warnings in transformfeedback.cBrian Paul2012-10-291-3/+3
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-231-2/+5
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-42/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: implement glGet queries and error handling for ARB_transform_feedback3Marek Olšák2012-07-121-0/+32
* mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffersMarek Olšák2012-06-281-4/+4
* mesa: minor transform feedback commentsBrian Paul2012-06-221-0/+2
* mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.Eric Anholt2012-06-211-54/+12
* mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.Kenneth Graunke2012-06-051-3/+18
* mesa: Validate the drawing primitive against the transform feedback mode.Eric Anholt2012-03-191-27/+0
* mesa: Fix glGetTransformFeedbackVarying().Eric Anholt2012-01-051-26/+11
* mesa: Additional error checks for transform feedback.Paul Berry2012-01-041-0/+20
* mesa: Check that all buffers are bound in BeginTransformFeedback.Paul Berry2012-01-041-0/+12
* mesa: Fix typos in transform feedback error messages.Paul Berry2012-01-041-1/+1
* mesa: Disable certain error checks when transform feedback is pausedPaul Berry2011-12-231-1/+2
* mesa: Ensure that Paused is reset to false on EndTransformFeedback.Paul Berry2011-12-231-0/+1
* mesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_rangePaul Berry2011-12-201-1/+5
* mesa: Fix off-by-one error in transform feedback size check.Paul Berry2011-12-201-1/+1
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-55/+6
* mesa: Track changes to transform feedback state.Paul Berry2011-12-071-1/+8
* mesa: fix signed/unsigned comparison warningBrian Paul2011-11-301-1/+1
* mesa: initialize ARB_transform_feedback2 dispatchMarek Olšák2011-10-271-1/+9
* mesa: fix GL error checking in TransformFeedbackVaryingsMarek Olšák2011-10-271-1/+3
* mesa: fix error string, remove out of date commentBrian Paul2011-04-291-12/+1
* mesa: remove commented-out #includeBrian Paul2011-04-291-1/+0
* mesa: fix a few incorrect error messagesBrian Paul2011-04-291-2/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-18/+18
* mesa: fix some printf warnings with castsBrian Paul2010-09-021-3/+3