Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-11 Thread Brian Paul
-Original Message- From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of Brian Paul Sent: Monday, August 11, 2014 5:51 AM To: Roland Scheidegger; mesa-dev@lists.freedesktop.org Cc: 10.2 Subject: Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers() On 08/08/2014

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-11 Thread Roland Scheidegger
Am 11.08.2014 00:51, schrieb Brian Paul: On 08/08/2014 07:43 PM, Roland Scheidegger wrote: Am 08.08.2014 23:20, schrieb Brian Paul: Fixes failed assertion when _mesa_update_draw_buffers() was called with GL_DRAW_BUFFER == GL_FRONT_AND_BACK. The piglit gl30basic hit this. Cc: 10.2

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-10 Thread Brian Paul
On 08/08/2014 07:43 PM, Roland Scheidegger wrote: Am 08.08.2014 23:20, schrieb Brian Paul: Fixes failed assertion when _mesa_update_draw_buffers() was called with GL_DRAW_BUFFER == GL_FRONT_AND_BACK. The piglit gl30basic hit this. Cc: 10.2 mesa-sta...@lists.freedesktop.org ---

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-10 Thread Popov, Pavel E
; mesa-dev@lists.freedesktop.org; Popov, Pavel E Cc: 10.2 Subject: Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers() Pavel, Does this patch fix the problem you were trying to solve? On 08/08/2014 02:20 PM, Brian Paul wrote: Fixes failed assertion when _mesa_update_draw_buffers

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-10 Thread Popov, Pavel E
] On Behalf Of Popov, Pavel E Sent: Monday, August 11, 2014 10:31 AM To: Ian Romanick; Brian Paul; mesa-dev@lists.freedesktop.org Cc: 10.2 Subject: Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers() Hi Ian, Yes, it fixes this problem for Debug Mesa. But it doesn't matter now

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-10 Thread Popov, Pavel E
Scheidegger; mesa-dev@lists.freedesktop.org Cc: 10.2 Subject: Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers() On 08/08/2014 07:43 PM, Roland Scheidegger wrote: Am 08.08.2014 23:20, schrieb Brian Paul: Fixes failed assertion when _mesa_update_draw_buffers() was called

[Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-08 Thread Brian Paul
Fixes failed assertion when _mesa_update_draw_buffers() was called with GL_DRAW_BUFFER == GL_FRONT_AND_BACK. The piglit gl30basic hit this. Cc: 10.2 mesa-sta...@lists.freedesktop.org --- src/mesa/main/buffers.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-08 Thread Ian Romanick
Pavel, Does this patch fix the problem you were trying to solve? On 08/08/2014 02:20 PM, Brian Paul wrote: Fixes failed assertion when _mesa_update_draw_buffers() was called with GL_DRAW_BUFFER == GL_FRONT_AND_BACK. The piglit gl30basic hit this. Cc: 10.2 mesa-sta...@lists.freedesktop.org

Re: [Mesa-dev] [PATCH 7/8] mesa: fix assertion in _mesa_drawbuffers()

2014-08-08 Thread Roland Scheidegger
Am 08.08.2014 23:20, schrieb Brian Paul: Fixes failed assertion when _mesa_update_draw_buffers() was called with GL_DRAW_BUFFER == GL_FRONT_AND_BACK. The piglit gl30basic hit this. Cc: 10.2 mesa-sta...@lists.freedesktop.org --- src/mesa/main/buffers.c |5 +++-- 1 file changed, 3