projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fb4719
)
mesa/st: replace boolean declarations by bool
author
Gert Wollny
<gert.wollny@collabora.com>
Tue, 23 Jul 2019 05:07:14 +0000
(07:07 +0200)
committer
Gert Wollny
<gw.fossdev@gmail.com>
Thu, 1 Aug 2019 05:58:53 +0000
(
05:58
+0000)
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_program.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_program.h
b/src/mesa/state_tracker/st_program.h
index caaa779287ade1ca089d6983a09e0f979943ef74..3da3f625e3c8d4a3534590a3bee25edde164fa04 100644
(file)
--- a/
src/mesa/state_tracker/st_program.h
+++ b/
src/mesa/state_tracker/st_program.h
@@
-179,10
+179,10
@@
struct st_fragment_program
struct st_vp_variant_key
{
struct st_context *st; /**< variants are per-context */
- bool
ean
passthrough_edgeflags;
+ bool passthrough_edgeflags;
/** for ARB_color_buffer_float */
- bool
ean
clamp_color;
+ bool clamp_color;
};