llvmpipe: fix the LP_NO_RAST debug option
[mesa.git] / src / gallium / drivers / llvmpipe / lp_clear.c
index 0b37347a967c3e0d8a18323fda3cdf97f34d8c47..cc90dc42c659fa980d8c8be8d1ce85596507a015 100644 (file)
@@ -53,9 +53,6 @@ llvmpipe_clear(struct pipe_context *pipe,
 {
    struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
 
-   if (llvmpipe->no_rast)
-      return;
-
    if (!llvmpipe_check_render_cond(llvmpipe))
       return;