mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
wrap file in #ifdef USE_TCC, otherwise compilation failes
This commit is contained in:
parent
06535d239b
commit
643020dd82
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
#include "s_texture.h"
|
||||
|
||||
|
||||
#ifdef USE_TCC
|
||||
|
||||
/* UREG - a way of representing an FP source register including
|
||||
* swizzling and negation in a single GLuint. Major flaw is the
|
||||
* limitiation to source->Index < 32. Secondary flaw is the fact that
|
||||
|
|
@ -816,3 +818,4 @@ void _swrast_translate_program( GLcontext *ctx )
|
|||
}
|
||||
}
|
||||
|
||||
#endif /*USE_TCC*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue