From 12dd5dedf5675eacbbf781d5c45e395fded90e8c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Nov 2011 17:03:35 -0700 Subject: [PATCH] gallium: remove trailing comma and unneeded comments in p_defines.h --- src/gallium/include/pipe/p_defines.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 8a077f0e36c..f00077cb8aa 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -480,10 +480,10 @@ enum pipe_capf PIPE_CAPF_MAX_POINT_WIDTH_AA = 18, PIPE_CAPF_MAX_TEXTURE_ANISOTROPY = 19, PIPE_CAPF_MAX_TEXTURE_LOD_BIAS = 20, - PIPE_CAPF_GUARD_BAND_LEFT = 21, /*< float */ - PIPE_CAPF_GUARD_BAND_TOP = 22, /*< float */ - PIPE_CAPF_GUARD_BAND_RIGHT = 23, /*< float */ - PIPE_CAPF_GUARD_BAND_BOTTOM = 24, /*< float */ + PIPE_CAPF_GUARD_BAND_LEFT = 21, + PIPE_CAPF_GUARD_BAND_TOP = 22, + PIPE_CAPF_GUARD_BAND_RIGHT = 23, + PIPE_CAPF_GUARD_BAND_BOTTOM = 24 }; /* Shader caps not specific to any single stage */ -- 2.30.2