https://bugs.freedesktop.org/show_bug.cgi?id=100133

Vinson Lee <v...@freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Vinson Lee <v...@freedesktop.org> ---
commit d64ded7b50d6614b88841383c37fab67d7596c4c
Author: Vinson Lee <v...@freedesktop.org>
Date:   Wed Mar 8 14:56:04 2017 -0800

    swr: s/uint/enum pipe_render_cond_flag/

    Fix build error.

    swr_context.cpp: In function ‘void swr_blit(pipe_context*, const
pipe_blit_info*)’:
    swr_context.cpp:336:44: error: invalid conversion from ‘uint {aka unsigned
int}’ to ‘pipe_render_cond_flag’ [-fpermissive]
                                           ctx->render_cond_mode);
                                           ~~~~~^~~~~~~~~~~~~~~~

    Fixes: b0d39384307d ("gallium: s/uint/enum pipe_render_cond_flag/ for
set_render_condition()")
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100133
    Signed-off-by: Vinson Lee <v...@freedesktop.org>
    Reviewed-by: Roland Scheidegger <srol...@vmware.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to