r600g: expose ARB_ES2_compatibility by claiming fixed-point format support
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.c
index 5d09d59e1110bec503d379ab616696d7d2994f26..4cf02c9b18e66395c63ea4444dca0a6c917db7f5 100644 (file)
@@ -273,6 +273,7 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void
                r600_destroy_context(&rctx->context);
                return NULL;
        }
+       rctx->vbuf_mgr->caps.format_fixed32 = 0;
 
        rctx->blitter = util_blitter_create(&rctx->context);
        if (rctx->blitter == NULL) {