mesa: Introduce enabled bitfield helper functions.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 29 Dec 2011 12:10:00 +0000 (13:10 +0100)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Fri, 20 Jan 2012 06:24:11 +0000 (07:24 +0100)
commit2a207c4bf95312b68093280b97229cc4316f5724
treefd7fc910c9e3393ad3675d68c9391a633d390048
parentf60e892c5017f66282080983da87f638d13917c5
mesa: Introduce enabled bitfield helper functions.

Depending on the installed shader type, different arrays are used
from gl_array_object. Provide helper functions that compute
the bitmask of these arrays that are finally enabled for a given
shader type. The will be used in a followup change.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/arrayobj.h
src/mesa/main/mtypes.h