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:
@@ -40,7 +40,7 @@ struct etna_format {
|
||||
unsigned vtx;
|
||||
unsigned tex;
|
||||
unsigned rs;
|
||||
boolean present;
|
||||
bool present;
|
||||
const unsigned char tex_swiz[4];
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user