main: Added entry point for glTransformFeedbackBufferRange

Graphics / Mesa 3D Graphics Library / Mesa - Martin Peres [linux.intel.com] - 25 March 2015 03:05 UTC

v2: review from Laura Ekstrand- use the refactored code to lookup the objects- improve some error messages- factor out the gl method name computation- better handle the spec differences between the DSA and non-DSA cases- quote the spec a little more

v3: review from Laura Ekstrand- use the new name of _mesa_lookup_bufferobj_err- swap the comments around the offset and size checks

v4: review from Laura Ekstrand- add more spec quotes- properly fix the comments around the offset and size checks

v5: review from Laura Ekstrand- add quotes on the spec citations- revert some changes in the printf format

v6: review from Laura Ekstrand- remove a redondant "gl" in a method name

296d823 main: Added entry point for glTransformFeedbackBufferRange
src/mapi/glapi/gen/ARB_direct_state_access.xml | 8 +++
src/mesa/main/bufferobj.c | 3 +-
src/mesa/main/tests/dispatch_sanity.cpp | 1 +
src/mesa/main/transformfeedback.c | 92 ++++++++++++++++++++----
src/mesa/main/transformfeedback.h | 6 +-
5 files changed, 94 insertions(+), 16 deletions(-)

Upstream: cgit.freedesktop.org


  • Share