GPU memory compression in Cesium

This technique is used by billboards, labels, points (coming in 1.10), and the generic Primitive used for geometries to save GPU memory. An interesting side-effect from this is a performance improvement for dynamic billboards since there is less CPU and memory bandwidth overhead given that compression reduces the number of required vertex attributes.

Patrick