etnaviv: s/boolean/bool

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Philipp Zabel <philipp.zabel@gmail.com>
This commit is contained in:
Christian Gmeiner
2019-08-03 12:04:09 +02:00
parent 5254e53deb
commit 2dd598c129
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ struct etna_format {
unsigned vtx;
unsigned tex;
unsigned rs;
boolean present;
bool present;
const unsigned char tex_swiz[4];
};
+1 -1
View File
@@ -507,7 +507,7 @@ etna_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen,
*count = num_modifiers;
}
static boolean
static bool
etna_get_specs(struct etna_screen *screen)
{
uint64_t val;