summaryrefslogtreecommitdiff
path: root/src/uxa
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2019-03-03 17:28:38 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2019-09-19 18:41:21 +0300
commit8cad99802b11bb60480d813b5974183e923bd492 (patch)
tree84c76b042fbf0f0dd4d4e4a7094cc57c11fb5c12 /src/uxa
parentf9f318e45540e2b99fe400114b2cde7ef2675a5d (diff)
sna: Annotate more fall throughs
Sprinkle fall through comments where needed. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'src/uxa')
-rw-r--r--src/uxa/intel_dri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uxa/intel_dri.c b/src/uxa/intel_dri.c
index 524826d2..e707b74f 100644
--- a/src/uxa/intel_dri.c
+++ b/src/uxa/intel_dri.c
@@ -302,6 +302,7 @@ I830DRI2CreateBuffer(DrawablePtr drawable, unsigned int attachment,
hint |= INTEL_CREATE_PIXMAP_TILING_Y;
break;
}
+ /* fall through */
case DRI2BufferAccum:
case DRI2BufferBackLeft:
case DRI2BufferBackRight: