Re: [Mesa-dev] [PATCH 06/16] gallium: add blending to pipe blit

2014-10-20 Thread Axel Davy
b925.patch Jose From: mesa-dev on behalf of Roland Scheidegger Sent: 18 October 2014 16:09 To: mesa-dev@lists.freedesktop.org Subject: Re: [Mesa-dev] [PATCH 06/16] gallium: add blending to pipe blit Hmm shouldn't there be a cap bit for this unless you

Re: [Mesa-dev] [PATCH 06/16] gallium: add blending to pipe blit

2014-10-20 Thread Jose Fonseca
p.org Subject: Re: [Mesa-dev] [PATCH 06/16] gallium: add blending to pipe blit Hmm shouldn't there be a cap bit for this unless you fix all drivers to actually honor it? (Though I'm unsure if it makes all that much sense in general, pipe blit is already quite a can-do-everything call.) Roland

Re: [Mesa-dev] [PATCH 06/16] gallium: add blending to pipe blit

2014-10-18 Thread Roland Scheidegger
Hmm shouldn't there be a cap bit for this unless you fix all drivers to actually honor it? (Though I'm unsure if it makes all that much sense in general, pipe blit is already quite a can-do-everything call.) Roland On 10/18/2014 01:54 PM, David Heidelberger wrote: From: Christoph Bumiller S

[Mesa-dev] [PATCH 06/16] gallium: add blending to pipe blit

2014-10-18 Thread David Heidelberger
From: Christoph Bumiller Signed-off-by: David Heidelberger --- src/gallium/include/pipe/p_state.h| 1 + src/mesa/state_tracker/st_cb_blit.c | 1 + src/mesa/state_tracker/st_cb_readpixels.c | 1 + src/mesa/state_tracker/st_cb_texture.c| 3 +++ 4 files changed, 6 insertions(+)