diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-09-09 11:54:10 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2009-09-12 20:55:58 +0800 |
commit | b7c133b5c23ee02fecebc70717d02dc27b157786 (patch) | |
tree | 483870e90f01c2caa0772544a2f3a523e3f642a0 /src/mesa/main/texstore.h | |
parent | 1c497bd4c652de95deaaed0c704c3b776b69aded (diff) |
mesa/main: Export null texformat operations.
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r-- | src/mesa/main/texstore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index 313f2d6a59..e1b12dfa95 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -39,6 +39,7 @@ #include "mtypes.h" +extern GLboolean _mesa_texstore_null(TEXSTORE_PARAMS); extern GLboolean _mesa_texstore_rgba(TEXSTORE_PARAMS); extern GLboolean _mesa_texstore_color_index(TEXSTORE_PARAMS); extern GLboolean _mesa_texstore_rgba8888(TEXSTORE_PARAMS); |