Re: [Mesa-dev] [PATCH 02/11] st/nine: Remove impossible cases with Managed textures

2015-04-25 Thread Ilia Mirkin
As per IRC discussion, ignore -- I thought a user could hit this, but the pool is checked in CopySurface's callers. On Sat, Apr 25, 2015 at 4:23 PM, Ilia Mirkin wrote: > On Fri, Apr 24, 2015 at 4:11 PM, Axel Davy wrote: >> Copying to/from a Managed texture is forbidden. >> Rendering to a Managed

Re: [Mesa-dev] [PATCH 02/11] st/nine: Remove impossible cases with Managed textures

2015-04-25 Thread Ilia Mirkin
On Fri, Apr 24, 2015 at 4:11 PM, Axel Davy wrote: > Copying to/from a Managed texture is forbidden. > Rendering to a Managed texture is forbidden. > > Signed-off-by: Axel Davy > --- > src/gallium/state_trackers/nine/surface9.c | 23 +-- > src/gallium/state_trackers/nine/volum

[Mesa-dev] [PATCH 02/11] st/nine: Remove impossible cases with Managed textures

2015-04-24 Thread Axel Davy
Copying to/from a Managed texture is forbidden. Rendering to a Managed texture is forbidden. Signed-off-by: Axel Davy --- src/gallium/state_trackers/nine/surface9.c | 23 +-- src/gallium/state_trackers/nine/volume9.c | 19 +++ 2 files changed, 8 insertions(+)