r600g: revert "support textures with scaled number formats"
[mesa.git] / src / gallium / drivers / nvfx / nvfx_screen.h
index b1f07187c78c4e28e4547e212eadd14da75ae8e0..02e7c5d1cad5a633bb9d8741b9775ab0af7e670d 100644 (file)
@@ -11,6 +11,7 @@ struct nvfx_screen {
        struct nouveau_screen base;
 
        struct nouveau_winsys *nvws;
+       struct nouveau_bo *fence;
 
        struct nvfx_context *cur_ctx;