Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / include / pipe / p_format.h
index 3aa11be4b5b9aa26bfa0ab85f1494dc2b8d83280..e2cc32222de0fb5b6a596afb01a10100c418f8d1 100644 (file)
 extern "C" {
 #endif
 
+
+enum pipe_type {
+   PIPE_TYPE_UNORM = 0,
+   PIPE_TYPE_SNORM,
+   PIPE_TYPE_SINT,
+   PIPE_TYPE_UINT,
+   PIPE_TYPE_FLOAT,
+   PIPE_TYPE_COUNT
+};
+
 /**
  * Texture/surface image formats (preliminary)
  */