Re: [Mesa-dev] [PATCH] mesa: finish implementing ARB_texture_stencil8 (v5)

2015-04-27 Thread Anuj Phogat
On Tue, Apr 21, 2015 at 6:59 PM, Dave Airlie wrote: > Parts of this were implemented previously, so finish it off. > > v2: fix getteximage falling into the integer check > add fixes for the FBO paths, (fbo-stencil8 test). > > v3: fix getteximage path harder. > v4: remove swapbytes from gettexi

[Mesa-dev] [PATCH] mesa: finish implementing ARB_texture_stencil8 (v5)

2015-04-21 Thread Dave Airlie
Parts of this were implemented previously, so finish it off. v2: fix getteximage falling into the integer check add fixes for the FBO paths, (fbo-stencil8 test). v3: fix getteximage path harder. v4: remove swapbytes from getteximage path (Ilia) v5: brown paper bag the swapbytes removal. (Ilia