diff options
author | Brian Paul <[email protected]> | 2011-11-22 17:03:35 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-11-22 17:08:36 -0700 |
commit | 12dd5dedf5675eacbbf781d5c45e395fded90e8c (patch) | |
tree | d343b1c6aef56bcbedabb454a01db0d3eb82211d /src/gallium/include | |
parent | a7c107f3bc68ddeea8c24eec43c05000224ec93e (diff) |
gallium: remove trailing comma and unneeded comments in p_defines.h
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_defines.h | 8 |
1 files 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 */ |