X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_state.h;h=ca6e412df0b1fb4a7f8c2c5997f62544bce823d0;hb=4ca40cc3dcbf34988fd614d8539938ffb17ce8ea;hp=46885a7e701fe3bf333610bd33ad90fd58b6f4aa;hpb=a6f6ca37c82bb6810971cab0dccc308e4d28a05a;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h index 46885a7e701..ca6e412df0b 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -59,6 +59,8 @@ #define LP_NEW_FS_SSBOS 0x80000 #define LP_NEW_FS_IMAGES 0x100000 +#define LP_CSNEW_CS 0x1 +#define LP_CSNEW_CONSTANTS 0x2 struct vertex_info; struct pipe_context;