[Mesa-dev] [Bug 100133] swr_context.cpp:336:44: error:=?UTF-8?Q?=20invalid=20conversion=20from=20=E2=80=98uint=20=7Baka=20unsigned=20int=7D=E2=80=99=20to=20=E2=80=98pipe=5Frender=5Fcond=5Fflag=E2=80=99=20?=[-fpermissive]
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 9 06:18:42 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100133
Vinson Lee <vlee at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Vinson Lee <vlee at freedesktop.org> ---
commit d64ded7b50d6614b88841383c37fab67d7596c4c
Author: Vinson Lee <vlee at 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 <vlee at freedesktop.org>
Reviewed-by: Roland Scheidegger <sroland at vmware.com>
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170309/6c015b4f/attachment.html>
More information about the mesa-dev
mailing list