mesa: implement glGetUnsignedByte{v|i_v}
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 12 Jul 2017 22:45:22 +0000 (18:45 -0400)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sun, 6 Aug 2017 02:42:06 +0000 (12:42 +1000)
commite064d660205a04e7d9c63fdceebf3c293a6872ed
tree72b417606554511405171ac71e301f76ad122a8f
parent921bdf1b6d58b86de1f6e2d0ce05088f4c209132
mesa: implement glGetUnsignedByte{v|i_v}

These are used by EXT_external_objects to present UUIDs for the device
and the driver.

v2 (Timothy Arceri):
 - remove extra break
 - use _mesa_problem() rather the _mesa_error() for unimplemented
   support for value types

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/get.c