mesa/main: simplify _mesa_IsRenderbuffer()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 6 Apr 2017 16:05:36 +0000 (18:05 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Thu, 6 Apr 2017 22:48:01 +0000 (00:48 +0200)
commit783924308546c327046d9accefd97bc5e8a7b932
treecd83c93691acac705cf66926e0ac55c26a6b76b8
parent93d7014c1d522616eceac3addaebba17244cd353
mesa/main: simplify _mesa_IsRenderbuffer()

_mesa_lookup_renderbuffer() already checks if 'id' is non-zero.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/fbobject.c