Re: [Mesa-dev] [PATCH V2 15/22] mesa: implement TexImage*Multisample

2013-02-06 Thread Paul Berry
On 4 February 2013 21:48, Chris Forbes wrote: > V2: - fix formatting issues > - generate GL_OUT_OF_MEMORY if teximage cannot be allocated > - fix for state moving from texobj to image > > Signed-off-by: Chris Forbes > --- > src/mesa/main/teximage.c | 153 > ++

[Mesa-dev] [PATCH V2 15/22] mesa: implement TexImage*Multisample

2013-02-04 Thread Chris Forbes
V2: - fix formatting issues - generate GL_OUT_OF_MEMORY if teximage cannot be allocated - fix for state moving from texobj to image Signed-off-by: Chris Forbes --- src/mesa/main/teximage.c | 153 +-- 1 file changed, 149 insertions(+), 4 deletio