Re: [Mesa-dev] [PATCH] mesa/blit: only error when the stencil and depth bits do not match (v3)

2017-02-20 Thread Max Qian
NVM this patch, the error was caused by an issue in Wine. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] mesa/blit: only error when the stencil and depth bits do not match (v3)

2017-02-19 Thread Ilia Mirkin
On Sun, Feb 19, 2017 at 6:11 AM, Max Qian wrote: > This fixes some situations where glBlitFrameBuffer would error in Mesa, glBlitFramebuffer > but wouldn't error in other drivers (e.g Nvidia) Please be descriptive here. What situations does this fix? Also, there's not a

[Mesa-dev] [PATCH] mesa/blit: only error when the stencil and depth bits do not match (v3)

2017-02-19 Thread Max Qian
This fixes some situations where glBlitFrameBuffer would error in Mesa, but wouldn't error in other drivers (e.g Nvidia) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97921 v2 : fix unintentional line removal v3 : author correction, add commit message, and change the error message ---