summaryrefslogtreecommitdiff
path: root/src/mesa/main/formats.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-27 18:53:22 -0600
committerBrian Paul <brianp@vmware.com>2009-09-27 18:53:22 -0600
commite8eed5003b01fe8a4349711382411ac80b1c0aa3 (patch)
treeee3fc9e3a9674a5a8af0369638f5c62d549de558 /src/mesa/main/formats.h
parentcccdc43fa9a8c49cdbdb545de8ff91c528b1ed47 (diff)
mesa: added MESA_FORMAT_NONE
Diffstat (limited to 'src/mesa/main/formats.h')
-rw-r--r--src/mesa/main/formats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
index 61bbd8e79a..e79991ad41 100644
--- a/src/mesa/main/formats.h
+++ b/src/mesa/main/formats.h
@@ -42,6 +42,7 @@
*/
typedef enum
{
+ MESA_FORMAT_NONE = 0,
/**
* \name Basic hardware formats
*/