From: Dave Airlie Date: Thu, 6 Dec 2012 06:10:40 +0000 (+1000) Subject: gallium: add new texture buffer object capability X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0281c4a8c056d0873a18ec790563362f37f0e74;p=mesa.git gallium: add new texture buffer object capability this just adds the define to the header. Signed-off-by: Dave Airlie --- diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index fa2fb074a7b..a751b8aebbd 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -491,7 +491,8 @@ enum pipe_cap { PIPE_CAP_QUERY_TIMESTAMP = 73, PIPE_CAP_TEXTURE_MULTISAMPLE = 74, PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT = 75, - PIPE_CAP_CUBE_MAP_ARRAY = 76 + PIPE_CAP_CUBE_MAP_ARRAY = 76, + PIPE_CAP_TEXTURE_BUFFER_OBJECTS = 77 }; /**