X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fllvmpipe%2Flp_screen.h;h=eb40f6823f5f946be6fa686022f27a96abf7a304;hb=392a2515c0967c395be098cac6a37f325dd66b90;hp=af25e043cc97d386cbcc949ca5d69bc88a351545;hpb=e5c7d1e1c8ccb493c63e33d017c28b5cf4a55829;p=mesa.git diff --git a/src/gallium/drivers/llvmpipe/lp_screen.h b/src/gallium/drivers/llvmpipe/lp_screen.h index af25e043cc9..eb40f6823f5 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.h +++ b/src/gallium/drivers/llvmpipe/lp_screen.h @@ -58,10 +58,11 @@ struct llvmpipe_screen LLVMTypeRef context_ptr_type; - /* Increments whenever textures are modified. Contexts can track - * this. + unsigned num_threads; + + /* Increments whenever textures are modified. Contexts can track this. */ - unsigned timestamp; + unsigned timestamp; };