From: Stéphane Marchesin Date: Mon, 20 Jun 2011 23:31:03 +0000 (-0700) Subject: st/mesa: Remove unneeded texture format terminators. X-Git-Tag: android-x86-4.4-r1~10751 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=649d03d54d2b508bc6144fed41cedf7aa9ad0be5;p=android-x86%2Fexternal-mesa.git st/mesa: Remove unneeded texture format terminators. Signed-off-by: Brian Paul --- diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index 1d3d6cc20e4..263613b2ce8 100644 --- a/src/mesa/state_tracker/st_format.c +++ b/src/mesa/state_tracker/st_format.c @@ -616,7 +616,7 @@ static const struct format_mapping format_map[] = { }, { { 4, GL_RGBA, GL_RGBA8, 0 }, - { DEFAULT_RGBA_FORMATS, 0 } + { DEFAULT_RGBA_FORMATS } }, { { GL_BGRA, 0 }, @@ -624,7 +624,7 @@ static const struct format_mapping format_map[] = { }, { { 3, GL_RGB, GL_RGB8, 0 }, - { DEFAULT_RGB_FORMATS, 0 } + { DEFAULT_RGB_FORMATS } }, { { GL_RGB12, GL_RGB16, GL_RGBA12, GL_RGBA16, 0 },