summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-09-27 21:04:39 -0600
committerBrian Paul <[email protected]>2012-09-29 08:53:59 -0600
commit46328296bde5bac9df47a230f39776dde7b45c5f (patch)
treeea0ba790b37be700d4dc5a955c074afc8a05f86b /src/mesa
parentbd81ebf0855be34e5652abccbcc56b54c5b77265 (diff)
mesa: add fall-through comment, just to be clear
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 430de75bb1d..c50504d1962 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1007,6 +1007,7 @@ _mesa_initialize_context(struct gl_context *ctx,
}
_mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt );
+ /* fall-through */
case API_OPENGL_CORE:
break;
case API_OPENGLES: