main: Added entry points for NamedRenderbufferStorage/Multisample

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

v2: Review from Laura Ekstrand- get rid of a change that should not have happened in this patch- improve the error messages- fix alignments- fix a capitalization in a function name in an error message

v3: Review from Laura Ekstrand- move the test for the validity of the renderbuffer to less generic functions- get rid of some changes that accidentally landed in the wrong commit- revert some alignment fixes

v3: Review from Laura Ekstrand- check that the lookup returns a valid renderbuffer- cosmetic changes to some error messages

bf11c19 main: Added entry points for NamedRenderbufferStorage/Multisample
src/mapi/glapi/gen/ARB_direct_state_access.xml | 15 +++
src/mesa/main/fbobject.c | 157 +++++++++++++++++-------
src/mesa/main/fbobject.h | 9 ++
src/mesa/main/tests/dispatch_sanity.cpp | 2 +
4 files changed, 142 insertions(+), 41 deletions(-)

Upstream: cgit.freedesktop.org


  • Share