aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.cpp
diff options
context:
space:
mode:
authorMarius Predut <[email protected]>2015-04-07 22:05:28 +0300
committerMatt Turner <[email protected]>2015-04-14 12:23:53 -0700
commit28d9e90428282a5e0a6aa31ad858a5cf514d1264 (patch)
tree4131e0ea3acbecf0699952b40f4b9663b46d67bf /src/mesa/drivers/dri/i965/brw_blorp.cpp
parent139e6c7c4a9c59be5f4b3f431ac393cc097326ac (diff)
i965: replace __FUNCTION__ with __func__
Consistently just use C99's __func__ everywhere. No functional changes. Acked-by: Matt Turner <[email protected]> Signed-off-by: Marius Predut <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.cpp b/src/mesa/drivers/dri/i965/brw_blorp.cpp
index 78ac58efc09..131e1558f38 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.cpp
+++ b/src/mesa/drivers/dri/i965/brw_blorp.cpp
@@ -194,7 +194,7 @@ intel_hiz_exec(struct brw_context *brw, struct intel_mipmap_tree *mt,
}
DBG("%s %s to mt %p level %d layer %d\n",
- __FUNCTION__, opname, mt, level, layer);
+ __func__, opname, mt, level, layer);
if (brw->gen >= 8) {
gen8_hiz_exec(brw, mt, level, layer, op);