Re: [Mesa-dev] [PATCH v3] mesa: GL_EXT_texture_norm16 extension plumbing

2018-04-21 Thread Ilia Mirkin
On Sat, Apr 21, 2018 at 3:25 AM, Tapani Pälli wrote: > > > On 20.04.2018 19:15, Ilia Mirkin wrote: >> >> On Fri, Apr 20, 2018 at 11:33 AM, Tapani Pälli >> wrote: >>> >>> Patch enables use of short and unsigned short data for texture uploads, >>> rendering and reading of framebuffers within the re

Re: [Mesa-dev] [PATCH v3] mesa: GL_EXT_texture_norm16 extension plumbing

2018-04-21 Thread Tapani Pälli
On 21.04.2018 10:25, Tapani Pälli wrote: On 20.04.2018 19:15, Ilia Mirkin wrote: On Fri, Apr 20, 2018 at 11:33 AM, Tapani Pälli wrote: Patch enables use of short and unsigned short data for texture uploads, rendering and reading of framebuffers within the restrictions specified in GL_EXT_te

Re: [Mesa-dev] [PATCH v3] mesa: GL_EXT_texture_norm16 extension plumbing

2018-04-21 Thread Tapani Pälli
On 20.04.2018 19:15, Ilia Mirkin wrote: On Fri, Apr 20, 2018 at 11:33 AM, Tapani Pälli wrote: Patch enables use of short and unsigned short data for texture uploads, rendering and reading of framebuffers within the restrictions specified in GL_EXT_texture_norm16 spec. Patch also enables thos

Re: [Mesa-dev] [PATCH v3] mesa: GL_EXT_texture_norm16 extension plumbing

2018-04-20 Thread Ilia Mirkin
On Fri, Apr 20, 2018 at 11:33 AM, Tapani Pälli wrote: > Patch enables use of short and unsigned short data for texture uploads, > rendering and reading of framebuffers within the restrictions specified > in GL_EXT_texture_norm16 spec. > > Patch also enables those 16bit format layout qualifiers lis

[Mesa-dev] [PATCH v3] mesa: GL_EXT_texture_norm16 extension plumbing

2018-04-20 Thread Tapani Pälli
Patch enables use of short and unsigned short data for texture uploads, rendering and reading of framebuffers within the restrictions specified in GL_EXT_texture_norm16 spec. Patch also enables those 16bit format layout qualifiers listed in GL_NV_image_formats that depend on EXT_texture_norm16. v