mesa: Add new variables in gl_context to store sample layout
authorAnuj Phogat <anuj.phogat@gmail.com>
Tue, 23 Sep 2014 18:56:54 +0000 (11:56 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Wed, 1 Oct 2014 19:04:15 +0000 (12:04 -0700)
commit38cd40faab8686023ac48e323014f951abf47098
tree20f5f675528c8d1c87045ffcf5a8cd9b6fb04e77
parent4f7916ab4f8093fa33519dfa3d08e73b4d35ebe3
mesa: Add new variables in gl_context to store sample layout

SampleMap{2,4,8}x variables are used in later patches to implement
EXT_framebuffer_multisample_blit_scaled extension.

V2: Use integer array instead of a string.
    Bump up the comment.

V3: Use uint8_t type array.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/mtypes.h