r600g: revert "support textures with scaled number formats"
[mesa.git] / src / gallium / drivers / nvfx / nvfx_screen.h
index 566fcb12085713c5d0fb9206ec2ccfbd6672fea5..02e7c5d1cad5a633bb9d8741b9775ab0af7e670d 100644 (file)
@@ -11,16 +11,20 @@ struct nvfx_screen {
        struct nouveau_screen base;
 
        struct nouveau_winsys *nvws;
+       struct nouveau_bo *fence;
 
        struct nvfx_context *cur_ctx;
 
        unsigned is_nv4x; /* either 0 or ~0 */
+       unsigned use_nv4x; /* either 0 or ~0 */
        boolean force_swtnl;
        boolean trace_draw;
        unsigned vertex_buffer_reloc_flags;
        unsigned index_buffer_reloc_flags;
        unsigned advertise_fp16;
        unsigned advertise_fp32;
+       unsigned advertise_npot;
+       unsigned advertise_blend_equation_separate;
 
        /* HW graphics objects */
        struct nouveau_grobj *eng3d;