mesa: Add helper to convert a GL format and type to a mesa (array) format.
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 5 Dec 2014 12:10:08 +0000 (13:10 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 12 Jan 2015 10:20:28 +0000 (11:20 +0100)
commit559a1072dab3c67f06fe23f4ad0dc15b771608c9
tree08f8a0b02a95e9b4d7c50d04e4325e78da476fda
parentb1f0229140a66a36de63408b8a3eb45e11e43710
mesa: Add helper to convert a GL format and type to a mesa (array) format.

v2 after review by Jason Ekstrand:
- Move _mesa_format_from_format_and_type to glformats
- Return a mesa_format for GL_UNSIGNED_INT_8_8_8_8(_REV)

v3:
- Adapted to the new implementation of mesa_array_format as a plain uint32_t
  bitfield.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/main/glformats.c
src/mesa/main/glformats.h